-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[release/8.0] [H/3] Fix draining response in metrics test #93381
Conversation
Tagging subscribers to this area: @dotnet/ncl Issue DetailsBackport of #93379 to release/8.0 /cc @ManickaP Customer ImpactTestingRiskIMPORTANT: If this backport is for a servicing release, please verify that:
|
Test-only, we should take it to make CI more stable in 8.0 for servicing. @artl93 it is ready for your approval. |
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.
M2 Approved.
Tell mode. Approving. |
Backport of #93379 to release/8.0
/cc @ManickaP
Customer Impact
This is just a test change. It will help stabilizing CI in 8.0 branch.
Testing
CI + local simulation of the problem with delay between sending response headers and content. After adding my fix, the test started passing with the delay as well.
Risk
Low, only test change, no product code change,
Fixes #93250