bihealth / sodar-server

SODAR: System for Omics Data Access and Retrieval
https://github.com/bihealth/sodar-server
MIT License
14 stars 3 forks source link

Too many postgres connections crash in CI after iRODS 4.3 upgrade #2008

Closed mikkonie closed 1 month ago

mikkonie commented 2 months ago

The initial test runs after I upgraded to iRODS 4.3 went fine, hence I merged the upgrade into dev. However, after the merge I had a test run crash with "too many connections" on PostgreSQL.

At the time of writing I'm re-running the tests to see if this was a random fluke or something is badly wrong.

It's possible something in the connection handling has changed and #2007 would fix this.

It should be noted that haven't observed this in dev despite running a lot of tests locally against 4.3.

mikkonie commented 2 months ago

Re-running the tests made everything work OK. I'm setting this as ongoing and monitoring whether it happens more often, or if it's just a random hiccup.

mikkonie commented 1 month ago

I have only seen this happen exactly once so far, so I'm leaning towards to it being a random GitHub fluke. Still, I'll keep this issue open for a while just in case.

mikkonie commented 1 month ago

Considering this closed. I saw this exactly once and since then I've submitted countless CI runs without incident.

It this problem starts appearing again, I'll reopen the issue.