https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38040 Hammat wele <hammat.wele@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #55 from Hammat wele <hammat.wele@inlibro.com> --- (In reply to David Nind from comment #54)
Thanks for the easy to follow test plan!
I've Failed QA as the tests fail if the IndependentBranches system preferences are enabled as set out in the test plan, if they are not enabled the tests pass:
... Test Summary Report ------------------- t/db_dependent/api/v1/holds.t (Wstat: 2816 (exited 11) Tests: 11 Failed: 5) Failed tests: 3-5, 10-11 Non-zero exit status: 11 Parse errors: Bad plan. You planned 21 tests but ran 11. Files=1, Tests=11, 9 wallclock secs ( 0.03 usr 0.01 sys + 7.86 cusr 1.20 csys = 9.10 CPU) Result: FAIL
Testing notes: 1. After the patches, and with IndependentBranchesHolds system preference set to "Yes": - For holds from patrons from other libraries, all you see in the table row in the "Patron" column is "A patron from another library" - all the other table columns for that row are blank
I reran the tests under KTD with the IndependentBranches preferences enabled as described in the test plan, including IndependentBranchesHolds set to "Yes". The API test passes successfully: kohadev-koha@kohadevbox:koha(main)$ prove t/db_dependent/api/v1/holds.t t/db_dependent/api/v1/holds.t .. ok All tests successful. Files=1, Tests=21, 23 wallclock secs Result: PASS I cannot reproduce the test failure reported -- You are receiving this mail because: You are watching all bug changes.