Skip to content
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

Test failure System.Net.Security.Tests.ClientAsyncAuthenticateTest.ClientAsyncAuthenticate_MismatchProtocols_Fails(clientProtocol: Tls12, serverProtocol: Ssl3, expectedException: typeof(System.Security.Authentication.AuthenticationException)) #67075

Closed
VincentBu opened this issue Mar 24, 2022 · 2 comments

Comments

@VincentBu
Copy link
Contributor

Run: runtime-coreclr libraries-jitstress 20220323.2

Failed test:

net7.0-windows-Release-arm64-CoreCLR_checked-no_tiered_compilation-Windows.10.Arm64v8.Open

- System.Net.Security.Tests.ClientAsyncAuthenticateTest.ClientAsyncAuthenticate_MismatchProtocols_Fails(clientProtocol: Tls12, serverProtocol: Ssl3, expectedException: typeof(System.Security.Authentication.AuthenticationException))
- System.Net.Security.Tests.ClientAsyncAuthenticateTest.ClientAsyncAuthenticate_MismatchProtocols_Fails(clientProtocol: Tls11, serverProtocol: Ssl3, expectedException: typeof(System.Security.Authentication.AuthenticationException))
- System.Net.Security.Tests.ClientAsyncAuthenticateTest.ClientAsyncAuthenticate_MismatchProtocols_Fails(clientProtocol: Tls, serverProtocol: Ssl3, expectedException: typeof(System.Security.Authentication.AuthenticationException))
- System.Net.Security.Tests.ServerAsyncAuthenticateTest.ServerAsyncAuthenticate_MismatchProtocols_Fails(clientProtocol: Tls12, serverProtocol: Ssl3, expectedException: typeof(System.Security.Authentication.AuthenticationException))
- System.Net.Security.Tests.ServerAsyncAuthenticateTest.ServerAsyncAuthenticate_MismatchProtocols_Fails(clientProtocol: Tls11, serverProtocol: Ssl3, expectedException: typeof(System.Security.Authentication.AuthenticationException))
- System.Net.Security.Tests.ServerAsyncAuthenticateTest.ServerAsyncAuthenticate_MismatchProtocols_Fails(clientProtocol: Tls, serverProtocol: Ssl3, expectedException: typeof(System.Security.Authentication.AuthenticationException))

Error message:

Assert.IsAssignableFrom() Failure
Expected: typeof(System.Security.Authentication.AuthenticationException)
Actual:   typeof(System.TimeoutException)


Stack trace
   at System.Net.Security.Tests.ClientAsyncAuthenticateTest.ClientAsyncAuthenticate_MismatchProtocols_Fails(SslProtocols clientProtocol, SslProtocols serverProtocol, Type expectedException) in /_/src/libraries/System.Net.Security/tests/FunctionalTests/ClientAsyncAuthenticateTest.cs:line 66
--- End of stack trace from previous location ---

Failed test:

net7.0-windows-Release-arm64-CoreCLR_checked-no_tiered_compilation-Windows.10.Arm64v8.Open

- System.Net.Security.Tests.ServerAsyncAuthenticateTest.ServerAsyncAuthenticate_MismatchProtocols_Fails(clientProtocol: Ssl3, serverProtocol: Tls12, expectedException: typeof(System.Security.Authentication.AuthenticationException))
- System.Net.Security.Tests.ServerAsyncAuthenticateTest.ServerAsyncAuthenticate_MismatchProtocols_Fails(clientProtocol: Ssl3, serverProtocol: Tls11, expectedException: typeof(System.Security.Authentication.AuthenticationException))
- System.Net.Security.Tests.ServerAsyncAuthenticateTest.ServerAsyncAuthenticate_MismatchProtocols_Fails(clientProtocol: Ssl3, serverProtocol: Tls, expectedException: typeof(System.Security.Authentication.AuthenticationException))

Error message:

Assert.IsAssignableFrom() Failure
Expected: typeof(System.Security.Authentication.AuthenticationException)
Actual:   typeof(System.IO.IOException)


Stack trace
   at System.Net.Security.Tests.ServerAsyncAuthenticateTest.ServerAsyncAuthenticate_MismatchProtocols_Fails(SslProtocols clientProtocol, SslProtocols serverProtocol, Type expectedException) in /_/src/libraries/System.Net.Security/tests/FunctionalTests/ServerAsyncAuthenticateTest.cs:line 63
--- End of stack trace from previous location ---
@dotnet-issue-labeler dotnet-issue-labeler bot added area-System.Net.Security untriaged New issue has not been triaged by the area owner labels Mar 24, 2022
@ghost
Copy link

ghost commented Mar 24, 2022

