Skip to content

Commit

Permalink
Add global suppression for connectivity problems.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Lindström committed May 8, 2020
1 parent 0b218df commit faf6f8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mysql-test/suite/galera/suite.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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 { };

0 comments on commit faf6f8c

Please sign in to comment.