Skip to content

ci: Run Loom tests for tokio-util #7522

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

404salad
Copy link

@404salad 404salad commented Aug 9, 2025

Adds a new CI job that runs Loom concurrency tests for the cancellation_token module in tokio-util. This job is triggered by the R-loom-sync-util label or on pushes to the main branches just like the other tests, fixes #7271

Adds a new CI job that runs Loom concurrency tests for the `cancellation_token` module in `tokio-util`. This job is triggered by the `R-loom-sync-util` label or on pushes to the main branches just like the other tests, fixes tokio-rs#7271
@ADD-SP ADD-SP added A-ci Area: The continuous integration setup A-tokio-util Area: The tokio-util crate labels Aug 9, 2025
Copy link
Member

@ADD-SP ADD-SP left a comment

Choose a reason for hiding this comment

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

Thanks for your contribution!

This is not enough to run loom tests in CI. You could refer the loom tests section of CONTRIBUTING.md and test it locally, I believe this can help you a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-ci Area: The continuous integration setup A-tokio-util Area: The tokio-util crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Run loom test in tokio-util
2 participants