summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lindström <jan.lindstrom@mariadb.com>2021-01-13 08:45:03 +0200
committerJan Lindström <jan.lindstrom@mariadb.com>2021-01-13 08:45:03 +0200
commit403818f466ffbecca6d2ee2591f4eb93dd4b144b (patch)
tree5392fb73934985a3385f924cf1c50553cb3e49f1
parent778972684334d9881dbf735912f979caece50e12 (diff)
downloadmariadb-git-403818f466ffbecca6d2ee2591f4eb93dd4b144b.tar.gz
MDEV-21523 : galera.MDEV-16509 MTR failed: timeout after 900 seconds: Can't connect to local MySQL server
Test uses Galera debug sync.
-rw-r--r--mysql-test/suite/galera/t/MDEV-16509.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/galera/t/MDEV-16509.test b/mysql-test/suite/galera/t/MDEV-16509.test
index a17d7899939..ea4430d5e3f 100644
--- a/mysql-test/suite/galera/t/MDEV-16509.test
+++ b/mysql-test/suite/galera/t/MDEV-16509.test
@@ -5,7 +5,7 @@
--source include/galera_cluster.inc
--source include/have_debug.inc
--source include/have_debug_sync.inc
-
+--source include/galera_have_debug_sync.inc
CREATE TABLE t1 (f1 INT PRIMARY KEY) ENGINE=InnoDB;