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

Run the Python tests in different processes #370

Closed
wants to merge 1 commit into from

Conversation

diegoferigo
Copy link
Collaborator

This should prevent flaky tests that might segfault to crash the all the test suite. It uses pytest-forked plugin.

Note that this plugin does not work in Windows, but we do not yet support this platform.

@diegoferigo
Copy link
Collaborator Author

For the time being, since running in different processes didn't solve the occasional segfault of tests, we disabled the test in #374.

@diegoferigo diegoferigo deleted the feature/pytest_in_separate_processes branch July 21, 2021 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants