facile-it / paraunit

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

Add support to PostgreSQL deadlock #152

Closed elernonelma closed 4 years ago

elernonelma commented 4 years ago

An example of output can be found at https://github.com/lib/pq/issues/486#issuecomment-242049302

elernonelma commented 4 years ago

phpstan checks fails running at php7.4 - I only got a php7.3 instance running here so I don't know what's going on exactly.

Jean85 commented 4 years ago

Thanks for the contribution! Code looks fine to me, I'm triggering a new build on master to check if the issue is not related to your PR: https://travis-ci.com/github/facile-it/paraunit/builds/164140752

Jean85 commented 4 years ago

Build should be fixed in f8ebf30, restarting your build to see if it's green.

elernonelma commented 4 years ago

Seems greet thanks for the hotfix!