Tagging subscribers to this area: @dotnet/ncl, @vcsjones
See info in area-owners.md if you want to be subscribed.

Issue Details

Run: runtime-coreclr libraries-jitstress 20220323.2

Failed test:

net7.0-windows-Release-arm64-CoreCLR_checked-no_tiered_compilation-Windows.10.Arm64v8.Open

- System.Net.Security.Tests.ClientAsyncAuthenticateTest.ClientAsyncAuthenticate_MismatchProtocols_Fails(clientProtocol: Tls12, serverProtocol: Ssl3, expectedException: typeof(System.Security.Authentication.AuthenticationException))
- System.Net.Security.Tests.ClientAsyncAuthenticateTest.ClientAsyncAuthenticate_MismatchProtocols_Fails(clientProtocol: Tls11, serverProtocol: Ssl3, expectedException: typeof(System.Security.Authentication.AuthenticationException))
- System.Net.Security.Tests.ClientAsyncAuthenticateTest.ClientAsyncAuthenticate_MismatchProtocols_Fails(clientProtocol: Tls, serverProtocol: Ssl3, expectedException: typeof(System.Security.Authentication.AuthenticationException))
- System.Net.Security.Tests.ServerAsyncAuthenticateTest.ServerAsyncAuthenticate_MismatchProtocols_Fails(clientProtocol: Tls12, serverProtocol: Ssl3, expectedException: typeof(System.Security.Authentication.AuthenticationException))
- System.Net.Security.Tests.ServerAsyncAuthenticateTest.ServerAsyncAuthenticate_MismatchProtocols_Fails(clientProtocol: Tls11, serverProtocol: Ssl3, expectedException: typeof(System.Security.Authentication.AuthenticationException))
- System.Net.Security.Tests.ServerAsyncAuthenticateTest.ServerAsyncAuthenticate_MismatchProtocols_Fails(clientProtocol: Tls, serverProtocol: Ssl3, expectedException: typeof(System.Security.Authentication.AuthenticationException))

Error message:

Assert.IsAssignableFrom() Failure
Expected: typeof(System.Security.Authentication.AuthenticationException)
Actual:   typeof(System.TimeoutException)


Stack trace
   at System.Net.Security.Tests.ClientAsyncAuthenticateTest.ClientAsyncAuthenticate_MismatchProtocols_Fails(SslProtocols clientProtocol, SslProtocols serverProtocol, Type expectedException) in /_/src/libraries/System.Net.Security/tests/FunctionalTests/ClientAsyncAuthenticateTest.cs:line 66
--- End of stack trace from previous location ---

Failed test:

net7.0-windows-Release-arm64-CoreCLR_checked-no_tiered_compilation-Windows.10.Arm64v8.Open

- System.Net.Security.Tests.ServerAsyncAuthenticateTest.ServerAsyncAuthenticate_MismatchProtocols_Fails(clientProtocol: Ssl3, serverProtocol: Tls12, expectedException: typeof(System.Security.Authentication.AuthenticationException))
- System.Net.Security.Tests.ServerAsyncAuthenticateTest.ServerAsyncAuthenticate_MismatchProtocols_Fails(clientProtocol: Ssl3, serverProtocol: Tls11, expectedException: typeof(System.Security.Authentication.AuthenticationException))
- System.Net.Security.Tests.ServerAsyncAuthenticateTest.ServerAsyncAuthenticate_MismatchProtocols_Fails(clientProtocol: Ssl3, serverProtocol: Tls, expectedException: typeof(System.Security.Authentication.AuthenticationException))

Error message:

Assert.IsAssignableFrom() Failure
Expected: typeof(System.Security.Authentication.AuthenticationException)
Actual:   typeof(System.IO.IOException)


Stack trace
   at System.Net.Security.Tests.ServerAsyncAuthenticateTest.ServerAsyncAuthenticate_MismatchProtocols_Fails(SslProtocols clientProtocol, SslProtocols serverProtocol, Type expectedException) in /_/src/libraries/System.Net.Security/tests/FunctionalTests/ServerAsyncAuthenticateTest.cs:line 63
--- End of stack trace from previous location ---
Author: VincentBu
Assignees: -
Labels:

arch-arm64, area-System.Net.Security, os-windows, untriaged

Milestone: -

@rzikm
Copy link
Member

rzikm commented Mar 24, 2022

Looks like duplicate of #65098

@rzikm rzikm closed this as completed Mar 24, 2022
@karelz karelz added this to the 7.0.0 milestone Apr 8, 2022
@jeffhandley jeffhandley removed the untriaged New issue has not been triaged by the area owner label May 6, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Jun 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants