-
Notifications
You must be signed in to change notification settings - Fork 143
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
update remote model auto deploy tests in predict runner #2237
Conversation
Signed-off-by: Xun Zhang <xunzh@amazon.com>
@Zhangxunmt suggest add some IT for auto deploy in https://github.com/opensearch-project/ml-commons/blob/main/plugin/src/test/java/org/opensearch/ml/rest/RestMLRemoteInferenceIT.java |
Yes will do that in a separate PR. This one unblocks the current build for us and other teams. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2237 +/- ##
============================================
- Coverage 81.90% 81.28% -0.63%
- Complexity 5719 5828 +109
============================================
Files 547 557 +10
Lines 23075 23810 +735
Branches 2378 2480 +102
============================================
+ Hits 18900 19354 +454
- Misses 3230 3432 +202
- Partials 945 1024 +79
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Xun Zhang <xunzh@amazon.com> (cherry picked from commit 1a8b6eb)
Signed-off-by: Xun Zhang <xunzh@amazon.com> (cherry picked from commit 1a8b6eb)
…roject#2237) Signed-off-by: Xun Zhang <xunzh@amazon.com>
Description
The old test of testExecuteTask_OnLocalNode_RemoteModel is not valid anymore after the auto deployment. This new test replace the old one with newest auto deployment.
Issues Resolved
[List any issues this PR will resolve]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.