summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2019-09-06 14:08:46 +0200
committerSergei Golubchik <serg@mariadb.org>2019-09-06 16:35:56 +0200
commit2480f6b7ffb1a0f29e566e98183826a741b0dc8c (patch)
treee6a97abfecdc8710f98da1ee5ba975a4aae905f8
parent292e2649d4d4fd4eaa239051e6a40ed33b4a7904 (diff)
downloadmariadb-git-2480f6b7ffb1a0f29e566e98183826a741b0dc8c.tar.gz
don't run RocksDB suites by default
-rw-r--r--storage/rocksdb/mysql-test/rocksdb/suite.pm2
-rw-r--r--storage/rocksdb/mysql-test/rocksdb_rpl/suite.pm2
-rw-r--r--storage/rocksdb/mysql-test/rocksdb_stress/suite.pm2
-rw-r--r--storage/rocksdb/mysql-test/rocksdb_sys_vars/suite.pm2
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(