-
Notifications
You must be signed in to change notification settings - Fork 107
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
Fix: integration tests with unreleased version of OpenSearch. #600
Fix: integration tests with unreleased version of OpenSearch. #600
Conversation
Signed-off-by: dblock <dblock@amazon.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #600 +/- ##
===========================================
+ Coverage 57.29% 67.99% +10.70%
===========================================
Files 315 376 +61
Lines 9823 8862 -961
===========================================
+ Hits 5628 6026 +398
+ Misses 2902 1555 -1347
+ Partials 1293 1281 -12
Flags with carried forward coverage won't be shown. Click here to find out more. |
Signed-off-by: dblock <dblock@amazon.com>
I am confused to how this passed before and is failing now. @Jakob3xD maybe?
|
Got this endpoint maybe removed in the upstream Opensearch? |
e0b86f4
to
f4454ee
Compare
It's the other way around. The The reason why tests were passing in 1.x before is because we were actually running against OpenSearch 3.x (main). The workflow is simply incorrect and uses
after the fix we correctly pickup the 1.x branch
|
7bf5ad3
to
ad74978
Compare
Signed-off-by: dblock <dblock@amazon.com>
ad74978
to
3e3fefd
Compare
@Jakob3xD this is ready |
Description
Similar to opensearch-project/opensearch-py#798, needs a different JDK depending on branch.
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.