-
Notifications
You must be signed in to change notification settings - Fork 175
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
[Unit tests] - Could not execute errors in /app/test/unittests/Database_Test.php #6778
Comments
...Could not execute SELECT ID, Name FROM ConfigSettings. Stack trace#0 /app/test/unittests/Database_Test.php(1184): Database->pselectCol('SELECT ID, Name...', Array) ......I..Could not execute SELECT ID, Name FROM ConfigSettings. Stack trace#0 /app/test/unittests/Database_Test.php(1388): Database->pselectWithIndexKey('SELECT ID, Name...', Array, 'Test') ...Could not execute SELECT Name FROM ConfigSettings. Stack trace#0 /app/test/unittests/Database_Test.php(1487): Database->pselectColWithIndexKey('SELECT Name FRO...', Array, 'ID') |
Seems to be related to #6553 |
Fixed |
An error_log in DatabaseException::__construct() causes Travis to prints some
Could not execute [...]
errors when running the tests in /app/test/unittests/Database_Test.php expected to throw exceptions.This is polluting the output and makes error hunting more difficult.
The text was updated successfully, but these errors were encountered: