https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42504
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #13 from David Nind <[email protected]> --- I added a follow-up patch to increase the number of test from 45 to 46. Does this need to be tested with both Elasticsearch and Zebra? (I tested with es7.) I got these errors when running the commands from the "Simplify update_totalissues.pl" patch: perl misc/cronjobs/update_totalissues.pl --use-items -v -t main::process_query(): DBI Exception: DBD::mysql::st execute failed: Unknown column 'biblioitems.totalissues' in 'HAVING' at misc/cronjobs/update_totalissues.pl line 124 perl misc/cronjobs/update_totalissues.pl --use-items -v --commit=10 main::process_query(): DBI Exception: DBD::mysql::st execute failed: Unknown column 'biblioitems.totalissues' in 'HAVING' at misc/cronjobs/update_totalissues.pl line 124 Also, not sure if this is related, but there are current jobs showing under Administration > Jobs > Manage jobs (after checking an item out): - Status = New - Progress: null/1 - Type: Update Elasticsearch index Consolidated testing notes so far (using KTD with es7): 1. Apply all the patches 2. Update the database: updatedatabase 3. Restart everything: restart_all 4. Run these tests, they should pass: prove t/Biblio.t t/db_dependent/Biblio.t t/db_dependent/Koha/Biblio.t 5. Verify that the UpdateTotalIssuesOnCirc system preference no longer exists. 6. Test the incrementing of the "Checkouts" column in the holdings table: 6.1 Checkout an item to a patron 6.2 For the item checked out in the holding table, show the "Checkouts" column, this should now be 1 6.3 Check the item in and check it out again to the same patron 6.4 The "Checkouts" column for the item should now be 2 -- 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/
