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

Add specific fiber tests across multiple threads #144

Open
mdsitton opened this issue Oct 23, 2023 · 0 comments
Open

Add specific fiber tests across multiple threads #144

mdsitton opened this issue Oct 23, 2023 · 0 comments

Comments

@mdsitton
Copy link
Contributor

mdsitton commented Oct 23, 2023

I was looking over the fiber tests and i noticed they were all single threaded.
https://github.com/RichieSams/FiberTaskingLib/tree/master/tests/fiber_abstraction

Catch2 has some limitations for access from multiple threads so it would need to be carefully done:
https://github.com/catchorg/Catch2/blob/devel/docs/limitations.md

But i think this could help ensure there aren't issues at this level when migrating fibers across threads and whatnot.

edit:
Clarification that i mean for just the fiber abstraction tests, i know that there are other tests for the other parts of the library that may eventually trigger thread usage.

@mdsitton mdsitton changed the title Add testing across multiple threads Add specific fiber tests across multiple threads Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant