-
Notifications
You must be signed in to change notification settings - Fork 495
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
One of the test processes running forever #947
Comments
hard to tell what is going on, a few ideas to debug:
|
I've been noticing the same issue with an app I work on and just narrowed it down to some sort of conflict with code coverage (simplecov). As soon as I disable simplecov, it runs our test suite and successfully finishes. |
yeah sounds like it's waiting at exit ... maybe trying to write to the same coverage file |
First thing first, thanks for this awesome project. It's been working pretty good for me for some time.
I'd like to report a situation I've been facing over the past weeks. I'm using GitHub Actions with 2 CPUs to run the tests, which splits the test suite into two groups of tests. However, I've seen that one of the groups finishes in a timely manner, while the other one:
The last traces I can see in the GitHub Action are:
In case it's relevant, I'm using https://github.com/paambaati/codeclimate-action to wrap the execution of the tests and report the test coverage to CodeClimate.
Please, let me know if there is any other piece of information that could be useful to debug this issue.
Thanks!
The text was updated successfully, but these errors were encountered: