https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12388
Joonas Kylmälä <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #17 from Joonas Kylmälä <[email protected]> --- Running prove t/db_dependent/Members/IssueSlip.t gives the following warning: t/db_dependent/Members/IssueSlip.t .. DBIx::Class::ResultSet::_construct_results(): Unable to properly collapse has_many results in iterator mode due to order criteria - performed an eager cursor slurp underneath. Consider using ->all() instead at /kohadevbox/koha/Koha/Objects.pm line 312 Can you also please clone $tomorrow and $yesterday from $today, and subtract/add one day? This prevents the race condition that could happen in the unit tests when the time is 23:59. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
