Add global suppression for connectivity problems.

This commit is contained in:
Jan Lindström 2020-05-08 16:39:37 +03:00
parent 0b218df072
commit faf6f8c6a4

View file

@ -65,6 +65,7 @@ push @::global_suppressions,
qr|WSREP: JOIN message from member .* in non-primary configuration. Ignored.|,
qr(WSREP: Failed to remove page file .*),
qr(WSREP: wsrep_sst_method is set to 'mysqldump' yet mysqld bind_address is set to .*),
qr(WSREP: .*Transport endpoint is not connected.*),
);
bless { };