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.
Summary
Fix #89318
Fix #89319
Fix #89608
The 5sec timeout used for standard unit test is not sufficient for these tests that are starting an
HttpServer
. I could reproduce the flakiness locally by throttling my CPU. Moving them to integration tests that use 10mins as timeout fixes it. Also given these tests are using a real httpServer instance, having them as integration tests make sense imhoThose tests were skipped for a long time, I had to adapt the code to pass with changes performed in this area in the past 10 months.