Description:
I am trying to merge 5.1 main to 5.1 engines, and keep getting failures
with various ndb tests. I tried a stock 5.1 tree on dserv-b, and it fails
during make test at:
ndb_dd_advance [ fail ]
Errors are (from /users/pgalbraith/mysql-build/mysql-5.1-clone/mysql-test/var/log/mysqltest-time) :
mysqltest: At line 203: query 'DROP LOGFILE GROUP log_group1
ENGINE =NDB' failed: 1516: Failed to drop LOGFILE GROUP
(the last lines may be the most important ones)
Result from queries before failure can be found in r/ndb_dd_advance.log
or:
./mysql-test-run.pl --start-from=ndb_dd_advance --force
=======================================================
Starting Tests in the 'main' suite
TEST RESULT TIME (ms)
-------------------------------------------------------
ndb_dd_advance [ fail ]
Errors are (from /users/pgalbraith/mysql-build/mysql-5.1-clone/mysql-test/var/log/mysqltest-time) :
mysqltest: At line 203: query 'DROP LOGFILE GROUP log_group1
ENGINE =NDB' failed: 1516: Failed to drop LOGFILE GROUP
(the last lines may be the most important ones)
Result from queries before failure can be found in r/ndb_dd_advance.log
Stopping All Servers
Shutting-down Instance Manager
Restoring snapshot of databases
Resuming Tests
ndb_dd_advance2 [ fail ]
Errors are (from /users/pgalbraith/mysql-build/mysql-5.1-clone/mysql-test/var/log/mysqltest-time) :
mysqltest: At line 144: query 'DROP LOGFILE GROUP lg
ENGINE=NDB' failed: 1516: Failed to drop LOGFILE GROUP
(the last lines may be the most important ones)
Result from queries before failure can be found in r/ndb_dd_advance2.log
Stopping All Servers
Shutting-down Instance Manager
Restoring snapshot of databases
Resuming Tests
ndb_dd_backuprestore [ fail ]
Errors are (from /users/pgalbraith/mysql-build/mysql-5.1-clone/mysql-test/var/log/mysqltest-time) :
mysqltest: At line 65: query 'DROP LOGFILE GROUP log_group1
ENGINE =NDB' failed: 1516: Failed to drop LOGFILE GROUP
(the last lines may be the most important ones)
Result from queries before failure can be found in r/ndb_dd_backuprestore.log
Stopping All Servers
Shutting-down Instance Manager
Restoring snapshot of databases
Resuming Tests
ndb_dd_basic [ fail ]
Errors are (from /users/pgalbraith/mysql-build/mysql-5.1-clone/mysql-test/var/log/mysqltest-time) :
mysqltest: At line 363: query 'DROP LOGFILE GROUP lg1
ENGINE =NDB' failed: 1516: Failed to drop LOGFILE GROUP
(the last lines may be the most important ones)
Result from queries before failure can be found in r/ndb_dd_basic.log
Stopping All Servers
Shutting-down Instance Manager
Restoring snapshot of databases
Resuming Tests
ndb_dd_ddl [ fail ]
Errors are (from /users/pgalbraith/mysql-build/mysql-5.1-clone/mysql-test/var/log/mysqltest-time) :
mysqltest: At line 141: query 'DROP LOGFILE GROUP lg1
ENGINE=NDB' failed: 1516: Failed to drop LOGFILE GROUP
(the last lines may be the most important ones)
Result from queries before failure can be found in r/ndb_dd_ddl.log
Stopping All Servers
Shutting-down Instance Manager
Restoring snapshot of databases
Resuming Tests
ndb_dd_disk2memory [ fail ]
Errors are (from /users/pgalbraith/mysql-build/mysql-5.1-clone/mysql-test/var/log/mysqltest-time) :
mysqltest: At line 182: query 'DROP LOGFILE GROUP log_group1
ENGINE =NDB' failed: 1516: Failed to drop LOGFILE GROUP
(the last lines may be the most important ones)
Result from queries before failure can be found in r/ndb_dd_disk2memory.log
Stopping All Servers
Shutting-down Instance Manager
Restoring snapshot of databases
Resuming Tests
ndb_dd_dump [ fail ]
Errors are (from /users/pgalbraith/mysql-build/mysql-5.1-clone/mysql-test/var/log/mysqltest-time) :
mysqltest: At line 195: query 'DROP LOGFILE GROUP lg1 ENGINE = NDB' failed: 1516: Failed to drop LOGFILE GROUP
(the last lines may be the most important ones)
Result from queries before failure can be found in r/ndb_dd_dump.log
Stopping All Servers
Shutting-down Instance Manager
Restoring snapshot of databases
Resuming Tests
How to repeat:
'make test' or 'cd mysql-test; ./mysql-test-run.pl ndb_dd_advance'
or better yet './mysql-test-run.pl --start-from=ndb_dd_advance --force'