-
-
Notifications
You must be signed in to change notification settings - Fork 386
Open
Labels
Description
| Q | A |
|---|---|
| php-code-coverage version | 9.2.31 |
| PHP version | 8.2.21 |
| Driver | Xdebug |
| Xdebug version (if used) | 3.3.2 |
| Installation Method | Composer |
| Usage Method | PHPUnit |
| PHPUnit version (if used) | 9.6.18 |
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?