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

[SOS][tests] OtherCommands(config: projectk.sdk.prebuilt*) VerifyOutput: no last command output or debugger exited unexpectedly #4654

Open
mdh1418 opened this issue May 7, 2024 · 1 comment
Assignees
Labels
Milestone

Comments

@mdh1418
Copy link
Member

mdh1418 commented May 7, 2024

Test: SOS.OtherCommands(config: projectk.sdk.prebuilt.9.0.0-preview.5.24254.1)
Configuration: Alpine3_19_x64_Release
Error Message: System.Exception : VerifyOutput: no last command output or debugger exited unexpectedly: \s*Name:\s+SymbolTestApp.Program\s+

Stack Trace:

   at SOSRunner.VerifyOutput(String verifyLine, Boolean match) in /__w/1/s/src/SOS/SOS.UnitTests/SOSRunner.cs:line 1194
   at SOSRunner.RunScript(String scriptRelativePath) in /__w/1/s/src/SOS/SOS.UnitTests/SOSRunner.cs:line 872
   at SOSRunner.RunScript(String scriptRelativePath)
   at SOSTestHelpers.RunTest(String scriptName, TestInformation information, ITestOutputHelper output) in /__w/1/s/src/SOS/SOS.UnitTests/SOS.cs:line 90
   at SOS.OtherCommands(TestConfiguration config) in /__w/1/s/src/SOS/SOS.UnitTests/SOS.cs:line 328
--- End of stack trace from previous location ---

Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=668134&view=ms.vss-test-web.build-test-results-tab&runId=16575764&resultId=100451&paneView=debug

Seems unrelated to the PR where the test failed #4616, but didn't seem to fail in neighboring builds, so possibly a flakey test?

@mdh1418
Copy link
Member Author

mdh1418 commented May 8, 2024

This test only fails on manually created PRs, hence then neighboring builds from dotnet-maestro didn't fail. #4656 was created to verify that the test fails on manually created PRs and not just #4616. The test failed, and so now #4656 aims to disable the DumpMT Verification step of the test on Alpine to unblock PRs.

mikem8361 pushed a commit that referenced this issue May 9, 2024
It was discovered in #4616
that SOS.OtherCommands DumpMT Verification fails on Alpine Release
builds for PRs starting Friday 4/26.
As PRs cannot be merged until all checks are passing, this test failure
is blocking.

This PR disables the test for Alpine, with
#4654 as the tracking issue
@mikem8361 mikem8361 self-assigned this May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants