Skip to content

fix(client): port tests to in-memory socket#3947

Merged
seanmonstar merged 1 commit into
hyperium:masterfrom
cratelyn:kate/tests-use-in-memory-io.deux
Sep 8, 2025
Merged

fix(client): port tests to in-memory socket#3947
seanmonstar merged 1 commit into
hyperium:masterfrom
cratelyn:kate/tests-use-in-memory-io.deux

Conversation

@cratelyn

@cratelyn cratelyn commented Sep 8, 2025

Copy link
Copy Markdown
Member

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.

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 <git@katelyn.world>
@cratelyn cratelyn self-assigned this Sep 8, 2025
@cratelyn cratelyn marked this pull request as ready for review September 8, 2025 15:54
@cratelyn cratelyn requested a review from seanmonstar September 8, 2025 15:54

@seanmonstar seanmonstar left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome!

@seanmonstar seanmonstar merged commit f9f8f44 into hyperium:master Sep 8, 2025
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants