Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix transient errors in CI due to DB connection issues #176

Open
Blckbrry-Pi opened this issue Mar 8, 2024 — with Linear · 1 comment
Open

Fix transient errors in CI due to DB connection issues #176

Blckbrry-Pi opened this issue Mar 8, 2024 — with Linear · 1 comment
Assignees
Labels
bug Something isn't working

Comments

Copy link
Collaborator

node-postgres is repeatedly throwing this error in CI

error: Uncaught (in promise) ConnectionError: The session was terminated unexpectedly
      throw new ConnectionError("The session was terminated unexpectedly");
            ^
    at Connection.#readMessage (https://deno.land/x/postgres@v0.17.2/connection/connection.ts:166:13)
    at eventLoopTick (ext:core/01_core.js:166:7)
    at async Connection.#sendStartupMessage (https://deno.land/x/postgres@v0.17.2/connection/connection.ts:240:12)
    at async Connection.#startup (https://deno.land/x/postgres@v0.17.2/connection/connection.ts:369:28)
    at async Connection.startup (https://deno.land/x/postgres@v0.17.2/connection/connection.ts:474:11)
    at async Client.connect (https://deno.land/x/postgres@v0.17.2/client.ts:233:7)

What I know so far:

@Blckbrry-Pi Blckbrry-Pi added the bug Something isn't working label Mar 8, 2024 — with Linear
@Blckbrry-Pi Blckbrry-Pi self-assigned this Mar 8, 2024
Copy link

linear bot commented Mar 8, 2024

OGBE-83 Fix transient errors in CI due to DB connection issues

node-postgres is repeatedly throwing this error in CI

error: Uncaught (in promise) ConnectionError: The session was terminated unexpectedly
      throw new ConnectionError("The session was terminated unexpectedly");
            ^
    at Connection.#readMessage (https://deno.land/x/postgres@v0.17.2/connection/connection.ts:166:13)
    at eventLoopTick (ext:core/01_core.js:166:7)
    at async Connection.#sendStartupMessage (https://deno.land/x/postgres@v0.17.2/connection/connection.ts:240:12)
    at async Connection.#startup (https://deno.land/x/postgres@v0.17.2/connection/connection.ts:369:28)
    at async Connection.startup (https://deno.land/x/postgres@v0.17.2/connection/connection.ts:474:11)
    at async Client.connect (https://deno.land/x/postgres@v0.17.2/client.ts:233:7)

What I know so far:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant