Skip to content

Conversation

cratelyn
Copy link
Member

@cratelyn cratelyn commented Sep 6, 2025

see #3896.

this commit rewrites this test to use tokio::io::duplex(..).

this should help avoid spurious failures, by replacing setup_tk_test_server() with an in-memory i/o type.

see hyperium#3896.

this commit rewrites this test to use `tokio::io::duplex(..)`.

this should help avoid spurious failures, by replacing
`setup_tk_test_server()` with an in-memory i/o type.

Signed-off-by: katelyn martin <[email protected]>
@cratelyn cratelyn self-assigned this Sep 6, 2025
cratelyn added a commit to cratelyn/hyper that referenced this pull request Sep 8, 2025
see hyperium#3896.

this commit ports an assortment of test cases for the client to an
in-memory socket using `tokio::io::duplex()`.

this should help reduce test flakes related to TCP close behavior.

this supersedes hyperium#3946.

Signed-off-by: katelyn martin <[email protected]>
@cratelyn
Copy link
Member Author

cratelyn commented Sep 8, 2025

#3947 supersedes this. closing!

@cratelyn cratelyn closed this Sep 8, 2025
seanmonstar pushed a commit that referenced this pull request Sep 8, 2025
see #3896.

this commit ports an assortment of test cases for the client to an
in-memory socket using `tokio::io::duplex()`.

this should help reduce test flakes related to TCP close behavior.

this supersedes #3946.

Signed-off-by: katelyn martin <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant