User tests: Successful: Unsuccessful:
Travis is rolling out their new Trusty images, which breaks our PHP 5.3 and 5.4 builds. The Trusty images do not support PHP 5.3 at all, so this one is required to remain on the older Precise image. As for PHP 5.4's APC issues, it's not a problem with the PECL extension not being installed (I tried that on a build and it failed groaning the extension was already there). So for now, it's just turned off.
CI passes
Category | ⇒ | Unit Tests |
Status | New | ⇒ | Pending |
PHP 5.5 is still failing on mysql server:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
looks like the mysql issues is know / reported too: travis-ci/travis-ci#8137 Maybe we should switch back to the old image until this is fixed for 5.5 too?
That one is sporadic. The issues fixed here are persistent.
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-07-24 13:09:53 |
Closed_By | ⇒ | rdeutz | |
Labels |
Added:
?
?
|
That one is sporadic.
But If i understand the report above it can be persistent fixed until travis fixes the issue?
If it were happening on every build I could be convinced otherwise. But it's not. So leave it be for now.
Oh, apparently the APC issue is already known - travis-ci/travis-ci#6853