Closed radical closed 1 month ago
Microsoft.AspNetCore.Components.E2ETest.Tests.ThreadingAppTest.HasHeading
appears to be failing as recently today:
OpenQA.Selenium.WebDriverException : The HTTP request to the remote WebDriver server for URL http://localhost:34747/session/a019271988f2cfcd52ca8139329f1439/url timed out after 60 seconds.
---- System.Threading.Tasks.TaskCanceledException : The request was canceled due to the configured HttpClient.Timeout of 60 seconds elapsing.
-------- System.TimeoutException : The operation was canceled.
------------ System.Threading.Tasks.TaskCanceledException : The operation was canceled.
---------------- System.IO.IOException : Unable to read data from the transport connection: Operation canceled.
-------------------- System.Net.Sockets.SocketException : Operation canceled
Microsoft.AspNetCore.Components.E2ETest.Tests.ThreadingAppTest.IsStarted
appears to also have failed today:
OpenQA.Selenium.WebDriverException : The HTTP request to the remote WebDriver server for URL http://localhost:34747/session/a019271988f2cfcd52ca8139329f1439/url timed out after 60 seconds.
---- System.Threading.Tasks.TaskCanceledException : The request was canceled due to the configured HttpClient.Timeout of 60 seconds elapsing.
-------- System.TimeoutException : The operation was canceled.
------------ System.Threading.Tasks.TaskCanceledException : The operation was canceled.
---------------- System.Net.Http.HttpIOException : The response ended prematurely. (ResponseEnded)
@SteveSandersonMS Am I missing something about https://github.com/dotnet/aspnetcore/pull/54825? Are these recent failures expected/unrelated?
Likely a runtime issue, see https://github.com/dotnet/runtime/issues/106788
Failing build on update PR for
winforms
: https://dev.azure.com/dnceng-public/public/_build/results?buildId=616801&view=ms.vss-test-web.build-test-results-tab&runId=15087784&resultId=100834&paneView=debug .. and on update PR forsymreader
: https://dev.azure.com/dnceng-public/public/_build/results?buildId=616798&view=ms.vss-test-web.build-test-results-tabFailing Test(s)
Identical failures:
Error Message
Stacktrace
Logs
Build
https://dev.azure.com/dnceng-public/public/_build/results?buildId=616801&view=ms.vss-test-web.build-test-results-tab&runId=15087784&resultId=100834&paneView=debug