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

runtime: move is_join_waker_set assertion in unset_waker #7072

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

Darksonn
Copy link
Contributor

@Darksonn Darksonn commented Jan 6, 2025

This was detected in the test_combinations test. It seems that the test doesn't fail every time.

Follow-up to #6986

cc @tglane for review

@Darksonn Darksonn added A-tokio Area: The main tokio crate M-runtime Module: tokio/runtime labels Jan 6, 2025
@github-actions github-actions bot added R-loom-current-thread Run loom current-thread tests on this PR R-loom-multi-thread Run loom multi-thread tests on this PR R-loom-multi-thread-alt Run loom multi-thread alt tests on this PR labels Jan 6, 2025
@Darksonn Darksonn requested a review from mox692 January 6, 2025 10:48
Copy link
Contributor

@tglane tglane left a comment

Choose a reason for hiding this comment

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

Too bad that this wasnt caught by the pipeline in the PR. Looks good and makes sense.

@Darksonn Darksonn merged commit bd3e857 into tokio-rs:master Jan 6, 2025
88 checks passed
@Darksonn Darksonn deleted the alice/fix-state-assertion branch January 6, 2025 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tokio Area: The main tokio crate M-runtime Module: tokio/runtime R-loom-current-thread Run loom current-thread tests on this PR R-loom-multi-thread Run loom multi-thread tests on this PR R-loom-multi-thread-alt Run loom multi-thread alt tests on this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants