Skip to content

Commit f015c3f

Browse files
committed
test(qa-lab): tag live-only runtime sentinels
1 parent 15a0156 commit f015c3f

4 files changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Docs: https://docs.openclaw.ai
1414
- QA-Lab: add curated mock JSONL replay fixtures and first-drift reporting for runtime-parity audits. (#80323, refs #80176) Thanks @100yenadmin.
1515
- QA-Lab: include the optional 100-turn runtime parity soak in release-soak artifacts so long-run Codex/Pi transcript drift stays visible outside the default gate. (#80395) Thanks @100yenadmin.
1616
- QA-Lab: add a live-only long-context progress watchdog scenario for Codex app-server timeout and stalled-run sentinels. (#80323) Thanks @100yenadmin.
17+
- QA-Lab: tag gateway restart recovery and streaming final-integrity scenarios as live-only runtime parity lanes. (#80323) Thanks @100yenadmin.
1718
- QA-Lab: add a personal-agent failure recovery scenario that checks honest partial status, retry boundaries, and local recovery artifacts. (#83872) Thanks @iFiras-Max1.
1819
- QA-Lab: include an opt-in `update.run` package self-upgrade sentinel for destructive latest-package recovery checks.
1920
- QA-Lab: add Codex plugin lifecycle and auth-profile fixture coverage for missing installs, pinned-version drift, first-turn install ordering, and doctor migration safety. (#80323, refs #80174) Thanks @100yenadmin.

extensions/qa-lab/src/scenario-catalog.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ describe("qa scenario catalog", () => {
178178
"plugin-manifest-contract-health",
179179
"webchat-direct-reply-routing",
180180
"long-context-progress-watchdog",
181+
"gateway-restart-inflight-run",
182+
"streaming-final-integrity",
181183
];
182184

183185
for (const scenarioId of scenarioIds) {

qa/scenarios/runtime/gateway-restart-inflight-run.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
id: gateway-restart-inflight-run
55
title: Gateway restart in-flight recovery
66
surface: runtime
7+
runtimeParityTier: live-only
78
coverage:
89
primary:
910
- runtime.restart-recovery

qa/scenarios/runtime/streaming-final-integrity.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
id: streaming-final-integrity
55
title: Streaming final integrity
66
surface: runtime
7+
runtimeParityTier: live-only
78
coverage:
89
primary:
910
- channels.streaming

0 commit comments

Comments
 (0)