-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Reenable Http2_ServerSendsInvalidSettingsValue_Error test #1581
Labels
area-System.Net.Http
disabled-test
The test is disabled in source code against the issue
in-pr
There is an active PR which will close this issue when it is merged
test-run-core
Test failures in .NET Core test runs
Milestone
Comments
@geoffkizer @davidsh do you think this is must have for 3.0? |
Nope, kill it. |
|
Test failures 5/20-7/20 (incl. PRs):
Looks like a recent regression ... @stephentoub we should probably create new issue next time instead of reopening old ones ...
|
Test disabled in PR #56041 on 7/21 Recent regression around 7/15 |
alnikola
added a commit
that referenced
this issue
Jul 30, 2021
In case of an error aborting the connection, there is a race between a thread creating new `Http2Stream` to send a request and the thread looping in `ProcessIncomingFrames` that sets _shutdown flag and `_abortException`. If the request thread first sees `_shutdown == true`, then it won't see the `_abortException` even if it's set, so the request will be retried when it shouldn't. This PR adds `_abortException` check just before the `_shutdown == true` check to make sure an abort exception is observed. Fixes #1581 Fixes #56138 Fixes #56026
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-System.Net.Http
disabled-test
The test is disabled in source code against the issue
in-pr
There is an active PR which will close this issue when it is merged
test-run-core
Test failures in .NET Core test runs
This is marked as [ActiveIssue(35466)], but dotnet/corefx#35466 has been closed.
When I reenable and run this, I get:
The text was updated successfully, but these errors were encountered: