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

推荐订阅源

博客园_首页
GbyAI
GbyAI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Apple Machine Learning Research
Apple Machine Learning Research
大猫的无限游戏
大猫的无限游戏
阮一峰的网络日志
阮一峰的网络日志
Last Week in AI
Last Week in AI
V
Visual Studio Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
The Cloudflare Blog
博客园 - 【当耐特】
博客园 - 叶小钗
量子位
博客园 - 聂微东
S
SegmentFault 最新的问题
美团技术团队
Hugging Face - Blog
Hugging Face - Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
月光博客
月光博客
宝玉的分享
宝玉的分享
小众软件
小众软件
罗磊的独立博客
有赞技术团队
有赞技术团队
Stack Overflow Blog
Stack Overflow Blog

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(e2e): bound package cli scenarios · openclaw/openclaw...
vincentkoc · 2026-05-27 · via Recent Commits to openclaw:main

File tree

  • scripts

    • e2e

      • lib

        • release-media-memory

        • release-plugin-marketplace

        • release-typed-onboarding

        • release-upgrade-user-journey

        • release-user-journey

    • lib

  • test/scripts

Original file line numberDiff line numberDiff line change

@@ -197,6 +197,7 @@ chmod 700 "$XDG_CACHE_HOME" "$NPM_CONFIG_CACHE" || true

197197
198198

openclaw_e2e_install_package /tmp/openclaw-install.log

199199

command -v openclaw >/dev/null

200+

openclaw_e2e_enable_openclaw_cli_timeout

200201
201202

echo "Installing Codex plugin: $CODEX_PLUGIN_SPEC"

202203

openclaw plugins install "$CODEX_PLUGIN_SPEC" "${PLUGIN_INSTALL_FLAGS[@]}" >/tmp/openclaw-codex-plugin-install.log 2>&1

Original file line numberDiff line numberDiff line change

@@ -77,6 +77,7 @@ chmod 700 "$XDG_CACHE_HOME" "$NPM_CONFIG_CACHE" || true

7777
7878

openclaw_e2e_install_package /tmp/openclaw-install.log

7979

command -v openclaw >/dev/null

80+

openclaw_e2e_enable_openclaw_cli_timeout

8081
8182

openclaw_e2e_assert_dep_absent "@openclaw/codex" "$HOME/.openclaw" "$NPM_CONFIG_PREFIX"

8283

openclaw_e2e_assert_dep_absent "@openai/codex" "$HOME/.openclaw" "$NPM_CONFIG_PREFIX"

Original file line numberDiff line numberDiff line change

@@ -83,6 +83,7 @@ entry="$(openclaw_e2e_package_entrypoint "$package_root")"

8383

printf 'OPENCLAW_STATE_DIR=%s\n' "$OPENCLAW_STATE_DIR"

8484

printf 'OPENCLAW_CONFIG_PATH=%s\n' "$OPENCLAW_CONFIG_PATH"

8585

} >/tmp/openclaw-release-media-memory-env.log

86+

openclaw_e2e_enable_openclaw_cli_timeout

8687

