Skip to content

Commit ce0427a

Browse files
author
Nirbhay Choubey
committed
Update galera.global_suppressions with galera warnings.
1 parent 1a32993 commit ce0427a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mysql-test/suite/galera/suite.pm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ push @::global_suppressions,
3333
qr(WSREP: last inactive check more than .* skipping check),
3434
qr(WSREP: SQL statement was ineffective),
3535
qr(WSREP: Releasing seqno [0-9]* before [0-9]* was assigned.),
36+
qr|WSREP: access file\(gvwstate.dat\) failed\(No such file or directory\)|,
37+
qr(WSREP: SYNC message from member [0-9]* in non-primary configuration. Ignored.),
3638
);
3739

3840

0 commit comments

Comments
 (0)