From ce0427a622d4d6114c60a63c1842f41f40664339 Mon Sep 17 00:00:00 2001 From: Nirbhay Choubey Date: Thu, 19 Mar 2015 20:41:57 -0400 Subject: [PATCH] Update galera.global_suppressions with galera warnings. --- mysql-test/suite/galera/suite.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mysql-test/suite/galera/suite.pm b/mysql-test/suite/galera/suite.pm index c420419773d..2b762d630be 100644 --- a/mysql-test/suite/galera/suite.pm +++ b/mysql-test/suite/galera/suite.pm @@ -33,6 +33,8 @@ push @::global_suppressions, qr(WSREP: last inactive check more than .* skipping check), qr(WSREP: SQL statement was ineffective), qr(WSREP: Releasing seqno [0-9]* before [0-9]* was assigned.), + qr|WSREP: access file\(gvwstate.dat\) failed\(No such file or directory\)|, + qr(WSREP: SYNC message from member [0-9]* in non-primary configuration. Ignored.), );