-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
area-System.Net.Securitytest-bugProblem in test source code (most likely)Problem in test source code (most likely)
Milestone
Description
leg: Libraries Test Run release coreclr Windows_NT x86 Release
src: https://helix.dot.net/api/2019-06-17/jobs/9377837f-bbd7-4b24-9d71-0b02f14314b1/workitems/System.Net.Security.Tests/console
Assert.Throws() Failure
Expected: typeof(System.Security.Authentication.AuthenticationException)
Actual: typeof(System.IO.IOException): Received an unexpected EOF or 0 bytes from the transport stream.
---- System.IO.IOException : Received an unexpected EOF or 0 bytes from the transport stream.
Stack Trace:
/_/src/libraries/System.Net.Security/src/System/Net/Security/SslStream.Implementation.cs(789,0): at System.Net.Security.SslStream.<FillHandshakeBufferAsync>g__InternalFillHandshakeBufferAsync|182_0[TIOAdapter](TIOAdapter adap, ValueTask`1 task, Int32 minSize)
/_/src/libraries/System.Net.Security/src/System/Net/Security/SslStream.Implementation.cs(338,0): at System.Net.Security.SslStream.ReceiveBlobAsync[TIOAdapter](TIOAdapter adapter)
/_/src/libraries/System.Net.Security/src/System/Net/Security/SslStream.Implementation.cs(282,0): at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](TIOAdapter adapter, Boolean receiveFirst, Byte[] reAuthenticationData, Boolean isApm)
/_/src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs(38,0): at System.Threading.Tasks.TaskTimeoutExtensions.TimeoutAfter(Task task, TimeSpan timeout)
/_/src/libraries/System.Net.Security/tests/FunctionalTests/ClientAsyncAuthenticateTest.cs(160,0): at System.Net.Security.Tests.ClientAsyncAuthenticateTest.ClientAsyncSslHelper(EncryptionPolicy encryptionPolicy, SslProtocols clientSslProtocols, SslProtocols serverSslProtocols)
----- Inner Stack Trace -----
/_/src/libraries/System.Net.Security/src/System/Net/Security/SslStream.Implementation.cs(789,0): at System.Net.Security.SslStream.<FillHandshakeBufferAsync>g__InternalFillHandshakeBufferAsync|182_0[TIOAdapter](TIOAdapter adap, ValueTask`1 task, Int32 minSize)
/_/src/libraries/System.Net.Security/src/System/Net/Security/SslStream.Implementation.cs(338,0): at System.Net.Security.SslStream.ReceiveBlobAsync[TIOAdapter](TIOAdapter adapter)
/_/src/libraries/System.Net.Security/src/System/Net/Security/SslStream.Implementation.cs(282,0): at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](TIOAdapter adapter, Boolean receiveFirst, Byte[] reAuthenticationData, Boolean isApm)
/_/src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs(38,0): at System.Threading.Tasks.TaskTimeoutExtensions.TimeoutAfter(Task task, TimeSpan timeout)
/_/src/libraries/System.Net.Security/tests/FunctionalTests/ClientAsyncAuthenticateTest.cs(160,0): at System.Net.Security.Tests.ClientAsyncAuthenticateTest.ClientAsyncSslHelper(EncryptionPolicy encryptionPolicy, SslProtocols clientSslProtocols, SslProtocols serverSslProtocols)
Finished: System.Net.Security.Tests
=== TEST EXECUTION SUMMARY ===
System.Net.Security.Tests Total: 4388, Errors: 0, Failed: 1, Skipped: 20, Time: 23,162s
----- end 03/04/2020 3:30:23,27 ----- exit code 1 ----------------------------------------------------------Metadata
Metadata
Assignees
Labels
area-System.Net.Securitytest-bugProblem in test source code (most likely)Problem in test source code (most likely)