https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19009 --- Comment #1 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 65357 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65357&action=edit Bug 19009: Fix random failures from Circulation.t
From jenkins output: Subtest: CanBookBeIssued + Koha::Patron->is_debarred<7c>has_overdues 1..8 not ok 1 [SKIP]
I executed it several times and display the different $error, $alerts and question keys. GNA and RESTRICTED were sometimes set, which block the issue. Reading the code it seems that some patron's attributes must be removed to avoid the checkin rejection. Test plan: Execute the tests several times and notice that it fails randomly With this patch they should always pass. -- You are receiving this mail because: You are watching all bug changes.