-
Notifications
You must be signed in to change notification settings - Fork 191
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
Re-enable integration tests across multiple versions of OpenSearch #154
Re-enable integration tests across multiple versions of OpenSearch #154
Conversation
2eb2732
to
ee9d6a1
Compare
bad7dcf
to
7c55d46
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @dblock for adding this!!
Just a few minor comments.
@@ -17,18 +17,23 @@ jobs: | |||
strategy: | |||
fail-fast: false | |||
matrix: | |||
java: [ 11 ] | |||
entry: | |||
- { opensearch_ref: '1.x', java: 11 } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to test against 1.x
branch as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We may be releasing security patches, e.g. 1.3.2, so yes.
Signed-off-by: dblock <[email protected]>
Signed-off-by: dblock <[email protected]>
Signed-off-by: dblock <[email protected]>
Signed-off-by: dblock <[email protected]>
Signed-off-by: dblock <[email protected]>
Signed-off-by: dblock <[email protected]>
Signed-off-by: dblock <[email protected]>
b2bf824
to
5fcddec
Compare
- { opensearch_version: 1.2.2, java: 11 } | ||
- { opensearch_version: 1.2.3, java: 11 } | ||
- { opensearch_version: 1.2.4, java: 11 } | ||
- { opensearch_version: 1.3.0, java: 11 } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry I missed this earlier, you can also add 1.3.1
in here - on 1.x
branch we have https://github.com/opensearch-project/opensearch-java/blob/1.x/.github/workflows/test-integration.yml.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: dblock <[email protected]>
Signed-off-by: dblock <[email protected]>
Signed-off-by: dblock [email protected]
Description
Issues Resolved
Partially addresses #152.
Check List
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.