-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
cli xUnit tests fail since https://github.com/dotnet/runtime build 20220616.9 #70973
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
This is crashing during shutdown at this callstack:
|
Checked CoreCLR build is failing with assert (it may be a different problem - not sure):
|
@dotnet/interop-contrib Could you please take a look? |
(I have been running |
Thank you @jkotas for the quick check. For sanity I decided to rebuild several commits previously built successfully, and now I wonder if this is a CI environmental issue than a .NET runtime issue... It looks like the issue may have started sometime over the weekend, but we didn't change anything in dotnet/winforms codebase... /cc: @dotnet/dnceng for any ideas. |
Having a quick look at some of the main builds - this seems to be something inside of the Xunit runner but it's flakey? For instance this build - 1833634 - only some legs failed. However, I don't see anything infra related, especially if you can reproduce locally? |
I'll take a look. |
Running just that test doesn't cause a failure. I am going to assume some of the new |
This is because of the managed |
Description
The update from the runtime fails at the test leg, see https://dev.azure.com/dnceng/public/_build/results?buildId=1833158&view=results.
It looks like the test runner (or the process?) reports a non-zero exit code despite no failed tests, e.g.:
Reproduction Steps
git clone https://github.com/dotnet/winforms
darc-main-240f38e5-32c6-4ca8-8d1a-35df12541c87
branchbuild.cmd -test
Expected behavior
All tests pass. The current main is green: https://dev.azure.com/dnceng/public/_build/results?buildId=1830484&view=results
Actual behavior
The test runner reports incorrect value and fails.
Regression?
By the looks of it.
Known Workarounds
No response
Configuration
No response
Other information
No response
The text was updated successfully, but these errors were encountered: