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

Adjusted integ tests for when security is enabled. #1528

Merged
merged 2 commits into from
Apr 30, 2024

Conversation

AWSHurneyt
Copy link
Collaborator

Issue #, if available:

Description of changes:
Adjusted integ tests for when security is enabled.

CheckList:

  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
assertEquals(expectedNames.size, indexes.keys.size)

// Skipping this assert when security is enabled as it doesn't consider the existence of system indexes.
if (!securityEnabled()) assertEquals(expectedNames.size, indexes.keys.size)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice find. We could try to compute the correct value when security is enabled rather than skipping this assert but that could end up being a moving target if new system indices are added down the line

@AWSHurneyt AWSHurneyt merged commit e7e7725 into opensearch-project:main Apr 30, 2024
18 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Apr 30, 2024
* Adjusted integ tests for when security is enabled.

Signed-off-by: AWSHurneyt <hurneyt@amazon.com>

* Adjusted integ tests for when security is enabled.

Signed-off-by: AWSHurneyt <hurneyt@amazon.com>

---------

Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
(cherry picked from commit e7e7725)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
opensearch-trigger-bot bot pushed a commit that referenced this pull request Apr 30, 2024
* Adjusted integ tests for when security is enabled.

Signed-off-by: AWSHurneyt <hurneyt@amazon.com>

* Adjusted integ tests for when security is enabled.

Signed-off-by: AWSHurneyt <hurneyt@amazon.com>

---------

Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
(cherry picked from commit e7e7725)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AWSHurneyt pushed a commit that referenced this pull request Apr 30, 2024
* Adjusted integ tests for when security is enabled.



* Adjusted integ tests for when security is enabled.



---------


(cherry picked from commit e7e7725)

Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AWSHurneyt pushed a commit that referenced this pull request Apr 30, 2024
* Adjusted integ tests for when security is enabled.



* Adjusted integ tests for when security is enabled.



---------


(cherry picked from commit e7e7725)

Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants