28 Jul
2022
28 Jul
'22
9:07 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30462 --- Comment #28 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- (In reply to Katrin Fischer from comment #27)
Can I please have a test plan for this one? I don't know much about the background jobs yet, so I wonder what the best way would be to ensure I have a completed and a queued job?
You can use one of these methods: 1. batch mod a long list of items 2. add a sleep in the ->process method of one of the Koha::BackgroundJob modules 3. modify in DB directly to simulate a running job: set status="new", ended_on=null -- You are receiving this mail because: You are watching all bug changes.