MDEV-11530: wsrep_info.plugin fails sporadically in buildbot

Add the warning to the global_suppressions list.
This commit is contained in:
Nirbhay Choubey 2017-02-13 18:40:24 -05:00
parent 66822f164f
commit 74a5638a1d

View file

@ -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.),
);