[Koha-bugs] [Bug 29130] Holds queue is empty while holds queue builder is running

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 13 16:57:04 CEST 2021


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #125432|0                           |1
        is obsolete|                            |

--- Comment #5 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 126215
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=126215&action=edit
Bug 29130 - Holds queue is empty while holds queue builder is running

When build_holds_queue.pl, it first deletes all rows from tmp_holdsqueue and
hold_fill_targets,
then starts building the holds queue again.
It seems sensible to build the holds queue using temporary tables and copy the
data over afterward.

Test Plan:
1) Apply this patch
2) Run the holds queue builder
3) Verify holds queue was was populated
4) prove t/db_dependent/HoldsQueue.t

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list