GetAsync_ContentCanBeCanceled test is failing in CI #44003
Labels
area-System.Net.Http
bug
test-bug
Problem in test source code (most likely)
test-run-core
Test failures in .NET Core test runs
Milestone
The test fails with System.IO.IOException:
I did query for last 90 days and first occurrence is 10/1 and 227 failures after that.
That seems to strongly correlate with #42346. cc: @stephentoub
So far I was unable to reproduce it locally.
In attempt to reproduce I've seen similar traces when Loopback server fails to retrieve particular part of HTTP while cancelling. (like PostAsyncNonDuplex_ServerCompletesResponseBodyThenResetsStreamWithNoError_SuccessAndRequestBodyCancelled.
So I'm wondering if this is 1) problem with Loopback server unable to handle partial request, 2) test bug as the cancelling tests should ignore server side failures or 3) product bug when we perhaps don't handle something right. (the second test fails to read H/2 Frame)
cc: @geoffkizer
The text was updated successfully, but these errors were encountered: