From 2480f6b7ffb1a0f29e566e98183826a741b0dc8c Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Fri, 6 Sep 2019 14:08:46 +0200 Subject: [PATCH] don't run RocksDB suites by default --- storage/rocksdb/mysql-test/rocksdb/suite.pm | 2 +- storage/rocksdb/mysql-test/rocksdb_rpl/suite.pm | 2 +- storage/rocksdb/mysql-test/rocksdb_stress/suite.pm | 2 +- storage/rocksdb/mysql-test/rocksdb_sys_vars/suite.pm | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/storage/rocksdb/mysql-test/rocksdb/suite.pm b/storage/rocksdb/mysql-test/rocksdb/suite.pm index e4f074df471..633e883f46d 100644 --- a/storage/rocksdb/mysql-test/rocksdb/suite.pm +++ b/storage/rocksdb/mysql-test/rocksdb/suite.pm @@ -11,7 +11,7 @@ use My::Find; use File::Basename; use strict; -sub is_default { not $::opt_embedded_server } +#sub is_default { not $::opt_embedded_server } my $sst_dump= ::mtr_exe_maybe_exists( diff --git a/storage/rocksdb/mysql-test/rocksdb_rpl/suite.pm b/storage/rocksdb/mysql-test/rocksdb_rpl/suite.pm index 79c630f87f1..1cc123b2a2a 100644 --- a/storage/rocksdb/mysql-test/rocksdb_rpl/suite.pm +++ b/storage/rocksdb/mysql-test/rocksdb_rpl/suite.pm @@ -9,7 +9,7 @@ use My::Find; use File::Basename; use strict; -sub is_default { not $::opt_embedded_server } +#sub is_default { not $::opt_embedded_server } my $sst_dump= ::mtr_exe_maybe_exists( diff --git a/storage/rocksdb/mysql-test/rocksdb_stress/suite.pm b/storage/rocksdb/mysql-test/rocksdb_stress/suite.pm index 3423d34ded5..106a1d6a0e7 100644 --- a/storage/rocksdb/mysql-test/rocksdb_stress/suite.pm +++ b/storage/rocksdb/mysql-test/rocksdb_stress/suite.pm @@ -11,7 +11,7 @@ use My::Find; use File::Basename; use strict; -sub is_default { not $::opt_embedded_server } +#sub is_default { not $::opt_embedded_server } my $sst_dump= ::mtr_exe_maybe_exists( diff --git a/storage/rocksdb/mysql-test/rocksdb_sys_vars/suite.pm b/storage/rocksdb/mysql-test/rocksdb_sys_vars/suite.pm index c8452b55227..5264d657ef7 100644 --- a/storage/rocksdb/mysql-test/rocksdb_sys_vars/suite.pm +++ b/storage/rocksdb/mysql-test/rocksdb_sys_vars/suite.pm @@ -8,7 +8,7 @@ use My::Find; use File::Basename; use strict; -sub is_default { not $::opt_embedded_server } +#sub is_default { not $::opt_embedded_server } my $sst_dump= ::mtr_exe_maybe_exists(