summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena Stepanova <elenst@mariadb.com>2020-06-28 02:19:59 +0300
committerElena Stepanova <elenst@mariadb.com>2020-06-28 02:19:59 +0300
commit66ab7f581838f402d9fa6b4d1cbd57abf2aab85f (patch)
tree3c50e5b0d987533861d88f007dcf3e0349478e04
parent37cb7a0071febdba7a5ae61c2cd9e87def37454e (diff)
downloadmariadb-git-bb-10.1-elenst.tar.gz
Minimize the number of MTR testsbb-10.1-elenst
The goal is to test buildbot config changes
-rwxr-xr-xmysql-test/mysql-test-run.pl26
1 files changed, 0 insertions, 26 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
index 4e46f86e640..cbce21437c1 100755
--- a/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl
@@ -170,33 +170,7 @@ my $path_config_file; # The generated config file, var/my.cnf
our $opt_vs_config = $ENV{'MTR_VS_CONFIG'};
my @DEFAULT_SUITES= qw(
- main-
- archive-
- binlog-
- binlog_encryption-
csv-
- encryption-
- federated-
- funcs_1-
- funcs_2-
- handler-
- heap-
- innodb-
- innodb_fts-
- innodb_zip-
- maria-
- mariabackup-
- multi_source-
- optimizer_unfixed_bugs-
- parts-
- percona-
- perfschema-
- plugins-
- roles-
- rpl-
- sys_vars-
- unit-
- vcol-
);
my $opt_suites;