test(release-gate): assert queue-aware agent-run status parsing
Memind CI / Test, build, and release guards (push) Successful in 4m54s

Update release script regression test to match the drain helper that selects the JSON block containing queue.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
john
2026-09-10 20:23:03 +08:00
parent f6c9256fbc
commit 222815ebba
+1 -1
View File
@@ -55,7 +55,7 @@ test('production stable release verifies canary promotion evidence before gate c
assert.ok(impactIndex > 0, 'missing risk-based impact gate fallback');
assert.doesNotMatch(source, /在同一候选完成 103 灰度验收且晋升证据校验落地前,禁止非 dry-run/);
assert.match(source, /read_agent_run_status_json/);
assert.match(source, /sed -n '\/\^\{/);
assert.match(source, /obj\.queue/);
assert.match(source, /for _ in \$\(seq 1 120\)/);
});