timescale / timescaledb

An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension.
https://www.timescale.com/
Other
17.93k stars 882 forks source link

Backport to 2.17.x: #7456: Fix regression test output due to upstream changes #7470

Closed timescale-automation closed 2 days ago

timescale-automation commented 2 days ago

This is an automated backport of #7456: Fix regression test output due to upstream changes. This PR will be merged automatically after all the relevant CI checks pass. If this fix should not be backported, or will be backported manually, just close this PR. You can use the backport branch to add your changes, it won't be modified automatically anymore.

For more details, please see the documentation

Original description

Fix regression test output due to upstream changes

Recently Postgres updated time zone data files to tzdata2024b:

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:

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.

Disable-check: force-changelog-file