-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
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. |
Dotnet-GitSync-Bot
added
area-System.Net.Http
untriaged
New issue has not been triaged by the area owner
labels
Jan 9, 2020
danmoseley
added
the
disabled-test
The test is disabled in source code against the issue
label
Jan 9, 2020
karelz
added
test-bug
Problem in test source code (most likely)
and removed
disabled-test
The test is disabled in source code against the issue
untriaged
New issue has not been triaged by the area owner
labels
Apr 15, 2020
ghost
locked as resolved and limited conversation to collaborators
Dec 12, 2020
|
stephentoub
added
untriaged
New issue has not been triaged by the area owner
and removed
test-bug
Problem in test source code (most likely)
labels
Jul 20, 2021
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 ...
|
karelz
added
test-run-core
Test failures in .NET Core test runs
disabled-test
The test is disabled in source code against the issue
labels
Jul 20, 2021
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
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: