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.
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.
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