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
This commit is contained in:
Maysam Yabandeh 2019-06-17 11:07:27 -07:00 committed by Facebook Github Bot
parent d43b4cd570
commit ee294c24ed

View File

@ -539,7 +539,7 @@ ROCKS_TESTS = [
[
"db_bloom_filter_test",
"db/db_bloom_filter_test.cc",
"serial",
"parallel",
],
[
"db_compaction_filter_test",