[Koha-bugs] [Bug 30462] Should the background job list view hide index tasks by default?

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 28 09:07:39 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30462

--- Comment #28 from Jonathan Druart <jonathan.druart+koha at 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.


More information about the Koha-bugs mailing list