fix(测试跟踪): 修复测试计划用例执行控制台没有日志问题

--bug=1020851 --user=赵勇 【测试跟踪】测试计划中关联接口用例,执行后控制台是空的 https://www.tapd.cn/55049933/s/1315654
This commit is contained in:
fit2-zhao 2022-12-14 16:05:16 +08:00 committed by fit2-zhao
parent 80cb253aa4
commit 987992fa1d
1 changed files with 2 additions and 2 deletions

View File

@ -297,8 +297,8 @@ public class ApiExecuteService {
// 线程组
MsThreadGroup group = new MsThreadGroup();
group.setLabel(testCaseWithBLOBs.getName());
group.setName(testCaseWithBLOBs.getId());
group.setLabel(request.getReportId());
group.setName(request.getReportId());
group.setOnSampleError(true);
LinkedList<MsTestElement> hashTrees = new LinkedList<>();
hashTrees.add(element);