Skip to content
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

materialized: account for changed semantics of JoinHandle::abort #7389

Merged
merged 1 commit into from Jul 12, 2021

Conversation

benesch
Copy link
Member

@benesch benesch commented Jul 12, 2021

tokio-rs/tokio#3934 changed the semantics of JoinHandle::abort such that
you have to await the underlying task to actually deliver the abort. Do
so, to fix a stall in test_tail_shutdown caused by the connection not
actually getting aborted.

tokio-rs/tokio#3934 changed the semantics of JoinHandle::abort such that
you have to await the underlying task to actually deliver the abort. Do
so, to fix a stall in `test_tail_shutdown` caused by the connection not
actually getting aborted.
@benesch benesch enabled auto-merge July 12, 2021 20:43
@benesch benesch merged commit 9994223 into MaterializeInc:main Jul 12, 2021
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.

None yet

2 participants