提交 d4159c80 编写于 作者: S sdong 提交者: Facebook GitHub Bot

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
上级 cd59b139
......@@ -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
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册