-
Notifications
You must be signed in to change notification settings - Fork 149
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
[FEATURE] Improve test coverage for MLEngineClassLoader class #1377
Comments
This is is created for CCI. Feel free to pick this issue. Target is to increase the test coverage for this class. We already have some tests here We need to extend more tests. So if you have any question related to that, please ask. Thanks |
Sure, assigned it to you. |
You can do whenever you are ready to start coding. |
@vimalJD any update on this? |
@dhrubo-os Can you please assign this to me ? |
Assigned it to you. Thanks for looking into this. |
Improved the test coverage by adding the edge case. Some of the branch coverages which are mssing are unreachable code. The Function, ConnectorExecutor and Ingester values are non null. Resolves opensearch-project#1377 Signed-off-by: Abdul Muneer Kolarkunnu <[email protected]>
We need to improve test coverage in our repo.
This issue will target only to improve test coverage for MLEngineClassLoader.java class
From this url we can see where test coverage is missing for this class: https://app.codecov.io/gh/opensearch-project/ml-commons/blob/2.x/ml-algorithms%2Fsrc%2Fmain%2Fjava%2Forg%2Fopensearch%2Fml%2Fengine%2FMLEngineClassLoader.java
The text was updated successfully, but these errors were encountered: