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

推荐订阅源

L
LangChain Blog
S
SegmentFault 最新的问题
V
Visual Studio Blog
J
Java Code Geeks
宝玉的分享
宝玉的分享
美团技术团队
博客园 - Franky
酷 壳 – CoolShell
酷 壳 – CoolShell
H
Hackread – Cybersecurity News, Data Breaches, AI and More
有赞技术团队
有赞技术团队
量子位
Martin Fowler
Martin Fowler
MyScale Blog
MyScale Blog
Google DeepMind News
Google DeepMind News
Jina AI
Jina AI
博客园 - 叶小钗
月光博客
月光博客
P
Proofpoint News Feed
D
DataBreaches.Net
Blog — PlanetScale
Blog — PlanetScale
博客园_首页
腾讯CDC
Microsoft Azure Blog
Microsoft Azure 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
test(update): cover authenticated restart updates · openc...
vincentkoc · 2026-05-05 · via Recent Commits to openclaw:main

@@ -78,6 +78,7 @@ pnpm test:docker:plugin-lifecycle-matrix

7878

pnpm test:docker:plugin-update

7979

pnpm test:docker:upgrade-survivor

8080

pnpm test:docker:published-upgrade-survivor

81+

pnpm test:docker:update-restart-auth

8182

pnpm test:docker:update-migration

8283

```

8384

@@ -103,6 +104,10 @@ Important lanes:

103104

configures it through a baked `openclaw config set` recipe, updates it to the

104105

candidate tarball, runs doctor, checks legacy cleanup, starts the Gateway, and

105106

probes `/healthz`, `/readyz`, and RPC status.

107+

- `test:docker:update-restart-auth` installs the candidate package, starts a

108+

managed token-auth Gateway, unsets caller gateway auth env for

109+

`openclaw update --yes --json`, and requires the candidate update command to

110+

restart the Gateway before the normal probes.

106111

- `test:docker:update-migration` is the cleanup-heavy published-update lane. It

107112

starts from a configured Discord/Telegram-style user state, runs baseline

108113

doctor so configured plugin dependencies have a chance to materialize, seeds

@@ -164,10 +169,10 @@ resolved release SHA. For post-publish proof, pass

164169

`package_acceptance_package_spec=openclaw@YYYY.M.D` so the same upgrade matrix

165170

targets the shipped npm package instead.

166171167-

Release checks call Package Acceptance with the package/update/plugin set:

172+

Release checks call Package Acceptance with the package/update/restart/plugin set:

168173169174

```text

170-

doctor-switch update-channel-switch upgrade-survivor published-upgrade-survivor plugins-offline plugin-update

175+

doctor-switch update-channel-switch upgrade-survivor published-upgrade-survivor update-restart-auth plugins-offline plugin-update

171176

```

172177173178

When release soak is enabled, they also pass:

@@ -224,7 +229,7 @@ For release candidates, the default proof stack is:

224229

1. `pnpm check:changed` and `pnpm test:changed` for source-level regressions.

225230

2. `pnpm release:check` for package artifact integrity.

226231

3. Package Acceptance `package` profile or the release-check custom package

227-

lanes for install/update/plugin contracts.

232+

lanes for install/update/restart/plugin contracts.

228233

4. Cross-OS release checks for OS-specific installer, onboarding, and platform

229234

behavior.

230235

5. Live suites only when the changed surface touches provider or hosted-service

@@ -245,7 +250,8 @@ Compatibility leniency is narrow and time boxed:

245250

warning or skipping.

246251247252

Do not add new startup migrations for these old shapes. Add or extend a doctor

248-

repair, then prove it with `upgrade-survivor` or `published-upgrade-survivor`.

253+

repair, then prove it with `upgrade-survivor`, `published-upgrade-survivor`, or

254+

`update-restart-auth` when the update command owns the restart.

249255250256

## Adding coverage

251257

@@ -257,6 +263,7 @@ can fail for the right reason:

257263

checker test.

258264

- CLI install/update behavior: Docker lane assertion or fixture.

259265

- Published-release migration behavior: `published-upgrade-survivor` scenario.

266+

- Update-owned restart behavior: `update-restart-auth`.

260267

- Registry/package source behavior: `test:docker:plugins` fixture or ClawHub

261268

fixture server.

262269

- Dependency layout or cleanup behavior: assert both runtime execution and the