diff options
author | Remi Collet <remi@php.net> | 2014-12-01 07:28:49 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2014-12-01 07:28:49 +0100 |
commit | cb1a297bf48bd1ef1183b25f046659aaf376688a (patch) | |
tree | 020f08088341280882e13451c2211841ac68fd90 | |
parent | e0b6e5222bcb02733ca4ad66d6b982b8ed3b9d0e (diff) | |
download | php-git-cb1a297bf48bd1ef1183b25f046659aaf376688a.tar.gz |
XFAIL as catch_workers_output = yes seems not reliable
-rw-r--r-- | sapi/fpm/tests/015.phpt | 4 | ||||
-rw-r--r-- | sapi/fpm/tests/019.phpt | 1 | ||||
-rw-r--r-- | sapi/fpm/tests/020.phpt | 1 |
3 files changed, 4 insertions, 2 deletions
diff --git a/sapi/fpm/tests/015.phpt b/sapi/fpm/tests/015.phpt index fba333e256..c7af5f7572 100644 --- a/sapi/fpm/tests/015.phpt +++ b/sapi/fpm/tests/015.phpt @@ -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 diff --git a/sapi/fpm/tests/019.phpt b/sapi/fpm/tests/019.phpt index cdf8126244..3ae4b348d9 100644 --- a/sapi/fpm/tests/019.phpt +++ b/sapi/fpm/tests/019.phpt @@ -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__); diff --git a/sapi/fpm/tests/020.phpt b/sapi/fpm/tests/020.phpt index d45eeccff8..dbd43d05fe 100644 --- a/sapi/fpm/tests/020.phpt +++ b/sapi/fpm/tests/020.phpt @@ -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); |