https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14367
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #71 from David Nind <[email protected]> --- Notes from testing (using koha-testing-docker): 1. The tests fail: prove -vvv t/db_dependent/BiblioHistory.t t/db_dependent/BiblioHistory.t .. 1..6 ok 1 - use C4::Biblio; Error: value hash contains unrecognized columns: branchcode at /kohadevbox/koha/t/lib/TestBuilder.pm line 286. # Looks like your test exited with 11 just after 1. Dubious, test returned 11 (wstat 2816, 0xb00) Failed 5/6 subtests Test Summary Report ------------------- t/db_dependent/BiblioHistory.t (Wstat: 2816 Tests: 1 Failed: 0) Non-zero exit status: 11 Parse errors: Bad plan. You planned 6 tests but ran 1. Files=1, Tests=1, 2 wallclock secs ( 0.02 usr 0.00 sys + 1.11 cusr 0.23 csys = 1.36 CPU) Result: FAIL 2. After applying the patch, I ran updatedatabase, flush_memcached and restart_all. I didn't run dbic as the updated schema files patch takes care of things (if I do run dbic I get an error when saving the record). 3. It is a while ago since I last tested. But I think when I made a change (for example, to a title), only the title had the history button. Now, every existing entry has one (excluding 000, 001, 005, 008). But I could be misremembering! -- 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/
