summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Goryavsky <julius.goryavsky@mariadb.com>2020-05-26 14:01:13 +0200
committerJulius Goryavsky <julius.goryavsky@mariadb.com>2020-05-26 14:01:13 +0200
commite04999c4600cbfc83ff238028b820cf300487b18 (patch)
treec01fdafa4c8be5df8715114ab8ee9d002ba61f4a
parent98a2c6b69edbf5bdd45b4aae8f18284c83dd4725 (diff)
downloadmariadb-git-codership-10.4-MDEV-22666-v2.tar.gz
Forgotten include files were added to check the necessary conditions for running the testcodership-10.4-MDEV-22666-v2
-rw-r--r--mysql-test/suite/galera/t/galera_bf_kill.test3
-rw-r--r--mysql-test/suite/galera/t/galera_bf_lock_wait.test1
2 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/suite/galera/t/galera_bf_kill.test b/mysql-test/suite/galera/t/galera_bf_kill.test
index ce8d27c281b..3eb3ddc32b5 100644
--- a/mysql-test/suite/galera/t/galera_bf_kill.test
+++ b/mysql-test/suite/galera/t/galera_bf_kill.test
@@ -1,4 +1,7 @@
--source include/galera_cluster.inc
+--source include/have_innodb.inc
+--source include/have_debug.inc
+--source include/have_debug_sync.inc
#
# Test case 1: Start a transaction on node_2a and kill it
diff --git a/mysql-test/suite/galera/t/galera_bf_lock_wait.test b/mysql-test/suite/galera/t/galera_bf_lock_wait.test
index a3903fd10c0..97d3b8e0710 100644
--- a/mysql-test/suite/galera/t/galera_bf_lock_wait.test
+++ b/mysql-test/suite/galera/t/galera_bf_lock_wait.test
@@ -1,4 +1,5 @@
--source include/galera_cluster.inc
+--source include/have_innodb.inc
--source include/big_test.inc
--connection node_1