https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40943 --- Comment #24 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 189004 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=189004&action=edit Bug 40943: Fix Koha/BackgroundJob.t We should not log/leak session_id! Failed test 'Context set from userenv + interface' at t/db_dependent/Koha/BackgroundJob.t line 132. Structures begin differing at: $got->{session_id} = undef $expected->{session_id} = Does not exist Looks like you failed 1 test of 10. Failed test 'enqueue() tests' at t/db_dependent/Koha/BackgroundJob.t line 135. Failed test 'Userenv set from job context on process' at t/db_dependent/Koha/BackgroundJob.t line 240. Structures begin differing at: $got->{session_id} = undef $expected->{session_id} = Does not exist Looks like you failed 1 test of 5. -- You are receiving this mail because: You are watching all bug changes.