* Add switchDB by tests.
This commit is contained in:
@@ -20,7 +20,6 @@ pid=1
|
||||
|
||||
*/
|
||||
|
||||
|
||||
$task = new taskTest();
|
||||
r($task->getDataOfTasksPerExecutionTest()) && p('101:name,value') && e('迭代1,14'); //统计executionID为101的执行的任务数量
|
||||
r($task->getDataOfTasksPerExecutionTest()) && p('102:name,value') && e('迭代2,4'); //统计executionID为102的执行的任务数量
|
||||
@@ -28,4 +27,4 @@ r($task->getDataOfTasksPerExecutionTest()) && p('103:name,value') && e('
|
||||
r($task->getDataOfTasksPerExecutionTest()) && p('104:name,value') && e('迭代4,4'); //统计executionID为104的执行的任务数量
|
||||
r($task->getDataOfTasksPerExecutionTest()) && p('105:name,value') && e('迭代5,4'); //统计executionID为105的执行的任务数量
|
||||
r($task->getDataOfTasksPerExecutionTest()) && p('106:name,value') && e('迭代6,4'); //统计executionID为106的执行的任务数量
|
||||
r($task->getDataOfTasksPerExecutionTest()) && p('107:name,value') && e('迭代7,4'); //统计executionID为107的执行的任务数量
|
||||
r($task->getDataOfTasksPerExecutionTest()) && p('107:name,value') && e('迭代7,4'); //统计executionID为107的执行的任务数量
|
||||
Reference in New Issue
Block a user