https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22363 --- Comment #8 from Josef Moravec <josef.moravec@gmail.com> --- (In reply to Andrew Isherwood from comment #7)
Hi Josef - This test failure appears to be unrelated to your work, if you agree I'm happy to sign off your patches.
koha-koha@aidev:~/kohaclone$ prove t/db_dependent/Circulation.t t/db_dependent/Circulation.t .. 28/124 Reducing fine for item 104734 borrower 4329 from 3.5 to 2 - MaxFine reached at /home/koha-koha/kohaclone/C4/Overdues.pm line 570. Use of uninitialized value $actionname in concatenation (.) or string at /home/koha-koha/kohaclone/C4/Log.pm line 85. Reducing fine for item 104734 borrower 4329 from 3.5 to 2 - MaxFine reached at /home/koha-koha/kohaclone/C4/Overdues.pm line 570. Use of uninitialized value $actionname in concatenation (.) or string at /home/koha-koha/kohaclone/C4/Log.pm line 85.
# Failed test at t/db_dependent/Circulation.t line 494. # got: '1' # expected: '2' Can't call method "accounttype" on an undefined value at t/db_dependent/Circulation.t line 496. # Looks like your test exited with 2 just after 41. t/db_dependent/Circulation.t .. Dubious, test returned 2 (wstat 512, 0x200) Failed 84/124 subtests
Test Summary Report ------------------- t/db_dependent/Circulation.t (Wstat: 512 Tests: 41 Failed: 1) Failed test: 40 Non-zero exit status: 2 Parse errors: Bad plan. You planned 124 tests but ran 41. Files=1, Tests=41, 11 wallclock secs ( 0.03 usr 0.02 sys + 7.98 cusr 0.32 csys = 8.35 CPU) Result: FAIL
Hm, this one is not related with my patches, but yesterday I had it all green, I'll try it again, but it may be caused by some data problem? Just guessing.... -- You are receiving this mail because: You are watching all bug changes.