-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Retry a few tests #43422
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
Retry a few tests #43422
Conversation
dougbu
commented
Aug 20, 2022
- looks like general flakiness of a couple of test classes
- looks like general flakiness of a couple of test classes
@BrennanConroy my suggestion in https://github.com/dotnet/aspnetcore/pull/43410/files#r950633459 won't help much after this is merged since the test I added is in |
@@ -7,6 +7,9 @@ | |||
{"testName": {"contains": "MaxRequestBufferSizeTests.LargeUpload" }}, | |||
{"testName": {"contains": "ReaderThrowsResetExceptionOnInvalidBody" }}, | |||
{"testName": {"contains": "AttributeRouting_RouteNameTokenReplace_Reachable" }}, | |||
{"testName": {"contains": "Http3RequestTests"}}, | |||
{"testName": {"contains": "Http3TlsTests"}}, | |||
{"testName": {"contains": "StreamPool_StreamAbortedOnClientAndServer_NotPooled"}}, | |||
{"testName": {"contains": "ServerCertificateSelector_Invoked"}}, |
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.
This test is in Http3TlsTests
but I'm not removing it because it may be flaky for more specific reasons e.g. we might remove the class from here and immediately need to add the specific test back
{"testName": {"contains": "Http3RequestTests"}}, | ||
{"testName": {"contains": "Http3TlsTests"}}, |
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.
/backport to release/7.0 |
Started backporting to release/7.0: https://github.com/dotnet/aspnetcore/actions/runs/3147732196 |