t/db_dependent/Koha/BackgroundJob.t fails on D9 and D10 : koha_1 | # Failed test 'No tests run for subtest "decoded_data() and set_encoded_data() tests"' koha_1 | # at t/db_dependent/Koha/BackgroundJob.t line 169. koha_1 | hash- or arrayref expected (not a simple scalar, use allow_nonref to allow this) at /kohadevbox/koha/Koha/BackgroundJob.pm line 262. koha_1 | # Looks like your test exited with 255 just after 4.
Created attachment 134920 [details] [review] Bug 30734: Fix BackgroundJob.t Added test for empty string or undefined. We could still consider evaling the json operations. Test plan: Run t/db_dependent/Koha/BackgroundJob.t Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Trivial: self SO
Why only on D9 and D10?
(In reply to Jonathan Druart from comment #3) > Why only on D9 and D10? Apparently, Fridolin saw it there. But it could be removed imo.
(In reply to Marcel de Rooy from comment #4) > (In reply to Jonathan Druart from comment #3) > > Why only on D9 and D10? > > Apparently, Fridolin saw it there. But it could be removed imo. I don't recreate on D11, so I think it's valid for D9 and D10 only, but I don't understand why
(In reply to Jonathan Druart from comment #5) > (In reply to Marcel de Rooy from comment #4) > > (In reply to Jonathan Druart from comment #3) > > > Why only on D9 and D10? > > > > Apparently, Fridolin saw it there. But it could be removed imo. > > I don't recreate on D11, so I think it's valid for D9 and D10 only, but I > don't understand why Could be related to the JSON module version on D11
Could we say it is passed QA ?
(In reply to Fridolin Somers from comment #7) > Could we say it is passed QA ? It is a trivial patch and you are RM :)
I want my jenkins green. Passed QA
Pushed to master for 22.05, thanks to everybody involved [U+1F984]