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

Automate testing of all models via API #2

Open
suurinie opened this issue Sep 28, 2022 · 1 comment
Open

Automate testing of all models via API #2

suurinie opened this issue Sep 28, 2022 · 1 comment
Assignees

Comments

@suurinie
Copy link
Collaborator

We should fetch the list of predictor ID's and run the API test requests for these, because then

  • None of the models is forgotten by accident
  • there will be no typos in identifiers.
@villerantanen villerantanen self-assigned this Sep 28, 2022
@villerantanen
Copy link
Collaborator

There is already a route for this in the API: /health/ready/?model=[model]
and /healthz/ that for-loops over models.

All I really have to do is add proper exceptions, and make the end points return something more sensible than generic error.

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

2 participants