You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test failure System.Net.Http.Functional.Tests.PlatformHandler_HttpClientHandler_ServerCertificates_Http2_Test.NoCallback_BadCertificate_ThrowsException(url: \"https://wrong.host.badssl.com/\")
#49185
Closed
VincentBu opened this issue
Mar 5, 2021
· 4 comments
Assert.Throws() Failure
Expected: typeof(System.Net.Http.HttpRequestException)
Actual: (No exception was thrown)
Stack trace
at System.Net.Http.Functional.Tests.HttpClientHandler_ServerCertificates_Test.NoCallback_BadCertificate_ThrowsException(String url) in /_/src/libraries/Common/tests/System/Net/Http/HttpClientHandlerTest.ServerCertificates.cs:line 222
--- End of stack trace from previous location ---
The text was updated successfully, but these errors were encountered:
Assert.Throws() Failure
Expected: typeof(System.Net.Http.HttpRequestException)
Actual: (No exception was thrown)
Stack trace
at System.Net.Http.Functional.Tests.HttpClientHandler_ServerCertificates_Test.NoCallback_BadCertificate_ThrowsException(String url) in /_/src/libraries/Common/tests/System/Net/Http/HttpClientHandlerTest.ServerCertificates.cs:line 222
--- End of stack trace from previous location ---
Most likely duplicate of #49028, which has been fixed in #49130, but if my timezone math is correct, the mentioned failure happened after the merge of that PR, which I don't understand. Let's watch for a while if it happens again, and close if it doesn't.
Run: runtime-libraries-coreclr outerloop 20210304.5
Failed test:
Error message:
The text was updated successfully, but these errors were encountered: