HH-469: close WebSocket fanout contract gaps (#109)
* HH-469: close websocket fanout contract gaps * fix: unify message sender contracts --------- Co-authored-by: Rogee <rogee@ipao.vip>
This commit is contained in:
@@ -263,7 +263,7 @@ jobs:
|
||||
run: |
|
||||
set -euo pipefail
|
||||
mkdir -p "$GOCHAT_WS_E2E_EVIDENCE_DIR"
|
||||
go test -json -count=1 -timeout 2m ./tests/e2e -run '^TestWebSocketMultiInstanceFanout$' \
|
||||
go test -json -count=3 -timeout 6m ./tests/e2e -run '^TestWebSocketMultiInstanceFanout$' \
|
||||
| tee "$GOCHAT_WS_E2E_EVIDENCE_DIR/test.jsonl"
|
||||
grep -Eq '"Action":"pass".*"Test":"TestWebSocketMultiInstanceFanout"' \
|
||||
"$GOCHAT_WS_E2E_EVIDENCE_DIR/test.jsonl"
|
||||
|
||||
Reference in New Issue
Block a user