facile-it / paraunit

Run PHPUnit tests in parallel
https://engineering.facile.it/paraunit/
Apache License 2.0
135 stars 14 forks source link

Add retry for mysql savepoint #125

Closed Jean85 closed 6 years ago

Jean85 commented 6 years ago

I've discovered that, when using the DBMS savepoints during parallel tests (like when using dama/doctrine-test-bundle), we can encounter a new kind of exception.

This adds this exception to the retryable ones.