From 74a5638a1d5de35f5f377aaae6a5d5266e4d05a6 Mon Sep 17 00:00:00 2001 From: Nirbhay Choubey Date: Mon, 13 Feb 2017 18:40:24 -0500 Subject: MDEV-11530: wsrep_info.plugin fails sporadically in buildbot Add the warning to the global_suppressions list. --- plugin/wsrep_info/mysql-test/wsrep_info/suite.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'plugin/wsrep_info/mysql-test') diff --git a/plugin/wsrep_info/mysql-test/wsrep_info/suite.pm b/plugin/wsrep_info/mysql-test/wsrep_info/suite.pm index 7148a9cf057..9f684ae6b0c 100644 --- a/plugin/wsrep_info/mysql-test/wsrep_info/suite.pm +++ b/plugin/wsrep_info/mysql-test/wsrep_info/suite.pm @@ -33,6 +33,7 @@ push @::global_suppressions, 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.), ); -- cgit v1.2.1