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
This commit is contained in:
Sergei Petrunia 2017-04-02 14:51:59 +03:00
parent 0aa056f642
commit c35a5884b0
2 changed files with 6 additions and 0 deletions

View file

@ -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

View file

@ -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