You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently only test saving and then loading a BentoService with the artifact type being tested within the same python session. We would like to extend the coverage to fully testing the generated API server docker image, and make sure the artifact can be loaded in the docker environment, and the API server is functioning as expected.
Hi @parano! Thanks for the tag. Just commenting to say I've started to work on this, so feel free to assign me! My plan is to start with the updated #721, and once that looks good, continue on to other artifact types. :)
There are currently 3 model artifact integration tests under the
test/integration/
directory: https://github.com/bentoml/BentoML/tree/e656c2d79965535eaa8228f925b0578520038528/tests/integrationWe currently only test saving and then loading a BentoService with the artifact type being tested within the same python session. We would like to extend the coverage to fully testing the generated API server docker image, and make sure the artifact can be loaded in the docker environment, and the API server is functioning as expected.
See related discussions here: #876
Related tickets for more artifact integration tests:
cc @joshuacwnewton
The text was updated successfully, but these errors were encountered: