Uh oh!
There was an error while loading. Please reload this page.
Fix SocketsHttpHandler metrics test on Android - #90225
Conversation
ghost
commented
Aug 9, 2023
Tagging subscribers to this area: @dotnet/ncl Issue DetailsSaw failures like these in a few
|
MihaZupan
commented
Aug 9, 2023
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Uh oh!
There was an error while loading. Please reload this page.
MihaZupan
commented
Aug 9, 2023
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
simonrozsival
commented
Aug 9, 2023
@MihaZupan I think the problem must be somewhere else. The native mobile handler is located in the xamarin-android repo and AFAIK we can only use the HttpClientHandler on top of SocketsHttpHandler in runtime tests. |
MihaZupan
commented
Aug 10, 2023
Thanks @simonrozsival, you're right, it was using the correct handler. |
Saw failures like these in a few
runtime-extra-platformsruns.My guess is the test ended up using the mobile platform handler instead of
SocketsHttpHandler.