[Koha-bugs] [Bug 22741] Koha/Patrons.t is failing randomly on test BorrowerLogs and TrackLastPatronActivity

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 3 19:09:36 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22741

--- Comment #16 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list