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

GET /api/repositories/get_repository_revision_install_info fails on the Test ToolShed #15120

Closed
nsoranzo opened this issue Dec 6, 2022 · 1 comment

Comments

@nsoranzo
Copy link
Member

nsoranzo commented Dec 6, 2022

Describe the bug
The following API call currently fails on the Test ToolShed with an Internal Server Error (500):

GET https://testtoolshed.g2.bx.psu.edu/api/repositories/get_repository_revision_install_info?name=bowtie2&owner=devteam&changeset_revision=aceaf1d94d2d

Changing repo/revision doesn't seem to help. Similar queries on the main ToolShed pass.

Found via BioBlend tests, e.g. https://github.com/galaxyproject/bioblend/actions/runs/3625093047/jobs/6112748992

Maybe related to the toolshed code refactorings by @jmchilton ?

To Reproduce
Steps to reproduce the behavior:

  1. Visit https://testtoolshed.g2.bx.psu.edu/api/repositories/get_repository_revision_install_info?name=bowtie2&owner=devteam&changeset_revision=aceaf1d94d2d

Additional context

This endpoint is listed in lib/tool_shed/test/functional/api_notes.md as candidate for deletion, would need to be deprecated in BioBlend in case.

@nsoranzo
Copy link
Member Author

nsoranzo commented Dec 7, 2022

Fixed by a Test ToolShed admin, it wasn't due to the refactorings.

@nsoranzo nsoranzo closed this as completed Dec 7, 2022
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

No branches or pull requests

1 participant