Skip to content

Commit

Permalink
MDEV-29402: Test sequence binlog.binlog_mdev717 binlog.binlog_mysqlbi…
Browse files Browse the repository at this point in the history
…nlog_raw_flush fails

Reset the GTID sequence at the start of test so earlier run tests does not
influence the expected GTID sequence.

Signed-off-by: Kristian Nielsen <knielsen@knielsen-hq.org>
  • Loading branch information
knielsen committed Nov 15, 2023
1 parent 64a743f commit de0324c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
@@ -1,3 +1,4 @@
RESET MASTER;
#
# MDEV-30698 Cover missing test cases for mariadb-binlog options
# --raw [and] --flashback
Expand Down
2 changes: 2 additions & 0 deletions mysql-test/suite/binlog/t/binlog_mysqlbinlog_raw_flush.test
Expand Up @@ -20,6 +20,8 @@

--source include/linux.inc
--source include/have_log_bin.inc
# Test needs to reset the binlog as it is checking specific GTID.
RESET MASTER;

--echo #
--echo # MDEV-30698 Cover missing test cases for mariadb-binlog options
Expand Down

0 comments on commit de0324c

Please sign in to comment.