pgjdbc/pgjdbc GitHub issues and pull requests (mirror)
help / color / mirror / Atom feed[pgjdbc/pgjdbc] PR #4040: Restrict test with scram_iterations to v16+ and release notes
2+ messages / 1 participants
[nested] [flat]
* [pgjdbc/pgjdbc] PR #4040: Restrict test with scram_iterations to v16+ and release notes
@ 2026-04-27 17:05 "sehrope (@sehrope)" <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: sehrope (@sehrope) @ 2026-04-27 17:05 UTC (permalink / raw)
To: pgjdbc/pgjdbc <[email protected]>
One of the new scram max iterations tests uses the `scram_iterations` GUC but that's only available in v16+. So we restrict that one test accordingly via `@EnabledForServerVersionRange("16")`.
Also updates the CHANGELOG with the fix itself.
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: [pgjdbc/pgjdbc] PR #4040: Restrict test with scram_iterations to v16+ and release notes
@ 2026-04-27 17:32 "sehrope (@sehrope)" <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: sehrope (@sehrope) @ 2026-04-27 17:32 UTC (permalink / raw)
To: pgjdbc/pgjdbc <[email protected]>
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.
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2026-04-27 17:32 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2026-04-27 17:05 [pgjdbc/pgjdbc] PR #4040: Restrict test with scram_iterations to v16+ and release notes "sehrope (@sehrope)" <[email protected]>
2026-04-27 17:32 Re: [pgjdbc/pgjdbc] PR #4040: Restrict test with scram_iterations to v16+ and release notes "sehrope (@sehrope)" <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox