Skip to content

Commit f4d203c

Browse files
committed
rocksdb: tests timeout under MSAN+Debug
But rocksdb.bulk_load_unsorted_rev and rocksdb.bulk_load_unsorted succeed under non-debug builds, and because it was slow at 87 seconds) there is a --big-test criteria for these tests.
1 parent 7258749 commit f4d203c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

storage/rocksdb/mysql-test/rocksdb/include/bulk_load_unsorted.inc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
--source include/have_partition.inc
2+
--source include/not_msan_with_debug.inc
3+
--source include/no_msan_without_big.inc
24
--source include/count_sessions.inc
35

46
SET rocksdb_bulk_load_size=3;

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
--source include/have_rocksdb.inc
2+
--source include/not_msan.inc
23
--source include/have_debug_sync.inc
34

45
if (`SELECT $CURSOR_PROTOCOL != 0`)

0 commit comments

Comments
 (0)