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

--- Comment #16 from Jonathan Druart <jonathan.dru...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to