-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dzone.009.clit test fails after 2021-06-28 #121
Comments
Debugged further and found that tests work again after reverting this timezone change eggert/tz@fb43418
To reproduce: faketime 2021-06-29 dzone --prev UTC |
The problem part is:
probably along with the not ignoring of Is it possible to fix on your side, please? Or should I contact tz upstream? |
Hi Bernhard, hi MeggyCal,
same as ever, and obviously no error. Can you point me to something I can download and unpack, an rpm or something maybe? |
I see it with http://download.opensuse.org/distribution/leap/15.2/repo/oss/x86_64/timezone-2020a-lp152.2.1.x86_64.rpm but maybe there are other contributing factors. On the openSUSE side we track this in http://bugzilla.opensuse.org/show_bug.cgi?id=1180797 For some reason, it does not fail on Debian with the same versions. |
I see. SuSE generates zones with bloat=slim ( |
|
Using |
I can reproduce it with Factory's timezone-2020f-1.1 |
No, that's right. I can reproduce it now (with 2020f-1.1), too, using faketime. I mean, earlier, with |
* bug/121: use coordinated zone without leap transitions by default, fixes issue #121 turn tzraw into standalone program for inspection
* master: (45 commits) major, make ymcw dates ending in -00 synonymous with n-th ISO week in that month, use -07 for Sunday minor, properly convert negative stamps to hms minor, read epochs with strtoi64() minor, handle coordinated zones internally hygiene, use 48 bits for STAMP_MIN/STAMP_MAX minor, disallow transitions to the same type hygiene, operate with STAMP_MIN and STAMP_MAX for stamp_t slots debug, output test suite log in case of error fix, work around gcc antics minor, redo tzif reader, support files zic'd with -b slim use coordinated zone without leap transitions by default, fixes issue #121 turn tzraw into standalone program for inspection docs: requested change, incomparable -> non-comparable docs: fix simple typo, uncomparable -> incomparable chore, make distcheck target non-parallel fix, track negativity in precalc to allow -0, fixes issue #116 test, provide regression test case fix, also keep sandwich state when adding nanoseconds to dates, fixes #114 fix, disallow business-day-of-year calendars, fixes issue #113 hygiene, convince coverity that a certain path in __close() is impossible to walk into ...
I tested that 2fd9682 fixed this. |
Perfect! Thanks a lot to all. |
While working on reproducible builds for openSUSE, I found that
our dateutil 0.4.7 package tests fail soon:
Why would it think that a DST change happened in the UTC zone? I tried
dzone --next UTC
and it saidnever
Interestingly, it was still passing in 2020-04-24 with the same 0.4.7
Bisected a bit and it seems, timezone-2019c was still good but timezone-2020a already makes it fail.
The text was updated successfully, but these errors were encountered: