-
Notifications
You must be signed in to change notification settings - Fork 0
conformance: flux conformance spec fails (shared spec bug) #1
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Problem
The flux conformance spec (interfaces/flux/conformance/stream.spec.js) fails with 8/8 tests failing. The API tests and UI tests all pass.
This is the same issue as node-flux (deepgram-starters/node-flux#1) — the conformance spec has two bugs:
- Endpoint path bug: Spec connects to
/flux/streambut starters serve on/api/flux - Architecture mismatch: Spec expects
stream_urlingestion architecture but starters use WebSocket proxy architecture
Results
- API tests (
tests/flux/api/): 5 passed, 1 skipped - UI tests (
tests/flux/ui/): 2 passed - Conformance spec (
interfaces/flux/conformance/): 0 passed, 8 failed
Root Cause
The conformance spec needs to be updated to match the actual WebSocket proxy architecture used by all flux starters.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working