Skip to content
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

[AB2D-6305] - Implement a fix for job cancel polling response #1395

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

Rwolfe-Nava
Copy link
Contributor

🎫 Ticket

https://jira.cms.gov/browse/AB2D-6305

🛠 Changes

Added a case to the switch statement in StatusCommon for when a job is in canceled status. (Previously this just went to the default case which was returning a 500 error).
Added a function to get and create a proper response object for when status is canceled as outlined in [FHIR bulk data export guidelines]https://build.fhir.org/ig/HL7/bulk-data/export.html

ℹ️ Context

AB2D fails part of Version 0.10.0 of the Inferno Bulk Data Access Test Kit Specificallly, test 2.3.3.02. We get a failure when requesting the status of a job which has been cancled. The test is looking for a 404 response, but we instead return a 500.

🧪 Validation

To be deployed and tested on IMPL (WIP)

@Rwolfe-Nava Rwolfe-Nava requested a review from a team as a code owner September 16, 2024 14:25
@Rwolfe-Nava Rwolfe-Nava marked this pull request as draft September 16, 2024 14:27
@Rwolfe-Nava Rwolfe-Nava changed the title [WIP] [AB2D-6305] - Implement a fix for job cancel polling response [AB2D-6305] - Implement a fix for job cancel polling response Sep 25, 2024
@christopher-maboh christopher-maboh force-pushed the ab2d-6305-implement-fix-for-job-canceled-polling branch 3 times, most recently from e3a78bb to 15a2d84 Compare September 26, 2024 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants