Skip to content

Conversation

@sebastienros
Copy link
Member

See #58169

@sebastienros sebastienros requested review from a team and wtgodbe as code owners September 30, 2024 23:45
@ghost ghost added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label Sep 30, 2024
@sebastienros sebastienros requested review from amcasey and removed request for a team and wtgodbe September 30, 2024 23:46
Copy link
Member

@amcasey amcasey left a comment

Choose a reason for hiding this comment

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

It looks very similar to the test quarantined by #49974, so maybe we should quarantine it with the same issue number?

"retryOnRules": [
{"testName": {"contains": "FlakyTestToEnsureRetryWorks" }},
{"testName": {"contains": "MaxRequestBufferSizeTests.LargeUpload" }}, // tries to manipulate the state of the server's buffer
{"testName": {"contains": "ConnectionClosedWhenResponseDoesNotSatisfyMinimumDataRate"}}, // Issue: https://github.com/dotnet/aspnetcore/issues/58169
Copy link
Member

Choose a reason for hiding this comment

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

I usually use comments to explain why a test is inherently flaky and would benefit from a retry. If we haven't established that, I might just quarantine it.

Copy link
Member Author

Choose a reason for hiding this comment

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

If we haven't established that, I might just quarantine it.

I don't really disagree, and honestly I first created the issue to do so, but then I looked again at the operations docs and it suggested to first move it in retries and then escalate to quarantine if it doesn't help. I couldn't find anything that would suggest retrying would not help, there have been other builds without the issue even if it happened twice this week AFAIK.

Copy link
Member Author

Choose a reason for hiding this comment

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

But if we decide that it's the same GH issue to track, then I agree this would also be quarantined. I will trust your judgement here since I have no other arguments to just retry.

Copy link
Member

Choose a reason for hiding this comment

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

The other test started in the retry list and was promoted to quarantine, so I think we should probably skip straight to that. Let's start with updating the existing bug - we can always split it out later. Thanks!

@sebastienros sebastienros deleted the sebros/retry1 branch October 1, 2024 16:23
@dotnet-policy-service dotnet-policy-service bot added this to the 10.0-preview1 milestone Oct 1, 2024
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.

3 participants