-
Notifications
You must be signed in to change notification settings - Fork 10.3k
[3.0] Skip known failure in ShutdownTestWaitForShutdown #14744
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
Conversation
Things are pretty locked down for 3.0.1, so I think we should wait for 3.0.2 to take this change (just to avoid any churn in builds at all). Thoughts @dougbu ? Disabling a test is pretty safe but also not necessarily critical to ship (unless that test is blocking us :)) |
Co-Authored-By: Andrew Stanton-Nurse <[email protected]>
If the test is blocking 3.0.1 builds (or is likely to do so) I certainly have no problem taking it in 3.0.1 (as long as that won't jeopardize getting a candidate build). |
Failures in validation build when creating installers don't look great. Did something get merged into 'release/3.0' without validation? @wtgodbe this looks like a problem w/ your
@JunTaoLuo please clean up the following warnings. This kind of output makes it more difficult to find real errors:
The number of warnings about missing / extra placeholders isn't good either @wtgodbe e.g.
|
@wtgodbe errors occurred in your PR for the icon change: https://github.com/aspnet/AspNetCore/pull/14394/checks?check_run_id=248339536 But, they didn't cause the jobs to fail and that's bad -- very bad. Any ideas? |
Don't think there's anything neewer in the 'release/3.0' branch that'll help here. But, closing / reopening to recreate the tested branch |
@dougbu please merge. |
3.0 Test only change. https://github.com/aspnet/AspNetCore-Internal/issues/2577
A 3.0 CLR regression caused
ShutdownTestRun
to fail most of the time so we skipped it a while ago.ShutdownTestWaitForShutdown
only fails once in awhile. We aren't expecting a CLR fix until 3.1 so this test should also be permanently skipped in 3.0.