https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38253
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|Needs Signoff |Failed QA --- Comment #6 from David Nind <[email protected]> --- The tests fail for me (tested using koha-testing-docker). Is there anything that needs to be configured first? prove t/db_dependent/api/v1/holds.t t/db_dependent/api/v1/holds.t .. 1/15 No reserves HOLD_CANCELLATION letter transported by email at /kohadevbox/koha/C4/Letters.pm line 610. t/db_dependent/api/v1/holds.t .. 14/15 # Looks like you planned 5 tests but ran 4. # Failed test 'PUT /holds/{hold_id}/lowest_priority tests' # at t/db_dependent/api/v1/holds.t line 1629. The method Koha::Hold->lowest_priority is not covered by tests! Trace begun at /kohadevbox/koha/Koha/Object.pm line 1040 Koha::Object::AUTOLOAD('Koha::Hold=HASH(0x5b0544e7cf28)') called at t/db_dependent/api/v1/holds.t line 1626 main::__ANON__ at /usr/share/perl/5.36/Test/Builder.pm line 374 eval {...} at /usr/share/perl/5.36/Test/Builder.pm line 374 Test::Builder::subtest('Test::Builder=HASH(0x5b05389595c0)', 'PUT /holds/{hold_id}/lowest_priority tests', 'CODE(0x5b05447cc908)') called at /usr/share/perl/5.36/Test/More.pm line 809 Test::More::subtest('PUT /holds/{hold_id}/lowest_priority tests', 'CODE(0x5b05447cc908)') called at t/db_dependent/api/v1/holds.t line 1629 # Looks like your test exited with 11 just after 15. t/db_dependent/api/v1/holds.t .. Dubious, test returned 11 (wstat 2816, 0xb00) Failed 1/15 subtests Test Summary Report ------------------- t/db_dependent/api/v1/holds.t (Wstat: 2816 (exited 11) Tests: 15 Failed: 1) Failed test: 15 Non-zero exit status: 11 Files=1, Tests=15, 11 wallclock secs ( 0.04 usr 0.00 sys + 8.77 cusr 1.94 csys = 10.75 CPU) Result: FAIL -- 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/
