fix(qa): register gateway smoke coverage ids · openclaw/openclaw@9bd6ff4
vincentkoc
·
2026-06-18
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -164,7 +164,7 @@ surfaces:
|
164 | 164 | id: gateway-rpc-apis-and-events |
165 | 165 | features: |
166 | 166 | - name: Health APIs |
167 | | - coverageIds: [health-apis] |
| 167 | + coverageIds: [gateway.health, health-apis] |
168 | 168 | description: '`health` and `status` RPCs.' |
169 | 169 | - name: Identity and presence APIs |
170 | 170 | coverageIds: [identity-and-presence-apis] |
@@ -504,7 +504,7 @@ surfaces:
|
504 | 504 | id: websocket-connection |
505 | 505 | features: |
506 | 506 | - name: WebSocket transport |
507 | | - coverageIds: [websocket-transport] |
| 507 | + coverageIds: [gateway.smoke, websocket-transport] |
508 | 508 | description: WebSocket transport with JSON text frames. |
509 | 509 | - name: Connect challenge |
510 | 510 | coverageIds: [connect-challenge] |
@@ -516,7 +516,7 @@ surfaces:
|
516 | 516 | coverageIds: [protocol-version-negotiation] |
517 | 517 | description: Protocol range negotiation (`minProtocol`/`maxProtocol`). |
518 | 518 | - name: hello-ok snapshot |
519 | | - coverageIds: [hello-ok-snapshot] |
| 519 | + coverageIds: [gateway.protocol, hello-ok-snapshot] |
520 | 520 | description: 'Required `hello-ok` payload structure: server identity, negotiated auth, feature discovery, snapshot, and policy limits.' |
521 | 521 | - name: Startup retry |
522 | 522 | coverageIds: [startup-retry] |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。