test: align release boundary expectations · openclaw/openclaw@6fed787
steipete
·
2026-04-27
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -339,7 +339,6 @@ describe("collectForbiddenPackedPathErrors", () => {
|
339 | 339 | "dist/plugin-sdk/qa-channel-protocol.d.ts", |
340 | 340 | "dist/qa-runtime-B9LDtssJ.js", |
341 | 341 | "docs/channels/qa-channel.md", |
342 | | -"docs/refactor/qa.md", |
343 | 342 | "qa/scenarios/index.md", |
344 | 343 | ]), |
345 | 344 | ).toEqual([ |
@@ -352,7 +351,6 @@ describe("collectForbiddenPackedPathErrors", () => {
|
352 | 351 | 'npm package must not include private QA lab artifact "dist/extensions/qa-lab/runtime-api.js".', |
353 | 352 | 'npm package must not include private QA lab artifact "dist/extensions/qa-lab/src/cli.js".', |
354 | 353 | 'npm package must not include private QA lab type artifact "dist/plugin-sdk/extensions/qa-lab/cli.d.ts".', |
355 | | -'npm package must not include private QA refactor docs "docs/refactor/qa.md".', |
356 | 354 | 'npm package must not include private QA runtime chunk "dist/qa-runtime-B9LDtssJ.js".', |
357 | 355 | 'npm package must not include private QA suite artifact "qa/scenarios/index.md".', |
358 | 356 | ]); |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -459,7 +459,6 @@ describe("collectForbiddenPackPaths", () => {
|
459 | 459 | "dist/plugin-sdk/qa-runtime.js", |
460 | 460 | "dist/qa-runtime-B9LDtssJ.js", |
461 | 461 | "docs/channels/qa-channel.md", |
462 | | -"docs/refactor/qa.md", |
463 | 462 | "qa/scenarios/index.md", |
464 | 463 | ]), |
465 | 464 | ).toEqual([ |
@@ -473,7 +472,6 @@ describe("collectForbiddenPackPaths", () => {
|
473 | 472 | "dist/plugin-sdk/qa-runtime.js", |
474 | 473 | "dist/qa-runtime-B9LDtssJ.js", |
475 | 474 | "docs/channels/qa-channel.md", |
476 | | -"docs/refactor/qa.md", |
477 | 475 | "qa/scenarios/index.md", |
478 | 476 | ]); |
479 | 477 | }); |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -46,7 +46,9 @@ describe("test-install-sh-docker", () => {
|
46 | 46 | ); |
47 | 47 | expect(runner).toContain("resolve_update_baseline_version"); |
48 | 48 | expect(runner).toContain('quiet_npm view "${PACKAGE_NAME}@${UPDATE_BASELINE_VERSION}" version'); |
49 | | -expect(workflow).toContain("OPENCLAW_INSTALL_SMOKE_UPDATE_BASELINE: latest"); |
| 49 | +expect(workflow).toContain( |
| 50 | +"OPENCLAW_INSTALL_SMOKE_UPDATE_BASELINE: ${{ inputs.update_baseline_version || 'latest' }}", |
| 51 | +); |
50 | 52 | }); |
51 | 53 | |
52 | 54 | it("can reuse dist from the already-built root Docker smoke image", () => { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。