-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Still unable to run the 8.0.x test suite with PHP 5.4 to completion #21
Comments
checking in the container: ~$ sudo docker run -ti drupalci/web-5.4 /bin/bash |
so files is writable |
~/testbotdata/build_2014_09_20_014620/sites/default/files$ ls can you check what you have in the simpletest dir? |
Ok, i think i know why this fails: https://www.drupal.org/node/1964346 This does appear to be a limitation of the SQLite database engine. |
Very similar with PHP 5.5:
|
Same "SQLSTATE[HY000]: General error: 1 too many SQL variables" |
The text was updated successfully, but these errors were encountered: