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

Not compatible with Rails parallel testing with processes #217

Open
gchan opened this issue Mar 25, 2024 · 0 comments
Open

Not compatible with Rails parallel testing with processes #217

gchan opened this issue Mar 25, 2024 · 0 comments

Comments

@gchan
Copy link
Contributor

gchan commented Mar 25, 2024

We've received reports that the test collector is currently not compatible with Rails Parallel Testing with Processes.

There are two potential workarounds:

  • Use threaded mode (Rails Parallel Testing with Threads). However be aware this mode does not create multiple databases and will not work with system/integration tests.
  • Disable parallel testing by setting PARALLEL_WORKERS=0
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