Closed mayaCostantini closed 2 years ago
Describe the bug
The retrieve_unsolvable_python_packages method used to analyze unsolved packages does not exist anymore, which causes an internal server error when trying to schedule an analysis via the /solver/python/unsolvable endpoint. https://github.com/thoth-station/management-api/blob/a9201518a6907324ae7b8d56eb430935cc70bd87/thoth/management_api/api_v1.py#L431
retrieve_unsolvable_python_packages
/solver/python/unsolvable
To Reproduce
Go to the endpoint above (stage environment) and schedule an unsolved packages analysis.
Expected behavior
Unsolved package analysis implementation is up-to-date with methods present in storages.
/kind bug /priority critical-urgent /sig stack-guidance
Describe the bug
The
retrieve_unsolvable_python_packages
method used to analyze unsolved packages does not exist anymore, which causes an internal server error when trying to schedule an analysis via the/solver/python/unsolvable
endpoint. https://github.com/thoth-station/management-api/blob/a9201518a6907324ae7b8d56eb430935cc70bd87/thoth/management_api/api_v1.py#L431To Reproduce
Go to the endpoint above (stage environment) and schedule an unsolved packages analysis.
Expected behavior
Unsolved package analysis implementation is up-to-date with methods present in storages.