From a3a4ea935541bbe4b44a51d7f808119702e35841 Mon Sep 17 00:00:00 2001 From: Oleksandr Byelkin Date: Thu, 31 Jan 2019 19:28:38 +0100 Subject: postmerge rollbacks and fixes --- plugin/wsrep_info/mysql-test/wsrep_info/suite.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugin/wsrep_info') diff --git a/plugin/wsrep_info/mysql-test/wsrep_info/suite.pm b/plugin/wsrep_info/mysql-test/wsrep_info/suite.pm index 9f684ae6b0c..cf4d124cb53 100644 --- a/plugin/wsrep_info/mysql-test/wsrep_info/suite.pm +++ b/plugin/wsrep_info/mysql-test/wsrep_info/suite.pm @@ -30,10 +30,12 @@ push @::global_suppressions, qr(WSREP: Failed to send state UUID:.*), qr(WSREP: wsrep_sst_receive_address.*), qr(WSREP: Could not open saved state file for reading: .*), + qr(WSREP: Could not open state file for reading: .*), qr(WSREP: last inactive check more than .* skipping check), qr(WSREP: Gap in state sequence. Need state transfer.), qr(WSREP: Failed to prepare for incremental state transfer: .*), qr(WSREP: SYNC message from member .* in non-primary configuration. Ignored.), + qr|WSREP: access file\(.*gvwstate.dat\) failed\(No such file or directory\)|, ); -- cgit v1.2.1