summaryrefslogtreecommitdiff
path: root/mysql-test/suite/galera/t/galera_gcs_fragment.test
diff options
context:
space:
mode:
authorJan Lindström <jan.lindstrom@mariadb.com>2018-04-05 12:23:53 +0300
committerJan Lindström <jan.lindstrom@mariadb.com>2018-04-05 17:15:23 +0300
commita41bd33d3b3c9c724312a4068cd94e123d514c1e (patch)
tree82d02d351ffa2df2f16350a0ff5d0dcc4794cbee /mysql-test/suite/galera/t/galera_gcs_fragment.test
parente2e1483dd2e7b2b038a862a1f52d6ed220ef348d (diff)
downloadmariadb-git-a41bd33d3b3c9c724312a4068cd94e123d514c1e.tar.gz
MDEV-13549: Galera test failures
Fix test failure on galera_gcs_fragment. Test requires Galera debug library with debug_sync functionality.
Diffstat (limited to 'mysql-test/suite/galera/t/galera_gcs_fragment.test')
-rw-r--r--mysql-test/suite/galera/t/galera_gcs_fragment.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/galera/t/galera_gcs_fragment.test b/mysql-test/suite/galera/t/galera_gcs_fragment.test
index ae1e0d8bab0..0436e312f6e 100644
--- a/mysql-test/suite/galera/t/galera_gcs_fragment.test
+++ b/mysql-test/suite/galera/t/galera_gcs_fragment.test
@@ -1,6 +1,7 @@
# Test fragmentation over configuration changes
--source include/galera_cluster.inc
--source include/have_innodb.inc
+--source suite/galera/include/galera_have_debug_sync.inc
# Prepare table
CREATE TABLE t1 (f1 INT PRIMARY KEY, f2 TEXT);