Skip to content

Commit 74a5638

Browse files
author
Nirbhay Choubey
committed
MDEV-11530: wsrep_info.plugin fails sporadically in buildbot
Add the warning to the global_suppressions list.
1 parent 66822f1 commit 74a5638

File tree

1 file changed

+1
-0
lines changed
  • plugin/wsrep_info/mysql-test/wsrep_info

1 file changed

+1
-0
lines changed

plugin/wsrep_info/mysql-test/wsrep_info/suite.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ push @::global_suppressions,
3333
qr(WSREP: last inactive check more than .* skipping check),
3434
qr(WSREP: Gap in state sequence. Need state transfer.),
3535
qr(WSREP: Failed to prepare for incremental state transfer: .*),
36+
qr(WSREP: SYNC message from member .* in non-primary configuration. Ignored.),
3637
);
3738

3839

0 commit comments

Comments
 (0)