From b306745f64fe0a81640220c2aeb7f74523187c40 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Fri, 19 Jun 2026 03:56:00 +0200 Subject: [PATCH] fix(e2e): forward plugin lifecycle poll interval --- scripts/e2e/plugin-lifecycle-matrix-docker.sh | 1 + test/scripts/docker-build-helper.test.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/scripts/e2e/plugin-lifecycle-matrix-docker.sh b/scripts/e2e/plugin-lifecycle-matrix-docker.sh index 381d148548e2..8031731cbabb 100755 --- a/scripts/e2e/plugin-lifecycle-matrix-docker.sh +++ b/scripts/e2e/plugin-lifecycle-matrix-docker.sh @@ -44,6 +44,7 @@ append_positive_number_env() { append_positive_int_env OPENCLAW_PLUGIN_LIFECYCLE_PHASE_TIMEOUT_MS append_positive_int_env OPENCLAW_PLUGIN_LIFECYCLE_TIMEOUT_KILL_GRACE_MS +append_positive_int_env OPENCLAW_PLUGIN_LIFECYCLE_METRIC_POLL_MS append_positive_int_env OPENCLAW_PLUGIN_LIFECYCLE_MAX_RSS_KB append_positive_int_env OPENCLAW_PLUGIN_LIFECYCLE_MAX_WALL_MS append_positive_number_env OPENCLAW_PLUGIN_LIFECYCLE_MAX_CPU_CORE_RATIO diff --git a/test/scripts/docker-build-helper.test.ts b/test/scripts/docker-build-helper.test.ts index 0b0fea7656e9..b10e5b9bcf06 100644 --- a/test/scripts/docker-build-helper.test.ts +++ b/test/scripts/docker-build-helper.test.ts @@ -1889,6 +1889,7 @@ grep -qx -- "OPENCLAW_E2E_COMMAND_TIMEOUT=23s" "$TMPDIR/package-args" expect(runner).toContain( "append_positive_int_env OPENCLAW_PLUGIN_LIFECYCLE_TIMEOUT_KILL_GRACE_MS", ); + expect(runner).toContain("append_positive_int_env OPENCLAW_PLUGIN_LIFECYCLE_METRIC_POLL_MS"); expect(runner).toContain("append_positive_int_env OPENCLAW_PLUGIN_LIFECYCLE_MAX_RSS_KB"); expect(runner).toContain("append_positive_int_env OPENCLAW_PLUGIN_LIFECYCLE_MAX_WALL_MS"); expect(runner).toContain(