Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
xiaofang li
MeterSphere
Commits
5bc1ccdc
Commit
5bc1ccdc
authored
3 years ago
by
Captain.B
Committed by
刘瑞斌
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
fix(性能测试): 监控节点缓存的问题
parent
97f29847
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
backend/src/main/java/io/metersphere/consul/ConsulService.java
+0
-3
...nd/src/main/java/io/metersphere/consul/ConsulService.java
with
0 additions
and
3 deletions
+0
-3
backend/src/main/java/io/metersphere/consul/ConsulService.java
+
0
-
3
View file @
5bc1ccdc
...
...
@@ -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
());
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help