You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 27, 2022. It is now read-only.
Even if your tests pass locally, you might get this error on Jenkins.
If you are using drush test-run to run your tests, and are seeing Exceptions which don't exist in your local tests, you can output the results like this:
drush test-run --xml=test-xml tremblant_deploy -y
Then you can archive artifacts at test-xml/*xml
These artifacts will contain this warning which might be causing your test to fail.
My (temporary) solution was to disable APC (I know, a bad idea) and to jack my php memory limit to 1024.
The text was updated successfully, but these errors were encountered:
I also did a sudo apachectl restart. It would be good to add this to the puppet files, because on two different servers provisioned with the script I had to repeat the process.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Even if your tests pass locally, you might get this error on Jenkins.
If you are using drush test-run to run your tests, and are seeing Exceptions which don't exist in your local tests, you can output the results like this:
drush test-run --xml=test-xml tremblant_deploy -y
Then you can archive artifacts at test-xml/*xml
These artifacts will contain this warning which might be causing your test to fail.
My (temporary) solution was to disable APC (I know, a bad idea) and to jack my php memory limit to 1024.
The text was updated successfully, but these errors were encountered: