summaryrefslogtreecommitdiff
path: root/TARGETS
diff options
context:
space:
mode:
authorMaysam Yabandeh <myabandeh@fb.com>2019-06-17 11:07:27 -0700
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>2019-06-17 11:13:45 -0700
commitee294c24ed26a7efb6688ed165328b7da68aee0d (patch)
tree65bf3f88a2e7b779f2f7ffbbaa7d68d261d35925 /TARGETS
parentd43b4cd570dccf234d2a43f6acec2d5160971cc3 (diff)
Make db_bloom_filter_test parallel (#5467)
Summary: When run under TSAN it sometimes goes over 10m and times out. The slowest ones are `DBBloomFilterTestWithParam.BloomFilter` which we have 6 of them. Making the tests run in parallel should take care of the timeout issue. Pull Request resolved: https://github.com/facebook/rocksdb/pull/5467 Differential Revision: D15856912 Pulled By: maysamyabandeh fbshipit-source-id: 26c43c55312974c1b809c070342dee037d0219f4
Diffstat (limited to 'TARGETS')
-rw-r--r--TARGETS2
1 files changed, 1 insertions, 1 deletions
diff --git a/TARGETS b/TARGETS
index 7a8bb0005..45a99a55d 100644
--- a/TARGETS
+++ b/TARGETS
@@ -539,7 +539,7 @@ ROCKS_TESTS = [
[
"db_bloom_filter_test",
"db/db_bloom_filter_test.cc",
- "serial",
+ "parallel",
],
[
"db_compaction_filter_test",