Subject: | t/20-util.t fails if testmysqlutil already exists |
On one smoker system I see the following test failure:
...
Redundant argument in sprintf at t/testlib.pl line 72.
Redundant argument in sprintf at t/testlib.pl line 72.
ERROR 1007 (HY000) at line 1: Can't create database 'testmysqlutil'; database exists
Died at t/testlib.pl line 179.
t/20-util.t .......
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run
...
I did not do proper research, but it looks like a previous test run was interrupted and left a testmysqlutil database around --- and subsequent runs all fail now.