Skip to content

Commit caf1620

Browse files
roachtest: remove TimeTest.getTimeZone from pgjdbc blocklist
The pgjdbc roachtest has been failing because `org.postgresql.test.jdbc2.TimeTest.getTimeZone()` now passes consistently but is still on the blocklist, causing an "unexpected pass" failure. The test has passed across 10+ runs spanning multiple days, architectures (amd64/arm64), clouds (Azure/GCE), and with/without runtime assertions. The test likely started passing after the overload resolution fix in 228595c that improved type checking for scalar expressions involving casts, which is what `getTimeZone()` exercises. Resolves: #169524 Epic: none Release note: None Generated by Claude Code Auto-Solver Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 4e7fa94 commit caf1620

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pkg/cmd/roachtest/tests/pgjdbc_blocklist.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,6 @@ var pgjdbcBlockList = blocklist{
377377
`org.postgresql.test.jdbc2.StatementTest.parsingSemiColons()`: "unknown",
378378
`org.postgresql.test.jdbc2.StatementTest.updateCount()`: "unknown",
379379
`org.postgresql.test.jdbc2.StatementTest.warningsAreAvailableAsap()`: "unknown",
380-
`org.postgresql.test.jdbc2.TimeTest.getTimeZone()`: "unknown",
381380
`org.postgresql.test.jdbc2.UpdateableResultTest.testArray`: "26925",
382381
`org.postgresql.test.jdbc2.UpdateableResultTest.testOidUpdatable`: "unknown",
383382
`org.postgresql.test.jdbc3.CompositeTest.complexArgumentSelect()`: "51480",

0 commit comments

Comments
 (0)