-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong http status when Job is running #279
Comments
Backend implementation is done, 206 http status is returned when job is running: |
No issues could be found during QA-review. IRS-job requests are responsed with http code 206 as long as the desired job is in status RUNNING, independent from returnUncompletedJob settings. Tavern tests are adjusted and one more created, please see PR #649. |
PO acceptance of behalf of @jzbmw all AC is done. |
…sts-to-http-206-code feature/#279: Added and adjusted tavern tests to http code 206 for running jobs
Description
According to documentation and swagger contract we should return 206 http status, but currently we are returning 200 when job is still running.
Hint
Tasks
Current behavior
200 http status is being returned
Expected behavior
Return 206 HTTP status
Outcome
Ticket is ready for PO-review.
The text was updated successfully, but these errors were encountered: