Parallize persistent_cache_test and transaction_test

Summary:
Parallize persistent_cache_test and transaction_test
Closes https://github.com/facebook/rocksdb/pull/1506

Differential Revision: D4179392

Pulled By: IslamAbdelRahman

fbshipit-source-id: 05507a1
This commit is contained in:
Yi Wu 2016-11-14 19:54:17 -08:00 committed by Facebook Github Bot
parent 3b192f6186
commit b952c898b6

View File

@ -394,7 +394,9 @@ PARALLEL_TEST = \
fault_injection_test \
inlineskiplist_test \
manual_compaction_test \
table_test
persistent_cache_test \
table_test \
transaction_test
SUBSET := $(TESTS)
ifdef ROCKSDBTESTS_START