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

Improve testing efficiency #333

Open
Westwooo opened this issue Jun 26, 2024 · 0 comments
Open

Improve testing efficiency #333

Westwooo opened this issue Jun 26, 2024 · 0 comments
Assignees

Comments

@Westwooo
Copy link
Contributor

Part of running integration tests requires setting up the test config and environment. We intended that all the tests woudl share state using the TEST_CONFIG mutex. However this is not working as intended and each test file is creating it's own test config, along with it's own scopes/collections (if collections are enabled). We should find a way so that the state is correctly shared in between testing threads.

@Westwooo Westwooo self-assigned this Jul 23, 2024
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