Commit 4a8381ad authored by Kristian Nielsen's avatar Kristian Nielsen

Fix test to wait for slave to fully stop.

(Found during MDEV-12179 development, but independent of it, so put
into a separate commit).
parent df2f01c1
......@@ -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
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment