summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSachin Setiya <sachin.setiya@mariadb.com>2017-05-23 14:50:40 +0530
committerSachin Setiya <sachin.setiya@mariadb.com>2017-05-23 14:50:40 +0530
commitaf46e3b83883b36ca18fbaf3cb217097049b9a0e (patch)
tree002074577d1d7bf9faad8c883bb3ef3a5a1b394f
parenta1b6128dedb4419db9fadaf94c356d3477d4e06f (diff)
downloadmariadb-git-bb-mdev-8739-galera.tar.gz
MDEV-8739 Add galera suites to the default suite listbb-mdev-8739-galera
-rwxr-xr-xmysql-test/mysql-test-run.pl1
-rw-r--r--mysql-test/suite/galera/t/galera_log_bin.test1
2 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
index ef054fb2d3e..71c057eed03 100755
--- a/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl
@@ -195,6 +195,7 @@ my @DEFAULT_SUITES= qw(
unit-
vcol-
wsrep-
+ galera-
);
my $opt_suites;
diff --git a/mysql-test/suite/galera/t/galera_log_bin.test b/mysql-test/suite/galera/t/galera_log_bin.test
index d2d3987d711..925614294c4 100644
--- a/mysql-test/suite/galera/t/galera_log_bin.test
+++ b/mysql-test/suite/galera/t/galera_log_bin.test
@@ -22,6 +22,7 @@ SELECT COUNT(*) = 2 FROM t2;
ALTER TABLE t1 ADD COLUMN f2 INTEGER;
FLUSH LOGS;
+--sleep 2
--replace_column 2 # 4 # 5 #
--replace_regex /table_id: [0-9]+/table_id: #/ /xid=[0-9]+/xid=#/
SHOW BINLOG EVENTS IN 'mysqld-bin.000002' LIMIT 4,18;