https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42733
--- Comment #4 from Jonathan Druart <[email protected]> --- Created attachment 199756 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=199756&action=edit Bug 42733: Job progress fix waitForJobFinished previously had no handling for failed jobs or non-200 responses — if the job API returned anything unexpected, the recursive cy.wait() would silently stall waiting for a 2nd poll that never came, producing a confusing timeout. Adds an explicit "failed" status check and updates the intercept to reproduce the exact CI failure (Apache returning 503 during reset_all). Signed-off-by: Jonathan Druart <[email protected]> -- 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/
