1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-7178: wsrep* tests fail in buildbot

This is temporal test fixt to avoid concurrent IST for now until
the actual issue https://github.com/codership/galera/issues/204
is fixed.
This commit is contained in:
Jan Lindström
2015-02-05 08:52:17 +02:00
parent ad433e17f9
commit b08126aad1
2 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,9 @@ if ($galera_debug)
--echo connect($galera_connection_name,127.0.0.1,root,,test,$_galera_port,)
}
# Temporal solution to avoid concurrent IST MDEV-7178
--sleep 1
# Open a connection
--connect($galera_connection_name,127.0.0.1,root,,test,$_galera_port,)