http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096 --- Comment #63 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to Katrin Fischer from comment #62)
The first 2 tests also exist on the master branch and pass there.
Can you email me your dev setup? I cannot reproduce the problems you refer to, and hence cannot provide a workaround. tomas@zoe:koha-community-src(clean_master)$ git fetch tomas@zoe:koha-community-src(clean_master)$ git reset --hard origin/master HEAD is now at 27c312b Bug 11533: fix authority searching with no sorting when QueryParser is enabled tomas@zoe:koha-community-src(clean_master)$ git bz apply 11096 Bug 11096 - Koha cannot retrieve big records from Zebra 24492 - Bug 11096: force XML syntax for Zebra in DOM 24602 - Bug 11096: (qa followup) facets count and UNIMARC record syntax 24607 - Bug 11096: fallback to the correct defaults if config entries missing 24731 - Bug 11096: (follow-up) add direct regression tests 24732 - Bug 11096 - Wrap each test set configuration into a subtest Apply? [(y)es, (n)o, (i)nteractive] y Applying: Bug 11096: force XML syntax for Zebra in DOM Applying: Bug 11096: (qa followup) facets count and UNIMARC record syntax Applying: Bug 11096: fallback to the correct defaults if config entries missing Applying: Bug 11096: (follow-up) add direct regression tests Applying: Bug 11096 - Wrap each test set configuration into a subtest tomas@zoe:koha-community-src(clean_master)$ prove t/db_dependent/Search.t 2> /dev/null t/db_dependent/Search.t .. ok All tests successful. Files=1, Tests=4, 29 wallclock secs ( 0.09 usr 0.01 sys + 20.84 cusr 2.72 csys = 23.66 CPU) Result: PASS tomas@zoe:koha-community-src(clean_master)$ -- You are receiving this mail because: You are watching all bug changes.