Open nikic opened 4 years ago
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
XFAIL restored in https://github.com/php/php-src/commit/c4639a2debbdf6ac84ee334b9382d113a4862a52.
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