mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Problem: pushbuild has sporadic errors during startup of
rpl_ndb_rep_ignore Reason: previous test, rpl_ndb_2multi_eng, does not sync slave with master after cleanup, so tables are sometimes left on slave Fix: sync_slave_with_master mysql-test/extra/rpl_tests/rpl_ndb_2multi_eng.test: Wait until drop table is replicated to slave before terminating. (The extra table caused sporadic errors in the next test case, causing pushbuild to fail.)
This commit is contained in:
parent
c2b6e65320
commit
2942c1ea4d
1 changed files with 1 additions and 0 deletions
|
|
@ -342,5 +342,6 @@ SHOW CREATE TABLE t1;
|
|||
--echo --- Do Cleanup ---
|
||||
|
||||
DROP TABLE IF EXISTS t1;
|
||||
sync_slave_with_master;
|
||||
|
||||
# End of 5.1 test case
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue