On Mon, Jan 20, 2025 at 11:25 PM Brian Cosgrove <cosgroveb@gmail.com> wrote:
Yes, please do. A Postgres client package (psycopg) update causing failing integration tests seems highly unlikely to be a genuine issue for the pgbouncer.
I also reproduced locally the failures you're seeing on Salsa. I notice that there are relevant changes in psycopg 3.2.4 and I think that there are some assertions needing updates in the upstream project.
I'll file an issue with pgbouncer but for now please unblock the upload.
I was looking at the package for pgBouncer 1.24.0 again today and it looks like the tests are failing [0]. After reading through the logs, it looks like psycopg in testing and unstable was updated to 3.2.4 this past Friday. I am able to reproduce the test failures in dev environment by updating the version in requirements.txt. Should we disable the main test suite for now to unblock the upload of 1.24.0?