Commit 90d9361
Enable HTTP server in CI configs
The QWP WebSocket sender connects to QuestDB's HTTP port (9000)
for the WebSocket upgrade at /write/v4. Both CI server configs
had http.enabled=false, which prevented the HTTP listener from
starting. PG wire tests (port 8812) were unaffected, but all
QwpSenderTest cases failed with "Failed to connect to
127.0.0.1:9000".
Set http.enabled=true in both default and authenticated configs.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent afc654f commit 90d9361
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments