WritePrepared Txn: make buck tests parallel
Summary: The TSAN version of tests could take quite long. Make the buck tests parallel to avoid timeouts. Closes https://github.com/facebook/rocksdb/pull/3280 Differential Revision: D6581594 Pulled By: maysamyabandeh fbshipit-source-id: 3f8476d8c69f0183e394fa8a2089dd8d4e90c90c
This commit is contained in:
parent
78c2eedb4f
commit
0faa026db6
3
Makefile
3
Makefile
@ -504,6 +504,7 @@ PARALLEL_TEST = \
|
|||||||
backupable_db_test \
|
backupable_db_test \
|
||||||
db_compaction_filter_test \
|
db_compaction_filter_test \
|
||||||
db_compaction_test \
|
db_compaction_test \
|
||||||
|
db_merge_operator_test \
|
||||||
db_sst_test \
|
db_sst_test \
|
||||||
db_test \
|
db_test \
|
||||||
db_universal_compaction_test \
|
db_universal_compaction_test \
|
||||||
@ -515,7 +516,7 @@ PARALLEL_TEST = \
|
|||||||
persistent_cache_test \
|
persistent_cache_test \
|
||||||
table_test \
|
table_test \
|
||||||
transaction_test \
|
transaction_test \
|
||||||
write_prepared_transaction_test
|
write_prepared_transaction_test \
|
||||||
|
|
||||||
SUBSET := $(TESTS)
|
SUBSET := $(TESTS)
|
||||||
ifdef ROCKSDBTESTS_START
|
ifdef ROCKSDBTESTS_START
|
||||||
|
4
TARGETS
4
TARGETS
@ -567,7 +567,7 @@ ROCKS_TESTS = [
|
|||||||
[
|
[
|
||||||
"db_merge_operator_test",
|
"db_merge_operator_test",
|
||||||
"db/db_merge_operator_test.cc",
|
"db/db_merge_operator_test.cc",
|
||||||
"serial",
|
"parallel",
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"db_options_test",
|
"db_options_test",
|
||||||
@ -1017,7 +1017,7 @@ ROCKS_TESTS = [
|
|||||||
[
|
[
|
||||||
"write_prepared_transaction_test",
|
"write_prepared_transaction_test",
|
||||||
"utilities/transactions/write_prepared_transaction_test.cc",
|
"utilities/transactions/write_prepared_transaction_test.cc",
|
||||||
"serial",
|
"parallel",
|
||||||
],
|
],
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user