https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26462 Bug ID: 26462 Summary: t/db_dependent/Holds.t holds_per_day tests delete data unnecessarily Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Test Suite Assignee: chris@bigballofwax.co.nz Reporter: nick@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org While testing on a larger database I noticed that the CanItemBeReserved / holds_per_day tests were hanging. It appears this is because they delete all holds, issues, items, biblios, and circulation rules. The tests generate their own itemtype, rules, patrons, and libraries. There is no need to delete the existing data. -- You are receiving this mail because: You are watching all bug changes.