mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Add global suppression for connectivity problems.
This commit is contained in:
parent
0b218df072
commit
faf6f8c6a4
1 changed files with 1 additions and 0 deletions
|
@ -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 { };
|
||||
|
|
Loading…
Reference in a new issue