Commit 5bc1ccdc authored by Captain.B's avatar Captain.B Committed by 刘瑞斌
Browse files

fix(性能测试): 监控节点缓存的问题

parent 97f29847
Showing with 0 additions and 3 deletions
+0 -3
......@@ -45,9 +45,6 @@ public class ConsulService {
resourcePoolRequest.setStatus(ResourceStatusEnum.VALID.name());
List<TestResourcePoolDTO> testResourcePoolDTOS = testResourcePoolService.listResourcePools(resourcePoolRequest);
QueryTestPlanRequest request = new QueryTestPlanRequest();
request.setFilters(new HashMap<String, List<String>>() {{
put("status", Arrays.asList(PerformanceTestStatus.Starting.name(), PerformanceTestStatus.Running.name()));
}});
List<LoadTestDTO> list = performanceTestService.list(request);
for (LoadTestDTO loadTestDTO : list) {
String advancedConfiguration = performanceTestService.getAdvancedConfiguration(loadTestDTO.getId());
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment