opensearch-project / opensearch-project/security
[FEATURE] Use OpenSearch test scaffolding for integration tests
@reta is already working on this.
Since Feb 2, 2024.
- Dominant language
- Java
- Stars
- 252
- Forks
- 395
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 76
Description
Is your feature request related to a problem?
The security plugin has own integration test scaffolding to bootstrap and manage local clusters, however OpenSearch Core does provide the same (functionally wise) means using either through TestClusters plugin or OpenSearchInterTestCase base test case.
What solution would you like?
Consider using OpenSearch Core test scaffolding instead of maintaining own one.
What alternatives have you considered?
Keep this things same way
Do you have any additional context?
See please https://github.com/opensearch-project/security/pull/4003#discussion_r1471363846
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.