php / php-tasks

Tasks that need doing. This is for php-src maintainers. The end-user bug tracker is at https://bugs.php.net/.
27 stars 6 forks source link

log-bwd-multiple-msgs-stdout-stderr.phpt fails intermittently #11

Open nikic opened 4 years ago

nikic commented 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

nikic commented 4 years ago

XFAIL restored in https://github.com/php/php-src/commit/c4639a2debbdf6ac84ee334b9382d113a4862a52.