[Koha-bugs] [Bug 35507] Fix handling plugins in unit tests causing random failures on Jenkins

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 14 15:50:24 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35507

--- Comment #54 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Created attachment 159846
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159846&action=edit
Bug 35507: Add Plugins::Method->delete

Delete record in plugin_data too and clear cache.

Note: Adding the singular delete, makes the plural loop and
call the singular in Koha::Objects. Clearing the cache is
done in the store_data call of Koha::Plugins.

Test plan:
Run prove $(git grep -l Koha::Plugin | grep -P "^t\/db")

Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list