Commit 670f801
committed
roachtest: update liquibase-test-harness to fix year-end failures
The liquibase roachtest started failing on December 28, 2025 across all
branches with "already exists" errors. The root cause was a bug in the
upstream liquibase-test-harness where SimpleDateFormat used `YYYY`
(ISO week-based year) instead of `yyyy` (calendar year) for the
rollbackToDate command.
ISO week 1 of 2026 starts on December 29, 2025, so when tests ran on
Dec 28-29, the rollback date was computed as 2026-12-29 instead of
2025-12-29. Since no changesets have DATEEXECUTED in the future,
rollbackToDate found "0 changesets to rollback" and left all database
objects in place, causing subsequent tests to fail.
This updates the pinned commit to include the upstream fix:
liquibase/liquibase-test-harness@91c42e7644c9
Resolves: #160237
Resolves: #160302
Resolves: #160291
Resolves: #160266
Resolves: #160260
Resolves: #160241
Resolves: #160240
Resolves: #160239
Resolves: #160236
Resolves: #160235
Resolves: #160234
Epic: None
Release note: None1 parent a7392b1 commit 670f801
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments