Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
When I want to run the integration tests with
./gradlew check
I've got an error message:and the test are not started.
Issues Resolved
The error message is a bit misleading, we are trying to download artifacts from
https://apache.osuosl.org/
but the required versions are not available anymore. After updating the version numbers I've got new errors:I can fix this with a
gradle.properties
change.The next error message is keytab releated
We need to create keytabs at the beginning. I've also fixed this.
Finally I've got the following error message:
I'm not too familiar with this API but I have the feeling that this is some ancient code from elasticsearch and opensearch have a different API.
Can someone with opensearch experience help here?
-Was it possible to run these tests ever? Some of my fixes indicates that it's not working for a long time.
-Is it worth committing this half-solution? At least we can start the tests and some of them are working with this.
-I think it would be better to fix this
no handler for uri
error. Can someone help me what is the correct API here?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.