[release/8.0] Fix Dispose and SendData Race on Http3 Test#91690
[release/8.0] Fix Dispose and SendData Race on Http3 Test#91690carlossanlop merged 2 commits intorelease/8.0from
Conversation
|
Tagging subscribers to this area: @dotnet/ncl Issue DetailsBackport of #91291 to release/8.0 /cc @liveans Customer ImpactTestingRiskIMPORTANT: If this backport is for a servicing release, please verify that:
|
|
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Http3.cs
Show resolved
Hide resolved
|
Failures are unrelated to this PR. Failures (updated by @karelz):
Rerunning the failures |
|
Test only change, I approve - @artl93 ready for your approval |
|
M2 approved. |
|
Adding Servicing-Approved label per @artl93's approval above. |
Yes, thank you! |
Backport of #91291 to release/8.0
Fixes #87552
/cc @liveans
Customer Impact
Test only change to decrease noise in CI.
Fixes test
System.Net.Http.Functional.Tests.HttpClientHandlerTest_Http3.ServerSendsTrailingHeaders_Success, which failed 3x per day (but passed on rerun).Testing
CI in main had no hits in 2 days - previously failed 3x per day.
Risk
No risk, the test only change