Radek Zikmund
Radek Zikmund
The failures seem to be mostly release/7.0 branch, there was no hit on main. in last month. I think we can expect this to go quiet after .NET 7 reaches...
This issue seems to match also generic test timeout failures, such as ``` System.Net.Http.HttpRequestException : Requesting HTTP version 3.0 with version policy RequestVersionExact while unable to establish HTTP/3 connection. ----...
Has there been any progress on this? This is blocking Known Build Errors on outerloop pipelines because too many test failures are reported in AzDO and legit test failures end...
The known issue does not seem to get matched, but it should IMO. The failure log can be found via https://dev.azure.com/dnceng-public/public/_build/results?buildId=511527&view=logs&j=2686528b-6bb9-52cf-c87c-9a2bbdff7996&t=5c32730d-9d2b-5d94-bfff-01026160003a > Sent Helix Job; see work items at https://helix.dot.net/api/jobs/cfed76aa-4fff-41c4-bd4c-e2fff1898339/workitems?api-version=2019-06-17...
> Hi @rzikm, Could you please share with me to which test is that log entitled? The test is `System.Net.Http.WinHttpHandlerFunctional.Tests.WinHttpHandlerTest.SendAsync_SlowServerRespondsAfterDefaultReceiveTimeout_ThrowsHttpRequestException` > > For context, for known issues we review two...
I see, AzDO seems to report entire work items as failed and not individual failed tests. I think we have recently run into this similar issue in https://github.com/dotnet/runtime/pull/95898#issuecomment-1856351638. @carlossanlop Could...
@AlitzelMendez, I have taken another look and it seems to me that the test failure *is* actually reported in AzDO https://dev.azure.com/dnceng-public/public/_build/results?buildId=511527&view=ms.vss-test-web.build-test-results-tab&runId=11974532&resultId=103626&paneView=debug Can you please take a look? I am also...
The actual exception seems to be ``` ex: System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.Http.WinHttpException (80072F78, 12152): Error 12152 calling WINHTTP_CALLBACK_STATUS_REQUEST_ERROR, 'The server returned an invalid or...
> @rzikm it is marked as 8.0, but it was in 9.0 main in the past as well - [#96797 (comment)](https://github.com/dotnet/runtime/issues/96797#issuecomment-1885585421) Can you please look at stats when it failed...
Sounds plausible, are we seeing any recent failures on 8.0? if yes, then we can try backporting the change