Message-ID: From: "vlsi (@vlsi)" To: "pgjdbc/pgjdbc" Date: Mon, 02 Jun 2025 10:47:53 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3631: fix: isValid incorrectly called execute, instead of executeWithFlags fixes Issue #3630 In-Reply-To: References: List-Id: X-GitHub-Author-Login: vlsi X-GitHub-Comment-Id: 2930005373 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3631 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3631#issuecomment-2930005373 Content-Type: text/plain; charset=utf-8 The test did not fail because it was not named properly I believe it was just ignored. Have you tried renaming the test after `AutoRollbackTest`? I discovered the failure when working on https://github.com/pgjdbc/pgjdbc/pull/3652