Skip to content

Commit

Permalink
Fix test to wait for slave to fully stop.
Browse files Browse the repository at this point in the history
(Found during MDEV-12179 development, but independent of it, so put
into a separate commit).
  • Loading branch information
knielsen committed Apr 23, 2017
1 parent df2f01c commit 4a8381a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -3,6 +3,7 @@ include/master-slave.inc
call mtr.add_suppression("Master is configured to log replication events");
connection slave;
connection slave;
include/wait_for_slave_to_stop.inc
start slave;
connection master;
include/rpl_end.inc
Expand Up @@ -15,6 +15,7 @@ call mtr.add_suppression("Master is configured to log replication events");
# All done.

--connection slave
--source include/wait_for_slave_to_stop.inc
start slave;

--connection master
Expand Down

0 comments on commit 4a8381a

Please sign in to comment.