Implement delete_versioned_model API (#602) #6
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Implement delete_versioned_model API
Remove the specified versions of the specified models from Clipper internal.
Implemented
unregister_versioned_models
Clipper API in clipper_admin.delete_versioned_model
Management-Frontend API.Fix build error
Fix unit test error
Refactor TaskExecutor and fix bugs
Enhance the clean-up steps about useless model container
Add VersionedModelId to registered_containers_
Fix threadpool's bug
Call unregister_versioned_models() when stopped model containers
Update clipper_admin_tests.py
Fix TaskExecutor's bug
Change _unregister_versioned_models API to private at clipper_admin
Add three unittests to management_frontend_tests
TestDeleteVersionedModelCorrect
TestDeleteVersionedModelMissingField
TestDeleteVersionedModelForNonexistentModel
Fix build errors
Add one unittest to management_frontend_tests
TestDeleteVersionedModelForInvalidModel
Fix TestDeleteVersionedModelCorrect unittest
Fix build error
Fix build error