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

TestMultithreading should use only one algorithm instance, rather than one per thread #284

Open
c-dilks opened this issue Sep 26, 2024 · 0 comments

Comments

@c-dilks
Copy link
Member

c-dilks commented Sep 26, 2024

To properly test algorithm thread safety, TestMultithreading.h should only instantiate one AlgorithmSequence to be used for all threads, rather than one instance per thread. Because of this issue, we are sort of "cheating" the thread sanitizer...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Unsorted
Development

No branches or pull requests

1 participant