This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
@ericeil added this in #7112 to address https://github.com/dotnet/corefx/issues/5185.
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.
I think it would be good to make this change (no retry) and monitor the Windows (and Linux) tests for any new timeout errors. It's been a few months since the retry was added and there have been many changes made since then including removing tests that would eat all available memory.
If the Linux tests improve (as I suspect) but the Windows tests degrade due to timeouts, then we'll need to determine how to best address that including adding the retry back (perhaps only for Windows, it that's the case).
FWIW I've been running the Windows tests locally for a couple hours in simulated load without issue (win 10 with no UDP retry) - I'll keep monitoring that to see if something comes up. Doing the same on Linux definitely appears to help with the random failures, although I do get a hang occasionally - every 1,000 runs or so (with or without UDP retry) so I suspect that's a different problem.