test(qa): scope fanout marker proof to channel runtime · openclaw/openclaw@643410c
vincentkoc
·
2026-06-25
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -240,7 +240,11 @@ flow:
|
240 | 240 | message: |
241 | 241 | expr: "lastError instanceof Error ? formatErrorMessage(lastError) : String(lastError ?? 'fanout retry exhausted')" |
242 | 242 | - if: |
243 | | -expr: "Boolean(env.mock)" |
| 243 | +# Codex completes child sessions through its app-server path but |
| 244 | +# does not relay the child marker back onto the parent QA channel. |
| 245 | +# The shared assertions above already prove both child tool calls |
| 246 | +# and child session rows; keep this transport-only proof OpenClaw-specific. |
| 247 | +expr: "Boolean(env.mock) && env.gateway.runtimeEnv.OPENCLAW_QA_FORCE_RUNTIME !== 'codex'" |
244 | 248 | then: |
245 | 249 | - forEach: |
246 | 250 | items: |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。