Skip to content

Commit

Permalink
Test fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Lindström committed Jun 24, 2020
1 parent 8e58eeb commit 9fb8d87
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mysql-test/suite/galera/t/MW-388.test
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
--source include/galera_cluster.inc
--source include/have_debug.inc
--source include/have_debug_sync.inc
--source include/galera_have_debug_sync.inc

--connection node_1
CREATE TABLE t1 (f1 INTEGER PRIMARY KEY, f2 CHAR(255)) Engine=InnoDB;
Expand Down
1 change: 1 addition & 0 deletions mysql-test/suite/galera/t/MW-86-wait1.test
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
--source include/have_binlog_format_row.inc
--source include/have_debug.inc
--source include/have_debug_sync.inc
--source include/galera_have_debug_sync.inc

--connection node_2
# Make sure no signals have been leftover from previous tests to surprise us.
Expand Down
2 changes: 2 additions & 0 deletions mysql-test/suite/galera/t/MW-86-wait8.test
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
#
--source include/galera_cluster.inc
--source include/have_binlog_format_row.inc
--source include/have_debug.inc
--source include/have_debug_sync.inc
--source include/galera_have_debug_sync.inc

--connection node_2
# Make sure no signals have been leftover from previous tests to surprise us.
Expand Down
2 changes: 2 additions & 0 deletions mysql-test/suite/galera/t/galera_query_cache_sync_wait.test
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
--source include/galera_cluster.inc
--source include/have_debug.inc
--source include/have_debug_sync.inc
--source include/have_query_cache.inc
--source include/galera_have_debug_sync.inc

CREATE TABLE t1 (id INT PRIMARY KEY AUTO_INCREMENT) ENGINE=InnoDB;
INSERT INTO t1 VALUES (1);
Expand Down
2 changes: 2 additions & 0 deletions mysql-test/suite/galera/t/galera_var_retry_autocommit.test
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

--source include/galera_cluster.inc
--source include/have_innodb.inc
--source include/have_debug.inc
--source include/have_debug_sync.inc
--source include/galera_have_debug_sync.inc

--connect node_1a, 127.0.0.1, root, , test, $NODE_MYPORT_1

Expand Down

0 comments on commit 9fb8d87

Please sign in to comment.