Commit c35a5884 authored by Sergei Petrunia's avatar Sergei Petrunia

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
parent 0aa056f6
--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
......
--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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment