fix galera.MDEV-26575 failures

This commit is contained in:
Sergei Golubchik 2022-05-10 20:24:42 +02:00
parent 3bc98a4ec4
commit a917be3e7f
2 changed files with 7 additions and 0 deletions

View file

@ -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;

View file

@ -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