From fa1ec77fa2ee15e49a3193d1dcef94825839af86 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Mon, 27 Apr 2026 00:25:29 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@7ca2f9fed52226d0e02128872d087268d07c62b2 --- .openclaw-sync/source.json | 4 ++-- docs/concepts/qa-e2e-automation.md | 12 ++++-------- docs/help/testing.md | 2 +- 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 37407305a..a8cb236bd 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "0f672dcc738e820ce1ea1037ac5196db9d22a1a4", - "syncedAt": "2026-04-27T00:11:45.109Z" + "sha": "7ca2f9fed52226d0e02128872d087268d07c62b2", + "syncedAt": "2026-04-27T00:23:59.014Z" } diff --git a/docs/concepts/qa-e2e-automation.md b/docs/concepts/qa-e2e-automation.md index b0a55d8e4..fb75fb73e 100644 --- a/docs/concepts/qa-e2e-automation.md +++ b/docs/concepts/qa-e2e-automation.md @@ -65,14 +65,10 @@ model calls must not export `StreamAbandoned` on successful turns; raw diagnosti `openclaw.content.*` attributes must stay out of the trace. It writes `otel-smoke-summary.json` next to the QA suite artifacts. -The normal Docker aggregate and release-path core chunk also run an -observability lane. It reuses the shared package-installed functional Docker -image, mounts the QA harness files read-only, runs the OTEL trace smoke inside -the container, then runs the `docker-prometheus-smoke` QA scenario with the -`diagnostics-prometheus` plugin enabled. Set -`OPENCLAW_DOCKER_OBSERVABILITY_LOOPS=` to repeat both checks inside one -Docker run while preserving per-loop artifacts under -`.artifacts/docker-observability/...`. +Observability QA stays source-checkout only. The npm tarball intentionally omits +QA Lab, so package Docker release lanes do not run `qa` commands. Use +`pnpm qa:otel:smoke` from a built source checkout when changing diagnostics +instrumentation. For a transport-real Matrix smoke lane, run: diff --git a/docs/help/testing.md b/docs/help/testing.md index c08edc47d..f8eff2847 100644 --- a/docs/help/testing.md +++ b/docs/help/testing.md @@ -617,7 +617,7 @@ The live-model Docker runners also bind-mount only the needed CLI auth homes (or - CLI backend smoke: `pnpm test:docker:live-cli-backend` (script: `scripts/test-live-cli-backend-docker.sh`) - Codex app-server harness smoke: `pnpm test:docker:live-codex-harness` (script: `scripts/test-live-codex-harness-docker.sh`) - Gateway + dev agent: `pnpm test:docker:live-gateway` (script: `scripts/test-live-gateway-models-docker.sh`) -- Docker observability smoke: included in `pnpm test:docker:all`, `pnpm test:docker:local:all`, and the release-path `core` chunk (script: `scripts/e2e/docker-observability-smoke.sh`). It runs QA-lab OTEL and Prometheus diagnostics checks inside the shared package-installed functional Docker image, with only QA harness files mounted read-only. Set `OPENCLAW_DOCKER_OBSERVABILITY_LOOPS=` to repeat both checks in one container run. +- Observability smoke: `pnpm qa:otel:smoke` is a private QA source-checkout lane. It is intentionally not part of package Docker release lanes because the npm tarball omits QA Lab. - Open WebUI live smoke: `pnpm test:docker:openwebui` (script: `scripts/e2e/openwebui-docker.sh`) - Onboarding wizard (TTY, full scaffolding): `pnpm test:docker:onboard` (script: `scripts/e2e/onboard-docker.sh`) - Npm tarball onboarding/channel/agent smoke: `pnpm test:docker:npm-onboard-channel-agent` installs the packed OpenClaw tarball globally in Docker, configures OpenAI via env-ref onboarding plus Telegram by default, verifies doctor repairs activated plugin runtime deps, and runs one mocked OpenAI agent turn. Reuse a prebuilt tarball with `OPENCLAW_CURRENT_PACKAGE_TGZ=/path/to/openclaw-*.tgz`, skip the host rebuild with `OPENCLAW_NPM_ONBOARD_HOST_BUILD=0`, or switch channel with `OPENCLAW_NPM_ONBOARD_CHANNEL=discord`.