Skip to content

Commit c35a588

Browse files
committed
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
1 parent 0aa056f commit c35a588

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

storage/rocksdb/mysql-test/rocksdb/t/add_index_inplace_sstfilewriter.test

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
--source include/have_rocksdb.inc
22

3+
# This test requires ~1.3G of disk space
4+
--source include/big_test.inc
5+
36
--disable_warnings
47
drop table if exists t1;
58
--enable_warnings

storage/rocksdb/mysql-test/rocksdb/t/bulk_load.test

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
--source include/have_rocksdb.inc
22
--source include/have_partition.inc
33

4+
# This test requires ~2.3G of disk space
5+
--source include/big_test.inc
6+
47
--disable_warnings
58
DROP TABLE IF EXISTS t1, t2, t3;
69
--enable_warnings

0 commit comments

Comments
 (0)