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

Fix handling SECBUFFER_EXTRA with renegotiation after handshake. #103419

Merge commit '82f7537' into 91409-AuthenticateAsClientAsync-can-fail-…

ba66143
Select commit
Loading
Failed to load commit list.
Merged

Fix handling SECBUFFER_EXTRA with renegotiation after handshake. #103419

Merge commit '82f7537' into 91409-AuthenticateAsClientAsync-can-fail-…
ba66143
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Jul 8, 2024 in 0s

.NET Result Analysis

Details

⚠️ The following pipeline(s) will not be analyzed as has been explicited excluded from analysis

All checks completed

[runtime]

[runtime-dev-innerloop]

Build Rerun

✔️ Build passed after 1 retries.

(Attempt #1) [link to build]

runtime / Build / Libraries Test Run checked coreclr osx x64 Debug / Send to Helix

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24327.1/tools/azure-pipelines/AzurePipelines.MultiQueue.targets(44,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Test System.Net.Security.Tests.SslStreamNetworkStreamTest.SslStream_RandomSizeWrites_OK has failed. Check the Test tab or [this console log]

Non-Deterministic Test Failures Detected

System.Net.Security.Tests.SslStreamNetworkStreamTest.SslStream_RandomSizeWrites_OK [Console] [Details] [Artifacts] [0.00% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

Failing Configuration

Data Driven SubResults
    System.Net.Security.Tests.SslStreamNetworkStreamTest.SslStream_RandomSizeWrites_OK(bufferSize: 1638400, readBufferSize: 20480, writeBufferSize: 1024, useAsync: True)
    Exception Message
    System.ArgumentOutOfRangeException : Specified argument was out of the range of valid values.
    Stack Trace
       at System.Net.Security.SslStream.ProcessTlsFrame(Int32 frameSize) in /_/src/libraries/System.Net.Security/src/System/Net/Security/SslStream.IO.cs:line 490
       at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Security/src/System/Net/Security/SslStream.IO.cs:line 308
       at System.Threading.Tasks.TaskTimeoutExtensions.GetRealException(Task task) in /_/src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs:line 120
    --- End of stack trace from previous location ---
       at System.Threading.Tasks.TaskTimeoutExtensions.WhenAllOrAnyFailed(Task[] tasks) in /_/src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs:line 90
       at System.Threading.Tasks.TaskTimeoutExtensions.WhenAllOrAnyFailed(Task[] tasks, Int32 millisecondsTimeout) in /_/src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs:line 55
       at System.Net.Security.Tests.SslStreamNetworkStreamTest.SslStream_RandomSizeWrites_OK(Int32 bufferSize, Int32 readBufferSize, Int32 writeBufferSize, Boolean useAsync) in /_/src/libraries/System.Net.Security/tests/FunctionalTests/SslStreamNetworkStreamTest.cs:line 1012
    --- End of stack trace from previous location ---

Was this helpful? Yes No