File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ return "No my_print_defaults" unless $epath;
25
25
push @::global_suppressions ,
26
26
(
27
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: ) ,
28
+ qr ( WSREP: Could not open saved state file for reading: .*) ,
29
+ qr ( WSREP: Could not open state file for reading: .*) ,
29
30
qr ( WSREP: Gap in state sequence. Need state transfer.) ,
30
31
qr ( WSREP: Failed to prepare for incremental state transfer:) ,
31
32
qr ( WSREP:.*down context.*) ,
Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ return "No my_print_defaults" unless $epath;
24
24
25
25
push @::global_suppressions ,
26
26
(
27
- qr ( WSREP: Could not open saved state file for reading: ) ,
27
+ qr ( WSREP: Could not open saved state file for reading: .*) ,
28
+ qr ( WSREP: Could not open state file for reading: .*) ,
28
29
qr ( WSREP: option --wsrep-causal-reads is deprecated) ,
29
30
qr ( WSREP: --wsrep-causal-reads=ON takes precedence over --wsrep-sync-wait=0) ,
30
31
qr | WSREP: access file\( .*gvwstate.dat\) failed\( No such file or directory\) | ,
You can’t perform that action at this time.
0 commit comments