https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36736
--- Comment #21 from David Cook <[email protected]> --- I've had a go at writing the test, but I've actually made it so that even with the patch, the problem will still occur. I think because we wrap all our tests with transactions it makes the database connection stuff problematic. But then again... I'm having all kinds of weird database issues in this test. Like I'm inserting data before the transactions... and I still can't get the following to work: my @plugins = Koha::Plugins->new()->GetPlugins( { method => 'background_tasks', } ); But I've wasted way too much time on this already... I don't think I can work on this anymore. -- 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/
