XFAIL as catch_workers_output = yes seems not reliable

This commit is contained in:
Remi Collet 2014-12-01 07:28:49 +01:00
parent e0b6e5222b
commit cb1a297bf4
3 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,10 @@
FPM: Test various messages on start, from master and childs
--SKIPIF--
<?php include "skipif.inc"; ?>
--XFAIL--
randomly intermittently failing all the time in CI,
ERROR: unable to read what child say: Bad file descriptor (9)
catch_workers_output = yes seems not reliable
--FILE--
<?php

View File

@ -29,7 +29,6 @@ pm.max_children = 5
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3
catch_workers_output = yes
EOT;
$fpm = run_fpm($cfg, $tail, '--prefix '.__DIR__);

View File

@ -31,7 +31,6 @@ pm.max_children = 5
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3
catch_workers_output = yes
EOT;
$fpm = run_fpm($cfg, $tail);