Title | test suite breaks MySQL on Windows |
Status | closed |
Priority | essential |
Assigned user | Nick Barnes |
Organization | Ravenbrook |
Description | The P4DTI test suite invokes the MySQL command-line client on Windows in a way which doesn't reliably work. We say 'mysql -u "<user>" "<database>" -e "<command>"', but for some values of the command this mysteriously fails. Found by reading the logs of a test suite run. |
Analysis | Say instead 'mysql -u "<user>" -e "<command>" "<database>"' |
How found | automated_test |
Evidence | Logs of test_p4dti.enum_spaces. |
Observed in | 2.2.2 |
Test procedure | test_p4dti.enum_spaces. |
Created by | Nick Barnes |
Created on | 2005-10-21 13:41:42 |
Last modified by | Nick Barnes |
Last modified on | 2005-10-21 13:42:03 |
History | 2005-10-21 NB Created. |