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

Improve jacoco coverage in datasources module. #1756

Open
vamsi-amazon opened this issue Jun 20, 2023 · 0 comments
Open

Improve jacoco coverage in datasources module. #1756

vamsi-amazon opened this issue Jun 20, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@vamsi-amazon
Copy link
Member

Is your feature request related to a problem?
In the current state, test coverage is not present for Rest Action handlers in datasources module. It requires use of
testImplementation group: 'org.opensearch.test', name: 'framework', version: "${opensearch_version}". This library is causing issues with existing Mockito Framework and all the other UTs are failing.

What solution would you like?
Incorporate testImplementation group: 'org.opensearch.test', name: 'framework', version: "${opensearch_version}" and fix UTs in datasources module.

What alternatives have you considered?
We can create UTs without relying on testImplementation group: 'org.opensearch.test', name: 'framework', version: "${opensearch_version}"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant