mirror of
https://github.com/MariaDB/server.git
synced 2026-05-17 20:37:12 +02:00
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: Kristian Nielsen <knielsen@knielsen-hq.org>
This commit is contained in:
parent
73a38b68dc
commit
64a743fc81
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue