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,) --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 # Open a connection
--connect($galera_connection_name,127.0.0.1,root,,test,$_galera_port,) --connect($galera_connection_name,127.0.0.1,root,,test,$_galera_port,)

View File

@ -32,6 +32,7 @@ push @::global_suppressions,
qr(WSREP: Gap in state sequence. Need state transfer.), qr(WSREP: Gap in state sequence. Need state transfer.),
qr(WSREP: Failed to prepare for incremental state transfer: .*), qr(WSREP: Failed to prepare for incremental state transfer: .*),
qr(WSREP: Releasing seqno [0-9]* before [0-9]* was assigned.), qr(WSREP: Releasing seqno [0-9]* before [0-9]* was assigned.),
qr(WSREP: SYNC message from member 1 in non-primary configuration. Ignored.),
); );