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

推荐订阅源

博客园 - 三生石上(FineUI控件)
J
Java Code Geeks
Apple Machine Learning Research
Apple Machine Learning Research
Jina AI
Jina AI
博客园_首页
C
Check Point Blog
小众软件
小众软件
博客园 - 叶小钗
Blog — PlanetScale
Blog — PlanetScale
Engineering at Meta
Engineering at Meta
美团技术团队
Martin Fowler
Martin Fowler
Vercel News
Vercel News
D
Docker
罗磊的独立博客
B
Blog RSS Feed
The Cloudflare Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 聂微东
Last Week in AI
Last Week in AI
T
Tailwind CSS Blog
雷峰网
雷峰网
博客园 - Franky

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
test(docker): run mounted harnesses with image tsx · open...
steipete · 2026-04-27 · via Recent Commits to openclaw:main
Original file line numberDiff line numberDiff line change

@@ -28,7 +28,7 @@ docker run --rm \

2828

"${DOCKER_E2E_HARNESS_ARGS[@]}" \

2929

"$IMAGE_NAME" \

3030

bash -lc "set -euo pipefail

31-

node --import tsx scripts/e2e/crestodian-first-run-docker-client.ts

31+

tsx scripts/e2e/crestodian-first-run-docker-client.ts

3232

" >"$RUN_LOG" 2>&1

3333

status=${PIPESTATUS[0]}

3434

set -e

Original file line numberDiff line numberDiff line change

@@ -28,7 +28,7 @@ docker run --rm \

2828

"${DOCKER_E2E_HARNESS_ARGS[@]}" \

2929

"$IMAGE_NAME" \

3030

bash -lc "set -euo pipefail

31-

node --import tsx scripts/e2e/crestodian-planner-docker-client.ts

31+

tsx scripts/e2e/crestodian-planner-docker-client.ts

3232

" >"$RUN_LOG" 2>&1

3333

status=${PIPESTATUS[0]}

3434

set -e

Original file line numberDiff line numberDiff line change

@@ -28,7 +28,7 @@ docker run --rm \

2828

"${DOCKER_E2E_HARNESS_ARGS[@]}" \

2929

"$IMAGE_NAME" \

3030

bash -lc "set -euo pipefail

31-

node --import tsx scripts/e2e/crestodian-rescue-docker-client.ts

31+

tsx scripts/e2e/crestodian-rescue-docker-client.ts

3232

" >"$RUN_LOG" 2>&1

3333

status=${PIPESTATUS[0]}

3434

set -e

Original file line numberDiff line numberDiff line change

@@ -48,7 +48,7 @@ docker run --rm \

4848

export OPENCLAW_DOCKER_OPENAI_BASE_URL=\"http://127.0.0.1:\$MOCK_PORT/v1\"

4949

node scripts/e2e/mock-openai-server.mjs >/tmp/cron-mcp-cleanup-mock-openai.log 2>&1 &

5050

mock_pid=\$!

51-

node --import tsx scripts/e2e/cron-mcp-cleanup-seed.ts >/tmp/cron-mcp-cleanup-seed.log

51+

tsx scripts/e2e/cron-mcp-cleanup-seed.ts >/tmp/cron-mcp-cleanup-seed.log

5252

node \"\$entry\" gateway --port $PORT --bind loopback --allow-unconfigured >/tmp/cron-mcp-cleanup-gateway.log 2>&1 &

5353

gateway_pid=\$!

5454

