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

Testing: Write loom tests for scheduling and add to CI #544

Open
bjchambers opened this issue Jul 21, 2023 · 0 comments
Open

Testing: Write loom tests for scheduling and add to CI #544

bjchambers opened this issue Jul 21, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@bjchambers
Copy link
Collaborator

Summary
Loom let's us test code using atomics (counters, mutexes, etc.) in an "all interleavings manner". It requires compiling the code in a different configuration, and updating the imports to use only loom primitives when that configuration is present.

We should add some more loom tests for the scheduler, and see if we can get at least that crate (and other partitioned pipelines) running using it in CI.

This would provide more confidence in the details of #409.

@bjchambers bjchambers added the enhancement New feature or request label Jul 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant