summaryrefslogtreecommitdiff
path: root/mysql-test/mysql-test-run.pl
diff options
context:
space:
mode:
authorJan Lindström <jan.lindstrom@mariadb.com>2019-03-13 15:33:21 +0200
committerJan Lindström <jan.lindstrom@mariadb.com>2019-03-16 07:21:40 +0200
commit6c08174e365c1a2db76e51dedd2a8292464472d6 (patch)
tree6f108a452fa1592034d3e37db740d9c12c38f997 /mysql-test/mysql-test-run.pl
parentcd805a5f1c2aabede411e6732d7047088f61233e (diff)
downloadmariadb-git-6c08174e365c1a2db76e51dedd2a8292464472d6.tar.gz
MDEV-18908: Remove galera and wsrep suites from default run suites in mtr
Idea is that many users do not install galera library and do not want to unnecessary run galera and wsrep suites. Furthermore, failures on these suites disturb development as buildbot shows red failing column and causes unnecessary work for those who do not care galera tests. There will be other way to run these suites on buildbot.
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-xmysql-test/mysql-test-run.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
index 5fe616c67ae..f768bf05c66 100755
--- a/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl
@@ -195,8 +195,6 @@ my @DEFAULT_SUITES= qw(
sys_vars-
unit-
vcol-
- wsrep-
- galera-
);
my $opt_suites;