test(scripts): route plugin update registry helper · openclaw/openclaw@7b00fd6
vincentkoc
·
2026-06-21
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1575,6 +1575,10 @@ const TOOLING_SOURCE_TEST_TARGETS = new Map([
|
1575 | 1575 | "scripts/e2e/lib/plugin-update/probe.mjs", |
1576 | 1576 | ["test/scripts/plugin-update-unchanged-docker.test.ts"], |
1577 | 1577 | ], |
| 1578 | +[ |
| 1579 | +"scripts/e2e/lib/plugin-update/registry-server.mjs", |
| 1580 | +["test/scripts/plugin-update-unchanged-docker.test.ts"], |
| 1581 | +], |
1578 | 1582 | [ |
1579 | 1583 | "scripts/e2e/lib/plugin-update/unchanged-scenario.sh", |
1580 | 1584 | ["test/scripts/plugin-update-unchanged-docker.test.ts"], |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -78,6 +78,7 @@ describe("plugin update unchanged Docker E2E", () => {
|
78 | 78 | const script = readFileSync(PLUGIN_UPDATE_SCENARIO_SCRIPT, "utf8"); |
79 | 79 | |
80 | 80 | expect(script).toContain("OPENCLAW_PLUGIN_UPDATE_TIMEOUT_SECONDS"); |
| 81 | +expect(script).toContain("node scripts/e2e/lib/plugin-update/registry-server.mjs"); |
81 | 82 | expect(script).toContain( |
82 | 83 | "openclaw_e2e_read_positive_int_env OPENCLAW_PLUGIN_UPDATE_TIMEOUT_SECONDS 180", |
83 | 84 | ); |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -760,6 +760,10 @@ describe("scripts/test-projects changed-target routing", () => {
|
760 | 760 | "scripts/e2e/lib/plugin-update/probe.mjs", |
761 | 761 | ["test/scripts/plugin-update-unchanged-docker.test.ts"], |
762 | 762 | ], |
| 763 | +[ |
| 764 | +"scripts/e2e/lib/plugin-update/registry-server.mjs", |
| 765 | +["test/scripts/plugin-update-unchanged-docker.test.ts"], |
| 766 | +], |
763 | 767 | [ |
764 | 768 | "scripts/e2e/lib/plugin-update/unchanged-scenario.sh", |
765 | 769 | ["test/scripts/plugin-update-unchanged-docker.test.ts"], |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。