https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42558
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #30 from David Nind <[email protected]> --- The tests also fail for me - latest main, latest KTD (default, no changes to default setting): prove t/db_dependent/Circulation.t t/db_dependent/Holds/ExpireReservesAutoFill.t t/db_dependent/Holds/WaitingReserves.t t/db_dependent/Reserves/CancelExpiredReserves.t t/db_dependent/Reserves/MultiplePerRecord.t t/db_dependent/ILSDI_Services.t t/db_dependent/Hold.t t/db_dependent/Reports/Guided.t t/db_dependent/api/v1/holds.t t/db_dependent/api/v1/checkouts.t t/db_dependent/Koha/Items.t t/db_dependent/HoldsQueue.t t/db_dependent/Circulation.t ..................... 31/87 # Transfer limit: Holding -> Return # Transfer limit: Return -> Home # Transfer limit: Return -> Holding t/db_dependent/Circulation.t ..................... ok t/db_dependent/Holds/ExpireReservesAutoFill.t .... ok t/db_dependent/Holds/WaitingReserves.t ........... ok t/db_dependent/Reserves/CancelExpiredReserves.t .. ok t/db_dependent/Reserves/MultiplePerRecord.t ...... ok t/db_dependent/ILSDI_Services.t .................. 4/16 # Failed test 'Too many reserves' # at t/db_dependent/ILSDI_Services.t line 531. # got: 'tooManyReservesToday' # expected: 'tooManyReserves' # Failed test 'No reserves allowed' # at t/db_dependent/ILSDI_Services.t line 549. # got: 'tooManyReservesToday' # expected: 'noReservesAllowed' # Looks like you failed 2 tests of 9. t/db_dependent/ILSDI_Services.t .................. 6/16 # Failed test 'Holds test' # at t/db_dependent/ILSDI_Services.t line 650. t/db_dependent/ILSDI_Services.t .................. 15/16 # Looks like you failed 1 test of 16. t/db_dependent/ILSDI_Services.t .................. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/16 subtests t/db_dependent/Hold.t ............................ ok t/db_dependent/Reports/Guided.t .................. ok t/db_dependent/api/v1/holds.t .................... 10/20 # Failed test 'Override works for 'hold_limit'' # at t/db_dependent/api/v1/holds.t line 1033. # got: '403' # expected: '201' # Looks like you planned 7 tests but ran 5. # Looks like you failed 1 test of 5 run. # Failed test ''hold_limit' tests' # at t/db_dependent/api/v1/holds.t line 1041. # Looks like you planned 7 tests but ran 6. # Looks like you failed 1 test of 6 run. t/db_dependent/api/v1/holds.t .................... 11/20 # Failed test 'add() + can_place_holds() tests' # at t/db_dependent/api/v1/holds.t line 1083. Can't call method "delete" on an undefined value at t/db_dependent/api/v1/holds.t line 1035. # Looks like your test exited with 11 just after 12. t/db_dependent/api/v1/holds.t .................... Dubious, test returned 11 (wstat 2816, 0xb00) Failed 9/20 subtests t/db_dependent/api/v1/checkouts.t ................ ok t/db_dependent/Koha/Items.t ...................... ok t/db_dependent/HoldsQueue.t ...................... ok Test Summary Report ------------------- t/db_dependent/ILSDI_Services.t (Wstat: 256 (exited 1) Tests: 16 Failed: 1) Failed test: 6 Non-zero exit status: 1 t/db_dependent/api/v1/holds.t (Wstat: 2816 (exited 11) Tests: 12 Failed: 1) Failed test: 11 Non-zero exit status: 11 Parse errors: Bad plan. You planned 20 tests but ran 12. Files=12, Tests=411, 129 wallclock secs ( 0.29 usr 0.04 sys + 93.23 cusr 21.68 csys = 115.24 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/
