fix(e2e): show plugins docker sweep progress · openclaw/openclaw@0833c68
vincentkoc
·
2026-05-31
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1343,6 +1343,17 @@ test -f "$TMPDIR/docker-cmd-seen"
|
1343 | 1343 | expect(runner).not.toContain("docker run --rm"); |
1344 | 1344 | }); |
1345 | 1345 | |
| 1346 | +it("prints plugins Docker E2E logs on successful runs", () => { |
| 1347 | +const helper = readFileSync(DOCKER_E2E_PACKAGE_HELPER_PATH, "utf8"); |
| 1348 | +const runner = readFileSync(PLUGINS_DOCKER_E2E_PATH, "utf8"); |
| 1349 | + |
| 1350 | +expect(helper).toContain("docker_e2e_run_logged_print_with_harness()"); |
| 1351 | +expect(helper).toContain("run_logged_print_heartbeat \\"); |
| 1352 | +expect(helper).toContain("OPENCLAW_DOCKER_E2E_LOG_HEARTBEAT_SECONDS"); |
| 1353 | +expect(runner).toContain("docker_e2e_run_logged_print_with_harness \\"); |
| 1354 | +expect(runner).not.toContain("docker_e2e_run_logged_with_harness plugins-run"); |
| 1355 | +}); |
| 1356 | + |
1346 | 1357 | it("includes procps in the shared Docker E2E image for process watchdogs", () => { |
1347 | 1358 | const dockerfile = readFileSync("scripts/e2e/Dockerfile", "utf8"); |
1348 | 1359 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。