https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35507 --- Comment #17 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Lots of fun here in the meantime. Discovered that we miss a rollback in Plugins.t too. And running prove Plugins.t ends up with additional data in a clean master install: +----------------------------------------+-----------------------+--------------+ | plugin_class | plugin_key | plugin_value | +----------------------------------------+-----------------------+--------------+ | Koha::Plugin::BadAPIRoute | __INSTALLED_VERSION__ | 0.01 | | Koha::Plugin::MarcFieldValues | __INSTALLED_VERSION__ | 1 | | Koha::Plugin::Test | __ENABLED__ | 0 | | Koha::Plugin::Test | __INSTALLED__ | 1 | | Koha::Plugin::Test | __INSTALLED_VERSION__ | v1.01 | | Koha::Plugin::TestItemBarcodeTransform | __INSTALLED_VERSION__ | 1.01 | +----------------------------------------+-----------------------+--------------+ Still WIP -- You are receiving this mail because: You are watching all bug changes.