Commit 63395952 authored by Sachin Setiya's avatar Sachin Setiya Committed by Sachin Setiya

Fix Some failing tests

Signed-off-by: default avatarSachin Setiya <sachinsetia1001@gmail.com>
parent adc151fd
...@@ -34,6 +34,7 @@ UNLOCK TABLES; ...@@ -34,6 +34,7 @@ UNLOCK TABLES;
--connection node_1 --connection node_1
--echo value after RSU: --echo value after RSU:
--sleep 3
SHOW STATUS LIKE 'wsrep_desync_count'; SHOW STATUS LIKE 'wsrep_desync_count';
SHOW VARIABLES LIKE 'wsrep_desync'; SHOW VARIABLES LIKE 'wsrep_desync';
SET GLOBAL wsrep_desync=0; SET GLOBAL wsrep_desync=0;
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
# #
--source include/galera_cluster.inc --source include/galera_cluster.inc
--source include/have_innodb.inc
--source include/have_binlog_format_row.inc --source include/have_binlog_format_row.inc
# No error expected for SELECT and SHOW # No error expected for SELECT and SHOW
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
# #
--source include/galera_cluster.inc --source include/galera_cluster.inc
--source include/have_innodb.inc
--source suite/galera/t/MW-328-header.inc --source suite/galera/t/MW-328-header.inc
--connection node_2 --connection node_2
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
# #
--source include/galera_cluster.inc --source include/galera_cluster.inc
--source include/have_innodb.inc
--source suite/galera/t/MW-328-header.inc --source suite/galera/t/MW-328-header.inc
--connection node_2 --connection node_2
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
# #
--source include/galera_cluster.inc --source include/galera_cluster.inc
--source include/have_innodb.inc
--source suite/galera/t/MW-328-header.inc --source suite/galera/t/MW-328-header.inc
--connection node_2 --connection node_2
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
# #
--source include/galera_cluster.inc --source include/galera_cluster.inc
--source include/have_innodb.inc
CREATE TABLE t1 (i INT) ENGINE = InnoDB; CREATE TABLE t1 (i INT) ENGINE = InnoDB;
INSERT INTO t1 (i) VALUES(1); INSERT INTO t1 (i) VALUES(1);
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
# #
--source include/galera_cluster.inc --source include/galera_cluster.inc
--source include/have_innodb.inc
create table t1 (i int primary key, j int) engine=innodb; create table t1 (i int primary key, j int) engine=innodb;
create table t2 (i int primary key, j int) engine=innodb; create table t2 (i int primary key, j int) engine=innodb;
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
# #
--source include/galera_cluster.inc --source include/galera_cluster.inc
--source include/have_innodb.inc
CREATE TABLE t1 (f1 INTEGER, f2 CHAR(20) DEFAULT 'abc') ENGINE=InnoDB; CREATE TABLE t1 (f1 INTEGER, f2 CHAR(20) DEFAULT 'abc') ENGINE=InnoDB;
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
# #
--source include/galera_cluster.inc --source include/galera_cluster.inc
--source include/have_innodb.inc
--connection node_1 --connection node_1
CREATE TABLE t1 (f1 INTEGER PRIMARY KEY, f2 INTEGER) ENGINE=InnoDB; CREATE TABLE t1 (f1 INTEGER PRIMARY KEY, f2 INTEGER) ENGINE=InnoDB;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment