-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
area-System.Net.Securitybugos-windowstenet-reliabilityReliability/stability related issue (stress, load problems, etc.)Reliability/stability related issue (stress, load problems, etc.)test-run-coreTest failures in .NET Core test runsTest failures in .NET Core test runs
Milestone
Description
Test: System.Net.Security.Tests.ClientAsyncAuthenticateTest.ClientAsyncAuthenticate_MismatchProtocols_Fails
From dotnet/corefx#42027
Test failure on Windows Build x64_Debug, specifically netcoreapp-Windows_NT-Debug-x64-(Windows.Nano.1809.Amd64.Open)
https://dev.azure.com/dnceng/public/_build/results?buildId=398356
System.Net.Security.Tests.ClientAsyncAuthenticateTest.ClientAsyncAuthenticate_MismatchProtocols_Fails(serverProtocol: Tls, clientProtocol: Tls11, expectedException: typeof(System.IO.IOException))
System.Net.Security.Tests.ClientAsyncAuthenticateTest.ClientAsyncAuthenticate_MismatchProtocols_Fails(serverProtocol: Tls, clientProtocol: Tls11, expectedException: typeof(System.IO.IOException)) [FAIL]
Assert.IsAssignableFrom() Failure
Expected: typeof(System.IO.IOException)
Actual: typeof(System.ObjectDisposedException)
Stack Trace:
/_/src/System.Net.Security/tests/FunctionalTests/ClientAsyncAuthenticateTest.cs(79,0): at System.Net.Security.Tests.ClientAsyncAuthenticateTest.ClientAsyncAuthenticate_MismatchProtocols_Fails(SslProtocols serverProtocol, SslProtocols clientProtocol, Type expectedException)
--- End of stack trace from previous location where exception was thrown ---
Finished: System.Net.Security.Tests
=== TEST EXECUTION SUMMARY ===
System.Net.Security.Tests Total: 4397, Errors: 0, Failed: 1, Skipped: 20, Time: 26.038s
----- end Wed 10/23/2019 9:03:05.68 ----- exit code 1 ----------------------------------------------------------
cc @davidsh, @wfurt, @scalablecory, @eiriktsarpalis
Metadata
Metadata
Assignees
Labels
area-System.Net.Securitybugos-windowstenet-reliabilityReliability/stability related issue (stress, load problems, etc.)Reliability/stability related issue (stress, load problems, etc.)test-run-coreTest failures in .NET Core test runsTest failures in .NET Core test runs