mirror of https://github.com/facebook/rocksdb.git
build_tools/rocksdb-lego-determinator to pass parallelism information for no_compression (#9796)
Summary: Right now, parallelism information passed to "build_tools/rocksdb-lego-determinator no_compression" isn't effective when the test actually runs, as the information is dropped in the middle. Fix it. Pull Request resolved: https://github.com/facebook/rocksdb/pull/9796 Test Plan: Run "build_tools/rocksdb-lego-determinator no_compression" and execute the command line generated and observe the parallelism. Reviewed By: jay-zhuang Differential Revision: D35330085 fbshipit-source-id: e9b32d0520d61fbc2697ebd841099485f64482e3
This commit is contained in:
parent
cd59b139fc
commit
d4159c8046
|
@ -1153,7 +1153,7 @@ NO_COMPRESSION_COMMANDS="[
|
|||
$CLEANUP_ENV,
|
||||
{
|
||||
\"name\":\"Run RocksDB debug unit test\",
|
||||
\"shell\":\"cd $WORKING_DIR; build_tools/rocksdb-lego-determinator run_no_compression || $CONTRUN_NAME=run_no_compression $TASK_CREATION_TOOL\",
|
||||
\"shell\":\"cd $WORKING_DIR; PARALLEL_J=$PARALLEL_J PARALLEL_j=$PARALLEL_j build_tools/rocksdb-lego-determinator run_no_compression || $CONTRUN_NAME=run_no_compression $TASK_CREATION_TOOL\",
|
||||
\"user\":\"root\",
|
||||
$PARSER
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue