Skip to content

Commit

Permalink
galera.MDEV-26575 and galera_sr.galera_sr_shutdown_slave failures
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvova committed May 13, 2022
1 parent 16cebed commit 7f0f1ef
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mysql-test/suite/galera/r/MDEV-26575.result
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
connection node_2;
connection node_1;
connection node_2;
call mtr.add_suppression("WSREP: Failed to scan the last segment to the end. Last events may be missing. Last recovered event:.*");
connection node_1;
connection node_1;
connection node_2;
connection node_2;
Expand Down
4 changes: 4 additions & 0 deletions mysql-test/suite/galera/t/MDEV-26575.test
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@

--source include/galera_cluster.inc

--connection node_2
call mtr.add_suppression("WSREP: Failed to scan the last segment to the end. Last events may be missing. Last recovered event:.*");
--connection node_1

# Save original auto_increment_offset values.
--let $node_1=node_1
--let $node_2=node_2
Expand Down
2 changes: 2 additions & 0 deletions mysql-test/suite/galera_sr/r/galera_sr_shutdown_slave.result
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ connection node_2;
connection node_1;
connection node_1;
connection node_2;
connection node_2;
call mtr.add_suppression("WSREP: Failed to scan the last segment to the end. Last events may be missing. Last recovered event:.*");
connection node_1;
CREATE TABLE t1 (f1 INTEGER PRIMARY KEY) ENGINE = InnoDB;
connect node_1a, 127.0.0.1, root, , test, $NODE_MYPORT_1;
Expand Down
2 changes: 2 additions & 0 deletions mysql-test/suite/galera_sr/t/galera_sr_shutdown_slave.test
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
--let $node_1=node_1
--let $node_2=node_2
--source ../galera/include/auto_increment_offset_save.inc
--connection node_2
call mtr.add_suppression("WSREP: Failed to scan the last segment to the end. Last events may be missing. Last recovered event:.*");

--connection node_1
CREATE TABLE t1 (f1 INTEGER PRIMARY KEY) ENGINE = InnoDB;
Expand Down

0 comments on commit 7f0f1ef

Please sign in to comment.