opensearch-sdk-java
opensearch-sdk-java copied to clipboard
[FEATURE] Integration Testing for AD Extension
Is your feature request related to a problem?
With the current development of AD Extension on feature/extensions integration tests were commented to achieve the development work of AD Extension. This issue addresses such tests present here. Will keep on updating this issue as and when the tests have been covered.
Other tasks needed for IT:
- [x] Use test cluster setup from SDK from https://github.com/opensearch-project/opensearch-sdk-java/issues/589 to setup the local test cluster to run integration tests
- [x] Create
sdkRestClient()in OpenSearchIntegTests and use it for the integ tests of AD Extension. - [x] create
sdkClusterAdmin()for use inADIntegTestCase - [ ] create
sdkClusterService()for use inADIntegTestCase - [x] create
sdkAdmin()for use inADIntegTestCase
@joshpalis whats pending here?