Skip to content

Regression test failures against PostgreSQL 19 beta #168

Description

@harudini

Hello,

I am running the pgpool2 4.7.2 regression test against PostgreSQL 19 beta.

Several tests were failing with the following error, so I set PGMAXPROTOCOLVERSION=3.0 in my environment as suggested.
https://wiki.postgresql.org/wiki/Grease

It resolved some of the failures, but the following tests are still failing: 020, 021, 022, 023, 024, and 040.
Is this expected given that PG19 is still in its beta cycle, or is there another temporary setting I should apply?

Log for one of the failing test (020.allow_clear_text_frontend_auth):

scram_user authenticated setup successfully
md5 authenticated setup successfully
scram_user authenticated successfully
psql: error: connection to server at "127.0.0.1", port 11000 failed: FATAL: unable to get session context
md5 authentication failed
Trying wrong passwords now
psql: error: connection to server at "127.0.0.1", port 11000 failed: ERROR: backend authentication failed
DETAIL: backend response with kind 'E' when expecting 'R'
wrong password rejected properly for scram auth
psql: error: connection to server at "127.0.0.1", port 11000 failed: ERROR: authentication failed
DETAIL: password authentication failed for user "md5_user"
wrong password rejected properly for md5 auth

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions