Commit b31d025c authored by Jan Lindström's avatar Jan Lindström

Decrease the time required to run test by removing unnecessary sleeps.

modified:   suite/galera/t/galera_autoinc_sst_mariabackup.test
parent 9fb84a16
......@@ -5,7 +5,6 @@
--source include/big_test.inc
--source include/galera_cluster.inc
--source include/have_innodb.inc
--source include/have_mariabackup.inc
--connection node_1
......@@ -29,11 +28,11 @@ END|
DELIMITER ;|
--send CALL p1();
--sleep 2
--sleep 1
--connection node_2
--send CALL p1();
--sleep 2
--sleep 1
# Kill and restart node #2
......@@ -41,10 +40,7 @@ DELIMITER ;|
--connection node_2a
--source include/kill_galera.inc
--sleep 10
--source include/start_mysqld.inc
--sleep 25
--source include/wait_until_connected_again.inc
INSERT INTO t1 VALUES (DEFAULT);
......@@ -68,8 +64,6 @@ INSERT INTO t1 VALUES (DEFAULT);
--error 2013,2006
--reap
--sleep 10
# Confirm that the count is correct and that the cluster is intact
--connection node_1a
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment