[Koha-bugs] [Bug 21073] Improve plugin performance

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 3 21:20:12 CEST 2019


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

Tomás Cohen Arazi <tomascohen at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at bugs.koha-c
                   |                            |ommunity.org

--- Comment #34 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
The changes I made make it only consider the plugins in t/lib/Koha/Plugin,
instead of taking those and also any installed plugin into account (so tests
don't depend on setup/env).

But I still cannot get the rollback to be effective.

Symptom:
> DELETE FROM plugin_methods;
k$ prove t/db_dependent/Plugins.t
> SELECT * FROM plugin_methods;
=> FAIL: methods from the test plugins.

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


More information about the Koha-bugs mailing list