-
-
Notifications
You must be signed in to change notification settings - Fork 376
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
Tests freeze while running when using code coverage report #1041
Comments
PHPUnit's test runner does not have a Please note that Bugfix Support for PHPUnit 9 has ended and the only work I still do on this version is to keep it compatible with new versions of PHP (Life Support).
Off the top of my head, I do not know how to debug this. |
My bad, I was using We do normally use a wrapper, but disabled that to confirm whether it was an issue in the wrapper, or lower down the chain.
Tested this with phpunit v10 as well, which had the same issue for me. In case it may be relevant, we only encountered the issue while running the tests in a Github runner, not while running it on our own machines inside a docker container. |
Can you create a as-small-as-possible reproducer which you can share? |
When running our test suite phpunit consistently freezes after running ~1500 of the ~2000 tests.
When running with
-vvv
the only output indicates the last (before freezing) test started, and nothing else.I tried a few different versions of phpunit, but it didn't improve things.
Running the suite while having code coverage disabled, this issue does not occur.
How could we debug this issue?
The text was updated successfully, but these errors were encountered: