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

Find a efficient way to improve concurrent unit tests #39

Open
al8n opened this issue Sep 25, 2024 · 0 comments
Open

Find a efficient way to improve concurrent unit tests #39

al8n opened this issue Sep 25, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed tests

Comments

@al8n
Copy link
Owner

al8n commented Sep 25, 2024

As cargo miri increases memory usage, if in a unit test, spawning too many threads in concurrent unit tests will lead the runner of GitHub CI OOM (Out of Memory).

Need to find a way that does not spawn multiple threads but still reproduces data contention, maybe a Barrier?

@al8n al8n added enhancement New feature or request help wanted Extra attention is needed tests labels Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed tests
Projects
None yet
Development

No branches or pull requests

1 participant