mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
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: Kristian Nielsen <knielsen@knielsen-hq.org>
This commit is contained in:
parent
93bdb6db4d
commit
73a38b68dc
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue