Commit caf1620
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
377 | 377 | | |
378 | 378 | | |
379 | 379 | | |
380 | | - | |
381 | 380 | | |
382 | 381 | | |
383 | 382 | | |
| |||
0 commit comments