summaryrefslogtreecommitdiff
path: root/mysql-test/suite/galera/t/galera_autoinc_sst_mariabackup.test
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2019-03-11 18:01:48 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2019-03-11 18:27:58 +0200
commit58f3ff71751eae2d697bb45a6cefd197547e0b33 (patch)
treed00789c4b37b7acc519a600483fe0f948160a691 /mysql-test/suite/galera/t/galera_autoinc_sst_mariabackup.test
parent038ffd2ee4dc7316e4b882a1cf04d4d090236937 (diff)
parent814205f306cad8a4b3e55785616ea69a027fef9d (diff)
downloadmariadb-git-58f3ff71751eae2d697bb45a6cefd197547e0b33.tar.gz
Merge 10.3 into 10.4
Diffstat (limited to 'mysql-test/suite/galera/t/galera_autoinc_sst_mariabackup.test')
-rw-r--r--mysql-test/suite/galera/t/galera_autoinc_sst_mariabackup.test11
1 files changed, 2 insertions, 9 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 ed3674ad0e0..4a79ed74038 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
--let $node_1=node_1
@@ -33,11 +32,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
@@ -46,11 +45,7 @@ DELIMITER ;|
--source include/kill_galera.inc
--remove_file $MYSQLTEST_VARDIR/mysqld.2/data/grastate.dat
-
---sleep 10
--source include/start_mysqld.inc
---sleep 25
---source include/wait_until_connected_again.inc
INSERT INTO t1 VALUES (DEFAULT);
@@ -73,8 +68,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