1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

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.
This commit is contained in:
Jan Lindström
2019-03-13 15:33:21 +02:00
parent cd805a5f1c
commit 6c08174e36

View File

@ -195,8 +195,6 @@ my @DEFAULT_SUITES= qw(
sys_vars-
unit-
vcol-
wsrep-
galera-
);
my $opt_suites;