Skip to content

Commit a518cc4

Browse files
author
Nirbhay Choubey
committed
MDEV-7544: Update global_suppressions to include warning related to "gvwstate.dat"
1 parent 860576f commit a518cc4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

mysql-test/suite/galera/suite.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ push @::global_suppressions,
3535
qr(WSREP: last inactive check more than .* skipping check),
3636
qr(WSREP: SQL statement was ineffective),
3737
qr(WSREP: Releasing seqno [0-9]* before [0-9]* was assigned.),
38+
qr|WSREP: access file\(gvwstate.dat\) failed\(No such file or directory\)|,
3839
);
3940

4041

mysql-test/suite/wsrep/suite.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ push @::global_suppressions,
2929
qr(WSREP: Could not open saved state file for reading: ),
3030
qr(WSREP: option --wsrep-casual-reads is deprecated),
3131
qr(WSREP: --wsrep-casual-reads=ON takes precedence over --wsrep-sync-wait=0),
32+
qr|WSREP: access file\(gvwstate.dat\) failed\(No such file or directory\)|,
3233
);
3334

3435
$ENV{PATH}="$epath:$ENV{PATH}";

0 commit comments

Comments
 (0)