Skip to content

Draft PR to test CI/test workflows #6

Draft PR to test CI/test workflows

Draft PR to test CI/test workflows #6

Triggered via pull request December 18, 2024 16:25
Status Failure
Total duration 27s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
tests/http.test.ts > http query results match WebSocket query results: dist/npm/index.mjs#L1344
Error: All attempts to open a WebSocket to connect to the database failed. Please refer to https://github.com/neondatabase/serverless/blob/main/CONFIG.md#websocketconstructor-typeof-websocket--undefined. Details: TypeError: fetch failed ❯ dist/npm/index.mjs:1344:74 ❯ tests/http.test.ts:14:20
tests/http.test.ts > errors match WebSocket query errors: tests/http.test.ts#L58
AssertionError: expected [Function] to throw error including 'column "x" does not exist' but got 'All attempts to open a WebSocket to c…' Expected: "column "x" does not exist" Received: "All attempts to open a WebSocket to connect to the database failed. Please refer to https://github.com/neondatabase/serverless/blob/main/CONFIG.md#websocketconstructor-typeof-websocket--undefined. Details: TypeError: fetch failed" ❯ tests/http.test.ts:58:3
tests/ws.test.ts > WebSockets query results match pg/TCP query results, using pool.connect(): dist/npm/index.mjs#L1344
Error: All attempts to open a WebSocket to connect to the database failed. Please refer to https://github.com/neondatabase/serverless/blob/main/CONFIG.md#websocketconstructor-typeof-websocket--undefined. Details: TypeError: fetch failed ❯ dist/npm/index.mjs:1344:74 ❯ tests/ws.test.ts:40:22
tests/ws.test.ts > pool.query() over WebSockets: dist/npm/index.mjs#L1344
Error: All attempts to open a WebSocket to connect to the database failed. Please refer to https://github.com/neondatabase/serverless/blob/main/CONFIG.md#websocketconstructor-typeof-websocket--undefined. Details: TypeError: fetch failed ❯ dist/npm/index.mjs:1344:74 ❯ tests/ws.test.ts:62:20
tests/ws.test.ts > client.query(): dist/npm/index.mjs#L995
Error: All attempts to open a WebSocket to connect to the database failed. Please refer to https://github.com/neondatabase/serverless/blob/main/CONFIG.md#websocketconstructor-typeof-websocket--undefined. Details: TypeError: fetch failed ❯ dist/npm/index.mjs:995:35
tests/ws.test.ts > client.query() with pipelined connect (yes, no) x coalesced writes (yes, no): dist/npm/index.mjs#L995
Error: All attempts to open a WebSocket to connect to the database failed. Please refer to https://github.com/neondatabase/serverless/blob/main/CONFIG.md#websocketconstructor-typeof-websocket--undefined. Details: TypeError: fetch failed ❯ dist/npm/index.mjs:995:35
tests/ws.test.ts > client.query() with custom WebSocket proxy and subtls: dist/npm/index.mjs#L995
Error: All attempts to open a WebSocket to connect to the database failed. Please refer to https://github.com/neondatabase/serverless/blob/main/CONFIG.md#websocketconstructor-typeof-websocket--undefined. Details: TypeError: fetch failed ❯ dist/npm/index.mjs:995:35
test
Process completed with exit code 1.
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636