Replies: 2 comments
-
|
It doesn't appear to be related to this library, which by default has no relationship with external resources such MySQL. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
We have 23 concurrent jobs and each job have 2 processes running test, Is it possible that the cause of this problem is too many tests concurrent execution leads to frequent creation and closing of databases. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have many test case in our project, so we split it into multi-testsuite.
Before that, we using parallel of Gitlab job to improve test speed, now I want to using the paratest with parallel of Gitlab job to improve it, but when I used it, I encountered some problems as following.
mysqli_sql_exception: Connection refused./vendor/bin/paratest --processes=2 --passthru-php="'-d' 'pcov.enabled=1'" --coverage-php="xxx.php-coverage" --log-junit coverage-report/report.xml --coverage-cobertura="coverage-report/xxx.xml" --testdox --verbose --colors=always -c tests/xxx.xmlIs there any solution to this problem?
Beta Was this translation helpful? Give feedback.
All reactions