mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 02:30:06 +01:00
fix galera.MDEV-26575 failures
This commit is contained in:
parent
3bc98a4ec4
commit
a917be3e7f
2 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue