-
Notifications
You must be signed in to change notification settings - Fork 482
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
Test failure with PG15: test_show test_cancel test_cancel_pool_size ... FAILED #769
Comments
This resulted in the SHOW HELP response message to be misformatted. In older PostgreSQL versions, the intended last line would just be cut off silently, but in PostgreSQL 15 libpq, an error message message contents do not agree with length in message type "N" is shown, making the test_show test fail. addresses part of #769
I see the same errors in my packaging pipeline, and I can verify that 04ff38b fixes the |
The |
Thanks! Could you tag a new release for the pgbouncer side? |
As the fix is in postgres, I guess the full test suite will be fixed when 15.1 ships. |
One of the problems is still in pgbouncer, though. As I need to upload PG15 to Debian unstable anyway again, I'll cherry-pick that, and if pgbouncer is updated as well, we are good again. |
I managed to get both postgresql-15 and pgbouncer updated. Thanks for the fixes! |
Building pgbouncer 1.17.0 against PG15 yields this:
Full log:
https://pgdgbuild.dus.dg-i.net/view/Binaries/job/pgbouncer-binaries/76/architecture=amd64,distribution=kinetic/console
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1021859
(I also tried building HEAD, but that fails with a different error:
... and a lot of other warnings.)
The text was updated successfully, but these errors were encountered: