Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two Helix failure entries for a single test failure #1289

Open
matouskozak opened this issue Oct 7, 2024 · 3 comments
Open

Two Helix failure entries for a single test failure #1289

matouskozak opened this issue Oct 7, 2024 · 3 comments
Assignees
Labels
bug infrastructure Connected to Helix infrastructure question

Comments

@matouskozak
Copy link
Member

In some cases, failures are incorrectly duplicated, thus causing confusion while triaging.

For example, https://dev.azure.com/dnceng-public/public/_build/results?buildId=828263&view=ms.vss-test-web.build-test-results-tab&runId=21538738&resultId=144084&paneView=debug
image

The highlighted failures are the same, yet they appear as two separate ones. They both contain the same log files as well.

I'm unsure whether this is an issue of how xHarness is reporting failures to Helix or somewhere else (AzDo/BuildAnalysis). Possibly related to the same issue as described dotnet/runtime#106319 (comment).

@matouskozak matouskozak added bug question infrastructure Connected to Helix infrastructure labels Oct 7, 2024
@akoeplinger
Copy link
Member

That's a general Helix/AzDO behavior. The work item failing is reported as a separate "test result" because if you have some catastrophic error that results in no regular test results we still want something to show up in AzDO.

@matouskozak
Copy link
Member Author

That's a general Helix/AzDO behavior. The work item failing is reported as a separate "test result" because if you have some catastrophic error that results in no regular test results we still want something to show up in AzDO.

Is it designed to work this way only for mobile jobs? For example, https://dev.azure.com/dnceng-public/public/_build/results?buildId=829545&view=ms.vss-test-web.build-test-results-tab&runId=21579120&paneView=debug

image

For the windows failure, I can only see System.Runtime.Serialization.Formatters.Tests.BinaryFormatterTests.ValidateAgainstBlobs test failure entry but no entry for the test suit System.Runtime.Serialization.Formatters.Tests.

@akoeplinger
Copy link
Member

Hmm interesting. There might be some difference we should investigate then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug infrastructure Connected to Helix infrastructure question
Projects
None yet
Development

No branches or pull requests

2 participants