-
Notifications
You must be signed in to change notification settings - Fork 212
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
bug: 153 tests starts failing from v1.25.3 ++ on Linux (Ubuntu) #629
Comments
Ok, after doing:
All test tests completes fine. The only thing I found in the change log that hints about timezone in release v1.25.3 was:
|
Given I can update
(probably not a "clean" or "great" pythonic fix/workaround) But it makes the tests work again (simply using |
For this to work in build-farms: Line 5 in ee3b873
|
Why would Maybe adding the TZ to |
I'm guessing the minimal build environments doesn't know about timezones like
Or just change |
I added that here #635 |
It seems some update(s) from v1.25.2 -> v1.25.3 makes lot of tests fails then running on at least various Ubuntu versions.
v1.25.2 (and older jc-releases) test-suite works flawlessly on the latest Ubuntu 24.04 LTS (and older versions of Ubuntu)
It appears lots of them are around the
git_log
,mdadm
andrsync
tests, but there's all kind of various commands that fails, many referring to various (irrelevant) OSes (like CentOS 7.7, OSX 10.14.6 and Ubuntu 18.4)I've attached the full output here so all the FAILing tests are referenced. Here's some example output from Ubuntu 24.04 Noble:
The text was updated successfully, but these errors were encountered: