https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36873 --- Comment #14 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Tomás Cohen Arazi from comment #12)
(In reply to Katrin Fischer from comment #9)
I thought this might be a good candidate for the failing test:
https://jenkins.koha-community.org/job/Koha_Main/2954/testReport/junit/ (root)/t_db_dependent_Koha_Plugins_KitchenSink_t/ Fun_with_KitchenSink__Handler__delete__2283_/
not ok 1 - Fun with KitchenSink, Handler->delete
... but again it's passing for me locally.
I haven't found any relationship with this bug, unfortunately. What I was looking for were cases of ->delete being called with some parameter, and there aren't for plugin code.
The error was: koha_1 | Could not unlink /tmp/LSL387s/Koha/Plugin/Com/ByWaterSolutions/KitchenSink.pm.pm: No such file or directory at /kohadevbox/koha/Koha/Plugins/Handler.pm line 110. koha_1 | koha_1 | # Failed test 'Module file no longer found' koha_1 | # at t/db_dependent/Koha/Plugins/KitchenSink.t line 68. koha_1 | # Looks like you failed 1 test of 7. koha_1 | koha_1 | # Failed test 'Fun with KitchenSink, Handler->delete' koha_1 | # at t/db_dependent/Koha/Plugins/KitchenSink.t line 74. koha_1 | # Looks like you failed 1 test of 1. koha_1 | [17:50:24] t/db_dependent/Koha/Plugins/KitchenSink.t ................................... koha_1 | Dubious, test returned 1 (wstat 256, 0x100) Which is bug 21670. -- You are receiving this mail because: You are watching all bug changes.