Skip to content

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

Merged
merged 1 commit into from
Aug 22, 2022
Merged

Retry a few tests #43422

merged 1 commit into from
Aug 22, 2022

Conversation

dougbu
Copy link
Contributor

@dougbu 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
@dougbu dougbu requested a review from BrennanConroy August 20, 2022 02:14
@dougbu dougbu requested review from a team and wtgodbe as code owners August 20, 2022 02:14
@ghost ghost added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label Aug 20, 2022
@dougbu
Copy link
Contributor Author

dougbu commented Aug 20, 2022

@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 Http3RequestTests

@@ -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"}},
Copy link
Contributor Author

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

@dougbu dougbu enabled auto-merge (squash) August 20, 2022 05:33
Comment on lines +10 to +11
{"testName": {"contains": "Http3RequestTests"}},
{"testName": {"contains": "Http3TlsTests"}},
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thinking about removing these lines if #43423 will reach main sometime Monday. Make sense @JamesNK

Suggested change
{"testName": {"contains": "Http3RequestTests"}},
{"testName": {"contains": "Http3TlsTests"}},

@dougbu dougbu merged commit a7fa969 into dotnet:main Aug 22, 2022
@dougbu dougbu deleted the dougbu/more.retries branch August 22, 2022 16:49
@ghost ghost added this to the 8.0-alpha1 milestone Aug 22, 2022
@dougbu
Copy link
Contributor Author

dougbu commented Sep 29, 2022

/backport to release/7.0

@github-actions
Copy link
Contributor

Started backporting to release/7.0: https://github.com/dotnet/aspnetcore/actions/runs/3147732196

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants