Message-ID: From: "emmaeng700 (@emmaeng700)" To: "pgjdbc/pgjdbc" Date: Mon, 23 Feb 2026 13:11:03 +0000 Subject: [pgjdbc/pgjdbc] PR #3945: docs: add SCRAM authentication test setup section to TESTING.md List-Id: X-GitHub-Author-Id: 176187010 X-GitHub-Author-Login: emmaeng700 X-GitHub-Issue: 3945 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-State: merged X-GitHub-Type: pull_request X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3945 Content-Type: text/plain; charset=utf-8 Fixes #2083 Added a new section 9 to TESTING.md documenting the required setup for SCRAM authentication tests (ScramTest). Previously there was no documentation explaining that: - pg_hba.conf must be configured with scram-sha-256 for the testscram user - The testscram user password must be set after SCRAM is enabled Added instructions for both Docker and manual PostgreSQL setup.