Message-ID: From: "sehrope (@sehrope)" To: "pgjdbc/pgjdbc" Date: Mon, 27 Apr 2026 17:32:33 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #4040: Restrict test with scram_iterations to v16+ and release notes In-Reply-To: References: List-Id: X-GitHub-Author-Login: sehrope X-GitHub-Comment-Id: 4329148885 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 4040 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/4040#issuecomment-4329148885 Content-Type: text/plain; charset=utf-8 The one failure does not seem like it's related to this PR at all: ``` org.postgresql.test.jdbc2.StatementTest > fastCloses() failure marker FAILURE 44,4sec, org.postgresql.test.jdbc2.StatementTest > fastCloses() java.util.concurrent.TimeoutException: fastCloses() timed out after 40 seconds at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) 2,2sec, org.postgresql.test.jdbc2.StatementTest > cancelQueryWithBrokenNetwork() 2,2sec, org.postgresql.test.jdbc2.StatementTest > sideStatementFinalizers() 4,1sec, org.postgresql.test.jdbc2.StatementTest > setQueryTimeoutWithSleep() 2,1sec, org.postgresql.test.jdbc2.StatementTest > setQueryTimeoutWithoutExecute() 3,3sec, org.postgresql.test.jdbc2.StatementTest > setQueryTimeoutOnPrepared() FAILURE 74,8sec, 43 completed, 1 failed, 0 skipped, org.postgresql.test.jdbc2.StatementTest ``` It runs fine locally for me and the rest of the matrix is fine too. More than likely it's related to the ongoing GitHub service interruption.