We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I recently un-XFAILED https://github.com/php/php-src/blob/master/sapi/fpm/tests/log-bwd-multiple-msgs-stdout-stderr.phpt but it still fails intermittently with:
001+ ERROR: The actual string(16) does not match expected string(8): 002+ - EXPECT: 'msg 1 - ' 003+ - ACTUAL: 'msg 1 - msg 1 - '
This looks like a genuine bug, not just a race condition. At least I don't see how we would end up with a duplicated log message.
cc @bukka
The text was updated successfully, but these errors were encountered:
XFAIL restored in php/php-src@c4639a2.
Sorry, something went wrong.
No branches or pull requests
I recently un-XFAILED https://github.com/php/php-src/blob/master/sapi/fpm/tests/log-bwd-multiple-msgs-stdout-stderr.phpt but it still fails intermittently with:
This looks like a genuine bug, not just a race condition. At least I don't see how we would end up with a duplicated log message.
cc @bukka
The text was updated successfully, but these errors were encountered: