revision-id: 90a8f929546a7204ea0b806760eb3f19d4b8953c (mariadb-10.1.38-51-g90a8f929546) parent(s): 691c3069531c066b7a71ddb17e9adaed886344c6 author: Jan Lindström committer: Jan Lindström timestamp: 2019-03-13 15:33:21 +0200 message: 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. --- mysql-test/mysql-test-run.pl | 2 -- 1 file changed, 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;