diff options
author | Nirbhay Choubey <nirbhay@mariadb.com> | 2017-02-13 18:40:24 -0500 |
---|---|---|
committer | Nirbhay Choubey <nirbhay@mariadb.com> | 2017-02-13 18:40:24 -0500 |
commit | 74a5638a1d5de35f5f377aaae6a5d5266e4d05a6 (patch) | |
tree | da424a7d43c4b8cc27ad136e1078b89228a7ec95 /plugin | |
parent | 66822f164ff197c564df12a4c384e37dab630ee3 (diff) | |
download | mariadb-git-74a5638a1d5de35f5f377aaae6a5d5266e4d05a6.tar.gz |
MDEV-11530: wsrep_info.plugin fails sporadically in buildbot
Add the warning to the global_suppressions list.
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/wsrep_info/mysql-test/wsrep_info/suite.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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.), ); |