mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
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:
parent
0aa056f642
commit
c35a5884b0
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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…
Add table
Reference in a new issue