Hi!
I've noticed that recently there is a real lot of random failures on
Travis CI. E.g. this build:
https://travis-ci.org/php/php-src/builds/179298649
two tests fail: ext/sysvsem/tests/nowait.phpt and
sapi/cli/tests/php_cli_server_017.phpt
Im different builds different random tests fail. Did we change something
in Travis config or settings that may be causing this? It is really not
good that our builds always fail in random places, we need to improve
the stability or look for some other solution...
Stas Malyshev
smalyshev@gmail.com
Hi Stas,
-----Original Message-----
From: Stanislav Malyshev [mailto:smalyshev@gmail.com]
Sent: Monday, November 28, 2016 12:54 AM
To: PHP Internals internals@lists.php.net
Subject: [PHP-DEV] unstable Travis CI buildsHi!
I've noticed that recently there is a real lot of random failures on Travis CI. E.g.
this build:
https://travis-ci.org/php/php-src/builds/179298649two tests fail: ext/sysvsem/tests/nowait.phpt and
sapi/cli/tests/php_cli_server_017.phpt
Im different builds different random tests fail. Did we change something in
Travis config or settings that may be causing this? It is really not good that our
builds always fail in random places, we need to improve the stability or look for
some other solution...
These fails started about two weeks ago. I was investigating on them, especially before tagging the scheduled RC. I couldn't find any suspicious change, that could lead to the fails. My usual test environment didn't reproduce those, and I became a confirmation about the not reproducibility of those from a couple of other sources. So where I stand currently - it seems possible, that something on the Travis environment has changed, so then the VM runs slower. That would explain impacts on the I/O and timing tests, fe for CLI server tests fail sporadically, same for cURL and others. If we've contact to the Travis support, maybe it'd make sense to ask for possible changes on the side of Travis or ask to check the healthiness of the underlying HW.
Regards
Anatol