Commit 64a743fc authored by Kristian Nielsen's avatar Kristian Nielsen

MDEV-16951: binlog_encryption.rpl_checksum failed in buildbot with wrong result

Wait for the binlog checkpoint event to fix non-determinism in the testcase.
Signed-off-by: default avatarKristian Nielsen <knielsen@knielsen-hq.org>
parent 73a38b68
......@@ -89,6 +89,9 @@ flush logs;
flush logs;
-- source include/wait_for_binlog_checkpoint.inc
flush logs;
# The binlog position here is output in the error message from
# wait_for_slave_io_error below, so make sure it's deterministic.
-- source include/wait_for_binlog_checkpoint.inc
sync_slave_with_master;
#connection slave;
......
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