]> git.koha-community.org Git - koha.git/commit
Bug 24147: Don't assume search_related will return ordered values
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 20 Aug 2020 12:32:43 +0000 (14:32 +0200)
committerVictor Grousset/tuxayo <victor@tuxayo.net>
Sun, 20 Sep 2020 19:00:53 +0000 (21:00 +0200)
commit70de5031af53c3027806550c67c9444b8d8304bc
tree35480e35134ff632d37892e395231dc70ce97177
parent49ec67f7eab79600b9adeb06a61b6af825191806
Bug 24147: Don't assume search_related will return ordered values

This test is failing randomly because it assume the order is always the
same. But it's not.

Note: Koha::Objects->search_related is never used , last use removed from
  commit 9aa724cdf29a57bc91e42b240b5bcd19e3814ada
  Bug 19599: Speed anonymise_issue_history up
We should keep it however IMO

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit e10dc503289e8d7e8c742af0111acb79d4d53111)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
(cherry picked from commit e550f25a013f43bec8c2ee1694541dafd2a84a85)

Signed-off-by: Aleisha Amohia <aleishaamohia@hotmail.com>
(cherry picked from commit c9d3eb03ba00df3aaca623a2ec2e332878460810)
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
t/db_dependent/Koha/Objects.t