https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37510
Tomás Cohen Arazi <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #6 from Tomás Cohen Arazi <[email protected]> --- (In reply to Pedro Amorim from comment #3) > Tests fail even after 2nd patch: > > t/db_dependent/Koha/Object.t .. 22/23 > # Failed test 'threw Koha::Exception' > # at t/db_dependent/Koha/Object.t line 1253. > # expecting: Koha::Exception > # found: normal exit > DBIx::Class::Row::update(): Can't update > Koha::Schema::Result::BiblioMetadata=HASH(0x63aab4788218): row not found at > /kohadevbox/koha/Koha/Object.pm line 172 That's interesting. It seems to me that you don't have 37419 applied and/or missing an `updatedatabase` run. Can you retry with the newer patch (just changed the exception thrown) and provide me more context on how you're running it? Also MariaDB/MySQL version would be helpful. I've tested this with: ```shell $ docker ps | grep db-1 150d15b3232b arm64v8/mariadb:10.5 ... d2812db856b1 arm64v8/mysql:8.0 ... ``` -- 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/
