1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Test case cleanups.

This commit is contained in:
Jan Lindström
2020-06-22 13:25:25 +03:00
parent ccc4eb8530
commit b80b52394d
6 changed files with 18 additions and 4 deletions

View File

@@ -62,7 +62,8 @@ push @::global_suppressions,
qr(WSREP: Ignoring error*),
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.*),
qr|WSREP: Sending JOIN failed: -107 \(Transport endpoint is not connected\). Will retry in new primary component.|,
qr|WSREP: Trying to continue unpaused monitor|,
);
sub skip_combinations {