Browse Source

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
pull/355/head
Sergei Petrunia 9 years ago
parent
commit
c35a5884b0
  1. 3
      storage/rocksdb/mysql-test/rocksdb/t/add_index_inplace_sstfilewriter.test
  2. 3
      storage/rocksdb/mysql-test/rocksdb/t/bulk_load.test

3
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

3
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

Loading…
Cancel
Save