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

Fix / enable parallel unit tests #745

Merged

Conversation

douglasjacobsen
Copy link
Collaborator

This merge enables parallel unit tests in ramble.

The spack_runner tests were moved under the standard unit test directory, which allows them to use fixtures defined in the standard conftest.py file.

Additionally, a new fixture is defined in conftest.py to help fix thread issues with the logger utility.

@douglasjacobsen douglasjacobsen added the testing Modifications to testing label Nov 5, 2024
@douglasjacobsen douglasjacobsen force-pushed the parallel-unit-tests branch 2 times, most recently from 8d39efe to e808888 Compare November 5, 2024 20:36
linsword13
linsword13 previously approved these changes Nov 5, 2024
This commit enables parallel unit tests in ramble.

The spack_runner tests were moved under the standard unit test
directory, which allows them to use fixtures defined in the standard
conftest.py file.

Additionally, a new fixture is defined in conftest.py to help fix thread
issues with the logger utility.
@linsword13 linsword13 merged commit a2ecf3b into GoogleCloudPlatform:develop Nov 7, 2024
12 checks passed
@douglasjacobsen douglasjacobsen deleted the parallel-unit-tests branch November 8, 2024 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Modifications to testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants