-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Android][Test Failure] System.Net.Http.Functional.Tests.HttpMetricsTest_Http11_Async.AllSocketsHttpHandlerCounters_Success_Recorded #89237
Comments
Tagging subscribers to 'arch-android': @steveisok, @akoeplinger Issue DetailsThe
Example of a failed run in CI: https://dev.azure.com/dnceng-public/public/_build/results?buildId=346125&view=results
|
The test can be disabled on Mobile, since Alternatively, if we good SocketsHttpHandler test coverage on mobile around stuff like Metrics and Telemetry is something we care about, we can change the test to enforce the usage of SocketsHttpHandler, but I think we have a significant gap in that area anyways, eg. I assume everything in TelemetryTest is excluded from Mobile runs either because of OuterLoop or RemoteExecutor, otherwise the runs would fail. If we do care, maybe we should track this gap in a separate issue after disabling this particular test on mobile? |
I ran the test locally on an Android arm64 emulator and device and it passed. I'm not able to reproduce the problem locally. Metrics for failing instance
Metrics for passing instance locally
It looks like the failing instance doesn't have the following
Maybe its sometimes failing to establish a connection? |
This might have been fixed in #90298 |
|
The test
System.Net.Http.Functional.Tests.HttpMetricsTest_Http11_Async.AllSocketsHttpHandlerCounters_Success_Recorded
which was introduced in #88893 is failing on Android.Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=346125
Build error leg or test failing: System.Net.Http.Functional.Tests.HttpMetricsTest_Http11_Async.AllSocketsHttpHandlerCounters_Success_Recorded
Pull request: #89232
Error Message
Known Issue Error Message
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=346125
Error message validated:
Assert.Collection() Failure
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 7/20/2023 1:42:43 PM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: