summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorJan Lindström <jan.lindstrom@mariadb.com>2019-03-08 10:13:14 +0200
committerJan Lindström <jan.lindstrom@mariadb.com>2019-03-09 08:41:35 +0200
commitb31d025c97cf49ea9d0da26e5948f693e8af60dc (patch)
tree4b538a174225bfa31d8402a77ffcc0f061444559 /mysql-test
parent9fb84a166ac3f4389d400439d13d2a790c18de1b (diff)
downloadmariadb-git-b31d025c97cf49ea9d0da26e5948f693e8af60dc.tar.gz
Decrease the time required to run test by removing unnecessary sleeps.
modified: suite/galera/t/galera_autoinc_sst_mariabackup.test
Diffstat (limited to 'mysql-test')
-rw-r--r--mysql-test/suite/galera/t/galera_autoinc_sst_mariabackup.test10
1 files changed, 2 insertions, 8 deletions
diff --git a/mysql-test/suite/galera/t/galera_autoinc_sst_mariabackup.test b/mysql-test/suite/galera/t/galera_autoinc_sst_mariabackup.test
index 731059dc584..20f2fb9dea0 100644
--- a/mysql-test/suite/galera/t/galera_autoinc_sst_mariabackup.test
+++ b/mysql-test/suite/galera/t/galera_autoinc_sst_mariabackup.test
@@ -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