summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Petrunia <psergey@askmonty.org>2017-04-02 14:51:59 +0300
committerSergei Petrunia <psergey@askmonty.org>2017-04-02 14:51:59 +0300
commitc35a5884b05c380839031b16aad47cc6dc023847 (patch)
tree614b4a215c67f3f9d41fd5a4787c49b273448790
parent0aa056f642f966ab2c88e91feced9035d5d4f50b (diff)
downloadmariadb-git-c35a5884b05c380839031b16aad47cc6dc023847.tar.gz
Mark rocksdb.bulk_load and rocksdb.add_index_inplace_sstfilewriter as big
They use much more disk space than all other tests in rocksdb test suite
-rw-r--r--storage/rocksdb/mysql-test/rocksdb/t/add_index_inplace_sstfilewriter.test3
-rw-r--r--storage/rocksdb/mysql-test/rocksdb/t/bulk_load.test3
2 files changed, 6 insertions, 0 deletions
diff --git a/storage/rocksdb/mysql-test/rocksdb/t/add_index_inplace_sstfilewriter.test b/storage/rocksdb/mysql-test/rocksdb/t/add_index_inplace_sstfilewriter.test
index 805cf618b2e..1ac382794ae 100644
--- a/storage/rocksdb/mysql-test/rocksdb/t/add_index_inplace_sstfilewriter.test
+++ b/storage/rocksdb/mysql-test/rocksdb/t/add_index_inplace_sstfilewriter.test
@@ -1,5 +1,8 @@
--source include/have_rocksdb.inc
+# This test requires ~1.3G of disk space
+--source include/big_test.inc
+
--disable_warnings
drop table if exists t1;
--enable_warnings
diff --git a/storage/rocksdb/mysql-test/rocksdb/t/bulk_load.test b/storage/rocksdb/mysql-test/rocksdb/t/bulk_load.test
index a392b371a04..283cedcb6bb 100644
--- a/storage/rocksdb/mysql-test/rocksdb/t/bulk_load.test
+++ b/storage/rocksdb/mysql-test/rocksdb/t/bulk_load.test
@@ -1,6 +1,9 @@
--source include/have_rocksdb.inc
--source include/have_partition.inc
+# This test requires ~2.3G of disk space
+--source include/big_test.inc
+
--disable_warnings
DROP TABLE IF EXISTS t1, t2, t3;
--enable_warnings