Message-ID: From: "davecramer (@davecramer)" To: "pgjdbc/pgjdbc" Date: Tue, 29 Apr 2025 18:06:43 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3612: chore: use Java 21 for building pgjdbc by default In-Reply-To: References: List-Id: X-GitHub-Author-Login: davecramer X-GitHub-Comment-Id: 2839759879 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3612 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3612#issuecomment-2839759879 Content-Type: text/plain; charset=utf-8 > There are still two failures, and I don't understand why the tests expect certain output values: > > Here we fail to authenticate. Did we get the user right? Should it be pre-created when creating the DB? Should the DB be preconfigured somehow? I'm a bit lost here. Yes postgresql.conf has to have `#password_encryption = scram-sha-256 # scram-sha-256 or md5` set to `md5` for this to work. by default the password_encryption will be set to scram-sha-256. I'd vote for dumping the md5 test Dave