(

8788

cd "$package_root/dist/extensions/memory-core"

8889

find . -type f | sed 's#^\./##' | sort

Original file line numberDiff line numberDiff line change

@@ -35,6 +35,7 @@ trap 'status=$?; dump_debug_logs "$status"; exit "$status"' ERR

3535
3636

openclaw_e2e_install_package /tmp/openclaw-release-plugin-marketplace-install.log

3737

command -v openclaw >/dev/null

38+

openclaw_e2e_enable_openclaw_cli_timeout

3839
3940

openclaw onboard \

4041

--non-interactive \

Original file line numberDiff line numberDiff line change

@@ -83,6 +83,7 @@ openclaw_e2e_install_package /tmp/openclaw-release-typed-onboarding-install.log

8383

command -v openclaw >/dev/null

8484

package_root="$(openclaw_e2e_package_root)"

8585

entry="$(openclaw_e2e_package_entrypoint "$package_root")"

86+

openclaw_e2e_enable_openclaw_cli_timeout

8687
8788

mock_pid="$(openclaw_e2e_start_mock_openai "$MOCK_PORT" /tmp/openclaw-release-typed-onboarding-openai.log)"

8889

openclaw_e2e_wait_mock_openai "$MOCK_PORT"

Original file line numberDiff line numberDiff line change

@@ -76,6 +76,7 @@ fi

7676

command -v openclaw >/dev/null

7777

baseline_root="$(openclaw_e2e_package_root)"

7878

baseline_entry="$(openclaw_e2e_package_entrypoint "$baseline_root")"

79+

openclaw_e2e_enable_openclaw_cli_timeout

7980
8081

mock_pid="$(openclaw_e2e_start_mock_openai "$MOCK_PORT" /tmp/openclaw-release-upgrade-openai.log)"

8182

openclaw_e2e_wait_mock_openai "$MOCK_PORT"

@@ -93,7 +94,7 @@ for _ in $(seq 1 100); do

9394

done

9495

openclaw_e2e_probe_http_status "http://127.0.0.1:$CLICKCLACK_PORT/health" 200

9596
96-

node "$baseline_entry" onboard \

97+

openclaw_e2e_run_command node "$baseline_entry" onboard \

9798

--non-interactive \

9899

--accept-risk \

99100

--flow quickstart \

@@ -125,6 +126,7 @@ node scripts/e2e/lib/release-user-journey/assertions.mjs configure-clickclack "h

125126

openclaw_e2e_install_package /tmp/openclaw-release-upgrade-candidate-install.log "candidate OpenClaw package"

126127

package_root="$(openclaw_e2e_package_root)"

127128

entry="$(openclaw_e2e_package_entrypoint "$package_root")"

129+

openclaw_e2e_enable_openclaw_cli_timeout

128130

node scripts/e2e/lib/release-scenarios/assertions.mjs assert-package-version "$package_root" "$candidate_version" candidate

129131
130132

openclaw agent --local \

Original file line numberDiff line numberDiff line change

@@ -116,6 +116,7 @@ openclaw_e2e_install_package /tmp/openclaw-release-user-journey-install.log

116116

command -v openclaw >/dev/null

117117

package_root="$(openclaw_e2e_package_root)"

118118

entry="$(openclaw_e2e_package_entrypoint "$package_root")"

119+

openclaw_e2e_enable_openclaw_cli_timeout

119120
120121

mock_pid="$(openclaw_e2e_start_mock_openai "$MOCK_PORT" /tmp/openclaw-release-user-journey-openai.log)"

121122

openclaw_e2e_wait_mock_openai "$MOCK_PORT"

Original file line numberDiff line numberDiff line change

@@ -129,6 +129,7 @@ chmod 700 "$XDG_CACHE_HOME" "$NPM_CONFIG_CACHE" || true

129129
130130

openclaw_e2e_install_package /tmp/openclaw-install.log

131131

command -v openclaw >/dev/null

132+

openclaw_e2e_enable_openclaw_cli_timeout

132133
133134

fixture_dir="$(mktemp -d /tmp/openclaw-live-plugin-tool.XXXXXX)"

134135

plugin_dir="$fixture_dir/package"

Original file line numberDiff line numberDiff line change

@@ -130,6 +130,7 @@ trap 'status=$?; dump_debug_logs "$status"; exit "$status"' ERR

130130

openclaw_e2e_install_package /tmp/openclaw-install.log

131131
132132

command -v openclaw >/dev/null

133+

openclaw_e2e_enable_openclaw_cli_timeout

133134

package_root="$(openclaw_e2e_package_root)"

134135

if [ -d "$package_root/dist/extensions/$CHANNEL" ]; then

135136

CHANNEL_PACKAGE_MODE="bundled"

Original file line numberDiff line numberDiff line change

@@ -100,6 +100,9 @@ docker_e2e_package_mount_args() {

100100

if [ -n "${OPENCLAW_E2E_NPM_INSTALL_TIMEOUT:-}" ]; then

101101

DOCKER_E2E_PACKAGE_ARGS+=(-e "OPENCLAW_E2E_NPM_INSTALL_TIMEOUT=$OPENCLAW_E2E_NPM_INSTALL_TIMEOUT")

102102

fi

103+

if [ -n "${OPENCLAW_E2E_COMMAND_TIMEOUT:-}" ]; then

104+

DOCKER_E2E_PACKAGE_ARGS+=(-e "OPENCLAW_E2E_COMMAND_TIMEOUT=$OPENCLAW_E2E_COMMAND_TIMEOUT")

105+

fi

103106

}

104107
105108

docker_e2e_cleanup_package_tgz() {