Skip to content

Commit b2d01e0

Browse files
committed
Fix another flaky FPM test
1 parent 3c096b5 commit b2d01e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sapi/fpm/tests/log-bwp-msg-flush-split-fallback.phpt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ $tester = new FPM\Tester($cfg, $code);
3030
$tester->start();
3131
$tester->expectLogStartNotices();
3232
$tester->request()->expectEmptyBody();
33-
$tester->terminate();
3433
$lines = $tester->getLogLines(2);
3534
var_dump($lines[0] === str_repeat('a', 1021) . "\0f\n");
3635
var_dump($lines[1] === "abc\n");
36+
$tester->terminate();
37+
$tester->expectLogTerminatingNotices();
3738
$tester->close();
3839

3940
?>

0 commit comments

Comments
 (0)