-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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.Quic.Tests.QuicStreamTests.WriteCanceled_NextWriteThrows #86852
Comments
Tagging subscribers to this area: @dotnet/ncl Issue DetailsFailed in: runtime-coreclr libraries-pgo 20230528.1 Failed tests:
Error message:
Stack trace:
|
The test is flaky and the failure happens on regular runs as well (but usually succeeds on reruns) The case seems to be when the cancellation happens to occur before the call to WriteAsync (and we call it with pre-cancelled token). runtime/src/libraries/System.Net.Quic/tests/FunctionalTests/QuicStreamTests.cs Lines 591 to 606 in 844702d
We should have a look someday. |
Closing in favor of #76831 |
Failed in: runtime-coreclr libraries-pgo 20230528.1
Failed tests:
Error message:
Stack trace:
The text was updated successfully, but these errors were encountered: