1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Fix test to wait for slave to fully stop.

(Found during MDEV-12179 development, but independent of it, so put
into a separate commit).
This commit is contained in:
Kristian Nielsen
2017-04-23 10:46:07 +02:00
parent df2f01c14a
commit 4a8381ad34
2 changed files with 2 additions and 0 deletions

View File

@@ -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

View File

@@ -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