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

Identify alternative approaches to building rest client when setting up SecurityRestTestCase #3833

Open
DarshitChanpura opened this issue Dec 13, 2023 · 1 comment
Labels
triaged Issues labeled as 'Triaged' have been reviewed and are deemed actionable.

Comments

@DarshitChanpura
Copy link
Member

Description

The sanity tests currently use OpenSearchRestTestCase.java to set up the client information to be used to test REST API calls against a remote cluster. This requires the client to be setup before the test executes. This hampers our ability to test with different clients.
Investigate better alternatives, if any, to prevent this.

What is expected?

If an alternative is found, a follow-up issue to be filed to make the changes. If none found, close this issue with an explaining comment.

@github-actions github-actions bot added the untriaged Require the attention of the repository maintainers and may need to be prioritized label Dec 13, 2023
@peternied peternied added triaged Issues labeled as 'Triaged' have been reviewed and are deemed actionable. and removed untriaged Require the attention of the repository maintainers and may need to be prioritized labels Dec 18, 2023
@peternied
Copy link
Member

[Triage] thanks for filing, this would be a good improvement

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triaged Issues labeled as 'Triaged' have been reviewed and are deemed actionable.
Projects
None yet
Development

No branches or pull requests

2 participants