-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Quarantine cert test #22320
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
Quarantine cert test #22320
Conversation
Why aren't you also quarantining HttpsTests.HttpsHelloWorld which failed in the same test run? |
@@ -43,6 +43,7 @@ public Task HttpsNoClientCert_NoClientCert(TestVariant variant) | |||
} | |||
|
|||
[ConditionalTheory] | |||
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/22319")] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor question: Does WhatsBroken also no longer show quarantined tests? @BrennanConroy I thought the main issue was around finding new failures, not tracking the quarantined tests?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WhatsBroken doesn't show anything anymore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Worse than I thought
Guess issues will have to fill the gap for now. @ryanbrandenburg please do something distinctive w/ the issues you file so the leads can find them easily. A new label plus linking to them in your ops issue should be more than enough. Or, just assign them all to @Pilchie 😃
For details on that failure see dotnet/aspnetcore-internal#3604 (my ops rotation issue). That includes a link to the Helix log. |
I think you meant to assign the issue, so I went ahead and did that. |
Failure: https://dev.azure.com/dnceng/internal/_build/results?buildId=661928&view=ms.vss-test-web.build-test-results-tab&runId=20521988&resultId=121088&paneView=debug.
Follow-up: #22319