https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22741 --- Comment #16 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Jonathan Druart from comment #14)
I can recreate in a devbox if I change the timezone (ie. tz is different between host and box)
It's not that, I can recreate when MySQL server has not been restarted after a tz change. % sudo dpkg-reconfigure tzdata # Pick something different than where you are % prove t/db_dependent/Koha/Patrons.t # Fail! % sudo systemctl restart mysql % prove t/db_dependent/Koha/Patrons.t # Success! It does not explain much why the tests are randomly failing. I have tried to run it with the different tests playing with the timezone config, without success. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.