Skip to content

Commit 6b33d05

Browse files
authored
Fix undertow-worker-thread-pool-scenario didn't lock Spring boot version (#399)
1 parent a3e9b55 commit 6b33d05

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

test/plugin/scenarios/undertow-worker-thread-pool-scenario/configuration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ type: jvm
1818
entryService: http://localhost:8080/undertow-worker-thread-pool-scenario/case/undertow-worker-thread-pool-scenario
1919
healthCheck: http://localhost:8080/undertow-worker-thread-pool-scenario/case/healthCheck
2020
startScript: ./bin/startup.sh
21+
environment:
22+
- SW_METER_REPORT_INTERVAL=1

test/plugin/scenarios/undertow-worker-thread-pool-scenario/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
<plugin>
8080
<groupId>org.springframework.boot</groupId>
8181
<artifactId>spring-boot-maven-plugin</artifactId>
82+
<version>${spring-boot-version}</version>
8283
<executions>
8384
<execution>
8485
<goals>

0 commit comments

Comments
 (0)