https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41921 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #74 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- (In reply to Lucas Gass (lukeg) from comment #67) This is the one bit of this test plan that didn't work for me. When I set that limit in the koha-conf and started one long report running I was still able to get results via the svc URL
3) Set total_running_reports_per_instance_limit to 1 in koha-conf.xml 4) Start a long report through the staff UI ( e.g. "SELECT SLEEP(120)" ) 5) Browse to /cgi-bin/koha/svc/report?id=N (while authenticated) and confirm the response is 429 with body {"error":"total_running_reports_per_instance_limit_exceeded"} 6) Browse to /cgi-bin/koha/opac/svc/report?id=N (while logged out) and confirm the same 429 response 7) Reset the limit 8) Repeat steps 4-6 9) Confirm normal JSON results
-- You are receiving this mail because: You are watching all bug changes.