diff options
author | Jan Lindström <jan.lindstrom@mariadb.com> | 2020-06-16 12:12:36 +0300 |
---|---|---|
committer | Jan Lindström <jan.lindstrom@mariadb.com> | 2020-06-16 12:12:36 +0300 |
commit | fb0d18e4128d82ac92c6024cb9d5e4e3c9a6da98 (patch) | |
tree | e32a403947f769310e6526dfb8c10e7835aff7a0 | |
parent | 7710f28eecc3e9761d7431ae7ae4e88564d706dd (diff) | |
download | mariadb-git-fb0d18e4128d82ac92c6024cb9d5e4e3c9a6da98.tar.gz |
Add global ignore for Sending JOIN failed warning.
-rw-r--r-- | mysql-test/suite/galera/suite.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/galera/suite.pm b/mysql-test/suite/galera/suite.pm index 96580150c7d..cc35f65423c 100644 --- a/mysql-test/suite/galera/suite.pm +++ b/mysql-test/suite/galera/suite.pm @@ -65,7 +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.*), + qr|WSREP: Sending JOIN failed: -107 \(Transport endpoint is not connected\). Will retry in new primary component.|, ); bless { }; |