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

[Backport 1.3] Minimum viable integration tests framework #3649

Merged
merged 4 commits into from
Nov 9, 2023

Conversation

peternied
Copy link
Member

Description

We've been authoring our new test cases in the integration test framework that tackle difficult problems that we've been unable to validate in the older framework around concurrency and environment configuration. As part of getting the fix for handling unauthenticated requests better - those tests were written in the new framework, backporting it into 1.3 so we can pull everything in.

For review you might want to start with 87323d5 which shows the modifications from the bulk import.

Issues Resolved

Testing

Also included the test workflows

Check List

  • New functionality includes testing
  • New functionality has been documented
  • 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: Peter Nied <petern@amazon.com>
Signed-off-by: Peter Nied <petern@amazon.com>
Signed-off-by: Peter Nied <petern@amazon.com>
Signed-off-by: Peter Nied <petern@amazon.com>
@peternied peternied merged commit 0a254ea into opensearch-project:1.3 Nov 9, 2023
19 checks passed
@peternied peternied deleted the integrationTests-1.3 branch November 9, 2023 17:16
peternied added a commit to peternied/security that referenced this pull request Nov 30, 2023
…-project#3649)

We've been authoring our new test cases in the integration test
framework that tackle difficult problems that we've been unable to
validate in the older framework around concurrency and environment
configuration. As part of getting the fix for handling unauthenticated
requests better - those tests were written in the new framework,
backporting it into 1.3 so we can pull everything in.

Signed-off-by: Peter Nied <petern@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants