From 7ef4aab7e32776a36ee05abf4beda15fdca66d38 Mon Sep 17 00:00:00 2001 From: nisiyong Date: Mon, 28 Nov 2022 22:23:33 +0800 Subject: [PATCH] Fix undertow-worker-thread-pool-scenario --- .../undertow-worker-thread-pool-scenario/configuration.yml | 2 ++ .../scenarios/undertow-worker-thread-pool-scenario/pom.xml | 1 + 2 files changed, 3 insertions(+) diff --git a/test/plugin/scenarios/undertow-worker-thread-pool-scenario/configuration.yml b/test/plugin/scenarios/undertow-worker-thread-pool-scenario/configuration.yml index d88246c81a..20b69af004 100644 --- a/test/plugin/scenarios/undertow-worker-thread-pool-scenario/configuration.yml +++ b/test/plugin/scenarios/undertow-worker-thread-pool-scenario/configuration.yml @@ -18,3 +18,5 @@ type: jvm entryService: http://localhost:8080/undertow-worker-thread-pool-scenario/case/undertow-worker-thread-pool-scenario healthCheck: http://localhost:8080/undertow-worker-thread-pool-scenario/case/healthCheck startScript: ./bin/startup.sh +environment: + - SW_METER_REPORT_INTERVAL=1 \ No newline at end of file diff --git a/test/plugin/scenarios/undertow-worker-thread-pool-scenario/pom.xml b/test/plugin/scenarios/undertow-worker-thread-pool-scenario/pom.xml index ba552380f3..45826aa5ff 100644 --- a/test/plugin/scenarios/undertow-worker-thread-pool-scenario/pom.xml +++ b/test/plugin/scenarios/undertow-worker-thread-pool-scenario/pom.xml @@ -79,6 +79,7 @@ org.springframework.boot spring-boot-maven-plugin + ${spring-boot-version}