-
Notifications
You must be signed in to change notification settings - Fork 882
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix regression test output due to upstream changes
Recently Postgres updated time zone data files to tzdata2024b: * 17.1: postgres/postgres@cad65907ee * 16.5: postgres/postgres@a0c8d600bb * 15.9: postgres/postgres@74f70cb8633 * 14.14: postgres/postgres@dedced73e00 In #7276 we forced our regression tests to explicit use PST8PDT timezone but for some reason on tzdata2024b it definition changed. The change is valid for dates before 1970 and this is exactly the case here for the CAgg watermark test outputs. We're also noticing consistently failures in our CI: * https://github.com/timescale/timescaledb/actions/runs/11883366631/job/33110029493#step:20:35 * https://github.com/timescale/timescaledb/actions/runs/11883366631/job/33110029375#step:20:35 Fixed it by using the timezone `UTC-8` instead to keep compatibility with all calculations in the regression suite. The only noticible change is timezone output information.
- Loading branch information
1 parent
cbfd386
commit 00e14ae
Showing
5 changed files
with
153 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.