Skip to content

Commit

Permalink
MDEV-11018: rpl.rpl_mariadb_slave_capability fails sporadically in bu…
Browse files Browse the repository at this point in the history
…ildbot

The test was missing a wait_for_binlog_checkpoint.inc, making it non-deterministic

Signed-off-by: Kristian Nielsen <knielsen@knielsen-hq.org>
  • Loading branch information
knielsen committed Nov 14, 2023
1 parent 93bdb6d commit 73a38b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mysql-test/suite/rpl/t/rpl_mariadb_slave_capability.test
Expand Up @@ -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;
Expand Down

0 comments on commit 73a38b6

Please sign in to comment.