mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-28 01:22:57 +00:00
test(qa-lab): tag live-only runtime sentinels
This commit is contained in:
@@ -14,6 +14,7 @@ Docs: https://docs.openclaw.ai
|
||||
- QA-Lab: add curated mock JSONL replay fixtures and first-drift reporting for runtime-parity audits. (#80323, refs #80176) Thanks @100yenadmin.
|
||||
- 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.
|
||||
- QA-Lab: add a live-only long-context progress watchdog scenario for Codex app-server timeout and stalled-run sentinels. (#80323) Thanks @100yenadmin.
|
||||
- QA-Lab: tag gateway restart recovery and streaming final-integrity scenarios as live-only runtime parity lanes. (#80323) Thanks @100yenadmin.
|
||||
- QA-Lab: add a personal-agent failure recovery scenario that checks honest partial status, retry boundaries, and local recovery artifacts. (#83872) Thanks @iFiras-Max1.
|
||||
- QA-Lab: include an opt-in `update.run` package self-upgrade sentinel for destructive latest-package recovery checks.
|
||||
- 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.
|
||||
|
||||
@@ -178,6 +178,8 @@ describe("qa scenario catalog", () => {
|
||||
"plugin-manifest-contract-health",
|
||||
"webchat-direct-reply-routing",
|
||||
"long-context-progress-watchdog",
|
||||
"gateway-restart-inflight-run",
|
||||
"streaming-final-integrity",
|
||||
];
|
||||
|
||||
for (const scenarioId of scenarioIds) {
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
id: gateway-restart-inflight-run
|
||||
title: Gateway restart in-flight recovery
|
||||
surface: runtime
|
||||
runtimeParityTier: live-only
|
||||
coverage:
|
||||
primary:
|
||||
- runtime.restart-recovery
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
id: streaming-final-integrity
|
||||
title: Streaming final integrity
|
||||
surface: runtime
|
||||
runtimeParityTier: live-only
|
||||
coverage:
|
||||
primary:
|
||||
- channels.streaming
|
||||
|
||||
Reference in New Issue
Block a user