-
Notifications
You must be signed in to change notification settings - Fork 88
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
Unit test fails with "parallel" extension #37
Comments
Try creating the mutex inside |
I copied your repro/test code to CI - b00e0e9. and hit krakjoe/parallel#337. Let's wait until this MM issue is fixed. |
I am closing this issue for now as I am not sure how |
The following PHPUnit test fails if I try to use parallel threads
I'm using
php-lock version 2.1
onwindows
withphp version 7.4.6
If I deactivate the
$this->mutex->synchronized
function by commenting out the function the test is executed without an error.Does anyone have an idea whats wrong with my test case?
The text was updated successfully, but these errors were encountered: