Message-ID: From: "davecramer (@davecramer)" To: "pgjdbc/pgjdbc" Date: Mon, 02 Jun 2025 10:51:12 +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: davecramer X-GitHub-Comment-Id: 2930019887 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-2930019887 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 #3652 Yes, I changed the name and ran the test by itself. I wonder if it makes a difference if I run all of the tests ?