summaryrefslogtreecommitdiff
path: root/mysql-test/suite/galera/t/GAL-419.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/galera/t/GAL-419.test')
-rw-r--r--mysql-test/suite/galera/t/GAL-419.test7
1 files changed, 5 insertions, 2 deletions
diff --git a/mysql-test/suite/galera/t/GAL-419.test b/mysql-test/suite/galera/t/GAL-419.test
index 07abcbcc47b..d304b01ed5e 100644
--- a/mysql-test/suite/galera/t/GAL-419.test
+++ b/mysql-test/suite/galera/t/GAL-419.test
@@ -5,11 +5,14 @@
--source include/galera_cluster.inc
--source include/big_test.inc
---connection node_1
+call mtr.add_suppression("WSREP: It may not be safe to bootstrap the cluster from this node.*");
+call mtr.add_suppression("Aborting");
+
+--connection node_2
SET SESSION wsrep_sync_wait = 0;
--source include/kill_galera.inc
---connection node_2
+--connection node_1
SET SESSION wsrep_sync_wait = 0;
--source include/kill_galera.inc