Commit 73a38b68 authored by Kristian Nielsen's avatar Kristian Nielsen

MDEV-11018: rpl.rpl_mariadb_slave_capability fails sporadically in buildbot

The test was missing a wait_for_binlog_checkpoint.inc, making it non-deterministic
Signed-off-by: default avatarKristian Nielsen <knielsen@knielsen-hq.org>
parent 93bdb6db
......@@ -20,6 +20,7 @@ SET @@global.debug_dbug='+d,simulate_slave_capability_none';
connection master;
FLUSH LOGS;
--source include/wait_for_binlog_checkpoint.inc
CREATE TABLE t1 (a INT PRIMARY KEY);
INSERT INTO t1 VALUES (0);
sync_slave_with_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