There was an error while loading. Please reload this page.
1 parent d23bd26 commit 0225962Copy full SHA for 0225962
mysql-test/suite/galera/suite.pm
@@ -25,7 +25,8 @@ return "No my_print_defaults" unless $epath;
25
push @::global_suppressions,
26
(
27
qr(WSREP: wsrep_sst_receive_address is set to '127.0.0.1),
28
- qr(WSREP: Could not open saved state file for reading: ),
+ qr(WSREP: Could not open saved state file for reading: .*),
29
+ qr(WSREP: Could not open state file for reading: .*),
30
qr(WSREP: Gap in state sequence. Need state transfer.),
31
qr(WSREP: Failed to prepare for incremental state transfer:),
32
qr(WSREP:.*down context.*),
0 commit comments