Skip to content

Commit

Permalink
Parallelize db_bloom_filter_test (facebook#5632)
Browse files Browse the repository at this point in the history
Summary:
This test frequently times out under TSAN; parallelizing it should fix
this issue.
Pull Request resolved: facebook#5632

Test Plan:
make check
buck test mode/dev-tsan internal_repo_rocksdb/repo:db_bloom_filter_test

Differential Revision: D16519399

Pulled By: ltamasi

fbshipit-source-id: 66e05a644d6f79c6d544255ffcf6de195d2d62fe
  • Loading branch information
ltamasi authored and facebook-github-bot committed Jul 26, 2019
1 parent 230b909 commit 3617287
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,6 @@ TESTS = \
db_block_cache_test \
db_test \
db_blob_index_test \
db_bloom_filter_test \
db_iter_test \
db_iter_stress_test \
db_log_iter_test \
Expand Down Expand Up @@ -569,6 +568,7 @@ TESTS = \

PARALLEL_TEST = \
backupable_db_test \
db_bloom_filter_test \
db_compaction_filter_test \
db_compaction_test \
db_merge_operator_test \
Expand Down
2 changes: 1 addition & 1 deletion TARGETS
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ ROCKS_TESTS = [
[
"db_bloom_filter_test",
"db/db_bloom_filter_test.cc",
"serial",
"parallel",
],
[
"db_compaction_filter_test",
Expand Down

0 comments on commit 3617287

Please sign in to comment.