https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30462
--- Comment #28 from Jonathan Druart <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