stop_process() {

@@ -101,7 +101,7 @@ docker run --rm \

101101

tail -n 120 /tmp/cron-mcp-cleanup-gateway.log 2>/dev/null || true

102102

exit 1

103103

fi

104-

node --import tsx scripts/e2e/cron-mcp-cleanup-docker-client.ts

104+

tsx scripts/e2e/cron-mcp-cleanup-docker-client.ts

105105

" >"$CLIENT_LOG" 2>&1

106106

status=${PIPESTATUS[0]}

107107

set -e

Original file line numberDiff line numberDiff line change

@@ -49,7 +49,7 @@ for i in $(seq 1 "$loops"); do

4949

--output-dir "$iteration_dir/otel"

5050
5151

echo "== docker observability loop $i/$loops: prometheus =="

52-

pnpm openclaw qa suite \

52+

node openclaw.mjs qa suite \

5353

--provider-mode mock-openai \

5454

--scenario docker-prometheus-smoke \

5555

--concurrency 1 \

Original file line numberDiff line numberDiff line change

@@ -53,7 +53,7 @@ docker run --rm \

5353

sleep 0.1

5454

done

5555

node -e \"fetch('http://127.0.0.1:' + process.argv[1] + '/health').then(r=>process.exit(r.ok?0:1)).catch(()=>process.exit(1))\" \"\$mock_port\"

56-

node --import tsx scripts/e2e/mcp-channels-seed.ts >/tmp/mcp-channels-seed.log

56+

tsx scripts/e2e/mcp-channels-seed.ts >/tmp/mcp-channels-seed.log

5757

node \"\$entry\" gateway --port $PORT --bind loopback --allow-unconfigured >/tmp/mcp-channels-gateway.log 2>&1 &

5858

gateway_pid=\$!

5959

stop_process() {

@@ -96,7 +96,7 @@ docker run --rm \

9696

tail -n 120 /tmp/mcp-channels-gateway.log 2>/dev/null || true

9797

exit 1

9898

fi

99-

node --import tsx scripts/e2e/mcp-channels-docker-client.ts

99+

tsx scripts/e2e/mcp-channels-docker-client.ts

100100

" >"$CLIENT_LOG" 2>&1

101101

status=${PIPESTATUS[0]}

102102

set -e

Original file line numberDiff line numberDiff line change

@@ -207,7 +207,7 @@ fi

207207
208208

export OPENCLAW_NPM_TELEGRAM_SUT_COMMAND="$(command -v openclaw)"

209209

trap - ERR

210-

node --import tsx scripts/e2e/npm-telegram-live-runner.ts

210+

tsx scripts/e2e/npm-telegram-live-runner.ts

211211

EOF

212212
213213

echo "published npm Telegram live Docker E2E passed ($PACKAGE_SPEC)"

Original file line numberDiff line numberDiff line change

@@ -27,5 +27,5 @@ export OPENCLAW_SKIP_GMAIL_WATCHER=1

2727

export OPENCLAW_SKIP_CRON=1

2828

export OPENCLAW_SKIP_CANVAS_HOST=1

2929
30-

node --import tsx scripts/e2e/openai-image-auth-docker-client.ts

30+

tsx scripts/e2e/openai-image-auth-docker-client.ts

3131

'

Original file line numberDiff line numberDiff line change

@@ -27,7 +27,7 @@ docker run --rm \

2727

"${DOCKER_E2E_HARNESS_ARGS[@]}" \

2828

"$IMAGE_NAME" \

2929

bash -lc "set -euo pipefail

30-

node --import tsx scripts/e2e/pi-bundle-mcp-tools-docker-client.ts

30+

tsx scripts/e2e/pi-bundle-mcp-tools-docker-client.ts

3131

" >"$RUN_LOG" 2>&1

3232

status=${PIPESTATUS[0]}

3333

set -e

Original file line numberDiff line numberDiff line change

@@ -27,7 +27,7 @@ docker run --rm \

2727

-e COREPACK_ENABLE_DOWNLOAD_PROMPT=0 \

2828

"${DOCKER_E2E_HARNESS_ARGS[@]}" \

2929

"$IMAGE_NAME" \

30-

bash -lc 'set -euo pipefail; node --import tsx scripts/e2e/session-runtime-context-docker-client.ts' \

30+

bash -lc 'set -euo pipefail; tsx scripts/e2e/session-runtime-context-docker-client.ts' \

3131

>"$RUN_LOG" 2>&1

3232

status=$?

3333

set -e