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

fix: Deadlock fix with song and score #139

Merged
merged 1 commit into from
Feb 13, 2019

Conversation

rtisma
Copy link
Contributor

@rtisma rtisma commented Feb 13, 2019

When song tries to publish, it calls the download endpoint on score. Since the analysis is currently
UNPUBLISHED and score will only allow downloads for PUBLISHED files, therefore song cannot publish
because score only allows published files to be download. Fix was to add a new path param, that will
return object spec WITHOUT urls.

Test was not included, as it required stubbing out the entire universe.

related to #140

When song tries to publish, it calls the download endpoint on score. Since the analysis is currently
UNPUBLISHED and score will only allow downloads for PUBLISHED files, therefore song cannot publish
because score only allows published files to be download. Fix was to add a new path param, that will
return object spec WITHOUT urls.
@rtisma rtisma added the bug Something isn't working label Feb 13, 2019
@rtisma rtisma added this to the ARGO - Sprint 1904 milestone Feb 13, 2019
@rtisma rtisma self-assigned this Feb 13, 2019
@rtisma rtisma requested a review from andricDu February 13, 2019 14:26
@rtisma rtisma added the review label Feb 13, 2019
@rtisma rtisma changed the title fix: Deadlong fix with song and score fix: Deadlock fix with song and score Feb 13, 2019
@andricDu andricDu merged commit fa495ea into develop Feb 13, 2019
@andricDu andricDu removed the review label Feb 13, 2019
@andricDu andricDu deleted the hotfix/score-song-publish-deadlock branch February 13, 2019 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants