惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

G
Google Developers Blog
宝玉的分享
宝玉的分享
月光博客
月光博客
B
Blog
云风的 BLOG
云风的 BLOG
Google DeepMind News
Google DeepMind News
Engineering at Meta
Engineering at Meta
aimingoo的专栏
aimingoo的专栏
N
Netflix TechBlog - Medium
博客园_首页
GbyAI
GbyAI
人人都是产品经理
人人都是产品经理
A
About on SuperTechFans
Y
Y Combinator Blog
L
LangChain Blog
有赞技术团队
有赞技术团队
D
Docker
爱范儿
爱范儿
博客园 - 司徒正美
H
Hackread – Cybersecurity News, Data Breaches, AI and More
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
酷 壳 – CoolShell
酷 壳 – CoolShell
Microsoft Security Blog
Microsoft Security Blog
D
DataBreaches.Net

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
fix(test): target crestodian docker e2e scripts · opencla...
vincentkoc · 2026-06-18 · via Recent Commits to openclaw:main

@@ -450,6 +450,70 @@ describe("scripts/test-projects changed-target routing", () => {

450450

"scripts/e2e/lib/mcp-code-mode-validation.ts",

451451

["test/scripts/mcp-code-mode-gateway-client.test.ts"],

452452

],

453+

[

454+

"scripts/e2e/crestodian-first-run-docker.sh",

455+

[

456+

"test/scripts/docker-build-helper.test.ts",

457+

"test/scripts/docker-e2e-plan.test.ts",

458+

"test/scripts/docker-e2e-crestodian.test.ts",

459+

],

460+

],

461+

[

462+

"scripts/e2e/crestodian-first-run-docker-client.ts",

463+

[

464+

"test/scripts/docker-e2e-crestodian.test.ts",

465+

"src/cli/run-main.test.ts",

466+

"src/cli/run-main.exit.test.ts",

467+

"src/crestodian/crestodian.test.ts",

468+

"src/crestodian/operations.test.ts",

469+

"src/crestodian/overview.test.ts",

470+

"src/crestodian/audit.test.ts",

471+

],

472+

],

473+

[

474+

"scripts/e2e/crestodian-first-run-spec.json",

475+

[

476+

"test/scripts/docker-e2e-crestodian.test.ts",

477+

"src/crestodian/operations.test.ts",

478+

"src/crestodian/audit.test.ts",

479+

],

480+

],

481+

[

482+

"scripts/e2e/crestodian-planner-docker.sh",

483+

[

484+

"test/scripts/docker-build-helper.test.ts",

485+

"test/scripts/docker-e2e-plan.test.ts",

486+

"test/scripts/docker-e2e-crestodian.test.ts",

487+

],

488+

],

489+

[

490+

"scripts/e2e/crestodian-planner-docker-client.mjs",

491+

[

492+

"test/scripts/docker-e2e-crestodian.test.ts",

493+

"src/crestodian/assistant.test.ts",

494+

"src/crestodian/crestodian.test.ts",

495+

"src/crestodian/operations.test.ts",

496+

"src/crestodian/audit.test.ts",

497+

],

498+

],

499+

[

500+

"scripts/e2e/crestodian-rescue-docker.sh",

501+

[

502+

"test/scripts/docker-build-helper.test.ts",

503+

"test/scripts/docker-e2e-plan.test.ts",

504+

"test/scripts/docker-e2e-crestodian.test.ts",

505+

],

506+

],

507+

[

508+

"scripts/e2e/crestodian-rescue-docker-client.ts",

509+

[

510+

"test/scripts/docker-e2e-crestodian.test.ts",

511+

"src/crestodian/rescue-policy.test.ts",

512+

"src/crestodian/rescue-message.test.ts",

513+

"src/crestodian/operations.test.ts",

514+

"src/crestodian/audit.test.ts",

515+

],

516+

],

453517

[

454518

"scripts/e2e/commitments-safety-docker-client.ts",

455519

[

@@ -1175,6 +1239,37 @@ describe("scripts/test-projects changed-target routing", () => {

11751239

});

11761240

});

117712411242+

it("routes Crestodian Docker E2E script targets instead of skipping changed tests", () => {

1243+

const targets = [

1244+

"scripts/e2e/crestodian-first-run-docker.sh",

1245+

"scripts/e2e/crestodian-first-run-docker-client.ts",

1246+

"scripts/e2e/crestodian-first-run-spec.json",

1247+

"scripts/e2e/crestodian-planner-docker.sh",

1248+

"scripts/e2e/crestodian-planner-docker-client.mjs",

1249+

"scripts/e2e/crestodian-rescue-docker.sh",

1250+

"scripts/e2e/crestodian-rescue-docker-client.ts",

1251+

];

1252+1253+

expect(findUnmatchedExplicitTestTargets(targets)).toEqual([]);

1254+

expect(resolveChangedTestTargetPlan(targets)).toEqual({

1255+

mode: "targets",

1256+

targets: [

1257+

"test/scripts/docker-build-helper.test.ts",

1258+

"test/scripts/docker-e2e-plan.test.ts",

1259+

"test/scripts/docker-e2e-crestodian.test.ts",

1260+

"src/cli/run-main.test.ts",

1261+

"src/cli/run-main.exit.test.ts",

1262+

"src/crestodian/crestodian.test.ts",

1263+

"src/crestodian/operations.test.ts",

1264+

"src/crestodian/overview.test.ts",

1265+

"src/crestodian/audit.test.ts",

1266+

"src/crestodian/assistant.test.ts",

1267+

"src/crestodian/rescue-policy.test.ts",

1268+

"src/crestodian/rescue-message.test.ts",

1269+

],

1270+

});

1271+

});

1272+11781273

it("includes the isolated tooling shard for broad shell helper targets", () => {

11791274

expect(buildVitestRunPlans(["test/scripts"], process.cwd())).toEqual([

11801275

{