Last modified: 2014-07-27 12:26:46 UTC
Created attachment 15781 [details] PHP stacktrace Got a fatal error when running Translate tests with CirrusSearch and other extensions installed. PHP stacktrace attached
On first guess there seems to be a lot of interference from other tests: * there are jobs in the jobqueue * there are translatable pages in the database
We really need tests to pass when all wmf extensions are installed together. That is preventing us from progression toward the HHVM migrating. Raising priority to High.
I'm currently unable to run Translate tests under hhvm due to bug 68491.
Created attachment 16041 [details] php5 phpunit.php fatals This happens in php5 as well. Might not be the culprit, but most other stuff happening at the same time seems to be from CirrusSearch.
I confirm it disappeared after disabling the cirrussearch role.
Bug 68672 may be a duplicate.