Skip to content

Commit bca5894

Browse files
author
Nirbhay Choubey
committed
Adjust warning suppression over a recent change in galera library.
1 parent 6927459 commit bca5894

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

mysql-test/suite/galera/suite.pm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ return "No my_print_defaults" unless $epath;
2525
push @::global_suppressions,
2626
(
2727
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: .*),
2930
qr(WSREP: Gap in state sequence. Need state transfer.),
3031
qr(WSREP: Failed to prepare for incremental state transfer:),
3132
qr(WSREP:.*down context.*),

mysql-test/suite/wsrep/suite.pm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ return "No my_print_defaults" unless $epath;
2424

2525
push @::global_suppressions,
2626
(
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: .*),
2829
qr(WSREP: option --wsrep-causal-reads is deprecated),
2930
qr(WSREP: --wsrep-causal-reads=ON takes precedence over --wsrep-sync-wait=0),
3031
qr|WSREP: access file\(.*gvwstate.dat\) failed\(No such file or directory\)|,

0 commit comments

Comments
 (0)