http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12803
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #28 from Jonathan Druart <[email protected]> --- % prove t/db_dependent/HoldsQueue.t t/db_dependent/HoldsQueue.t .. ok All tests successful. Files=1, Tests=22, 3 wallclock secs ( 0.04 usr 0.00 sys + 1.90 cusr 0.02 csys = 1.96 CPU) Result: PASS % git bz apply 12803 Bug 12803 - Add ability to skip closed libraries when generating the holds queue 43511 - Bug 12803 - Add ability to skip closed libraries when generating the holds queue 43512 - Bug 12803 [QA Followup] - Allow holiday caching to be disabled for testing purposes Apply? [(y)es, (n)o, (i)nteractive] y Applying: Bug 12803 - Add ability to skip closed libraries when generating the holds queue Applying: Bug 12803 [QA Followup] - Allow holiday caching to be disabled for testing purposes % qa -c 2 -v 2 testing 2 commit(s) (applied to 390233a 'Bug 14966: Table header broken at det') Processing files before patches |========================>| 4 / 4 (100.00%) Processing files after patches |========================>| 4 / 4 (100.00%) OK Koha/Calendar.pm OK critic OK forbidden patterns OK pod OK spelling OK valid FAIL t/db_dependent/HoldsQueue.t OK critic FAIL forbidden patterns forbidden pattern: trailing space char (line 322) OK pod OK spelling OK valid OK C4/HoldsQueue.pm OK critic OK forbidden patterns OK pod OK spelling OK valid FAIL installer/data/mysql/sysprefs.sql FAIL sysprefs_order Not blocker: Sysprefs HoldsQueueSkipClosed is bad placed (see bug 10610) % prove t/db_dependent/HoldsQueue.t t/db_dependent/HoldsQueue.t .. 13/24 # Failed test 'Holds not filled with items from closed libraries' # at t/db_dependent/HoldsQueue.t line 327. # got: '1' # expected: '2' # Looks like you failed 1 test of 24. t/db_dependent/HoldsQueue.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/24 subtests Test Summary Report ------------------- t/db_dependent/HoldsQueue.t (Wstat: 256 Tests: 24 Failed: 1) Failed test: 23 Non-zero exit status: 1 Files=1, Tests=24, 3 wallclock secs ( 0.04 usr 0.00 sys + 1.76 cusr 0.06 csys = 1.86 CPU) Result: FAIL -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
