Skip to content
Permalink
Browse files
Decrease the time required to run test by removing unnecessary sleeps.
modified:   suite/galera/t/galera_autoinc_sst_mariabackup.test
  • Loading branch information
Jan Lindström committed Mar 9, 2019
1 parent 9fb84a1 commit b31d025
Showing 1 changed file with 2 additions and 8 deletions.
@@ -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,22 +28,19 @@ END|
DELIMITER ;|

--send CALL p1();
--sleep 2
--sleep 1

--connection node_2
--send CALL p1();
--sleep 2
--sleep 1

# Kill and restart node #2

--connect node_2a, 127.0.0.1, root, , test, $NODE_MYPORT_2
--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

0 comments on commit b31d025

Please sign in to comment.