thoth-station / management-api

An API service used for administration of deployed Thoth
GNU General Public License v3.0
3 stars 11 forks source link

Outdated implementation for unsolved packages analysis #889

Closed mayaCostantini closed 2 years ago

mayaCostantini commented 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

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.

mayaCostantini commented 2 years ago

/kind bug /priority critical-urgent /sig stack-guidance