We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Integration tests that are using gradle command testClusters.integTest are failing in CI with exception
» java.lang.NoClassDefFoundError: org/opensearch/core/common/Strings » at org.opensearch.knn.index.query.KNNQueryBuilder.<init>(KNNQueryBuilder.java:68)
That is after PR that addresses this issue has been merged (opensearch-project/k-NN#904). Here is code ref to import in the class mentioned in exception https://github.com/opensearch-project/k-NN/blob/main/src/main/java/org/opensearch/knn/index/query/KNNQueryBuilder.java#L9.
Here is gradle script that runs cluster that failing: https://github.com/opensearch-project/k-NN/blob/main/build.gradle#L256
To Reproduce Run CI action "[Build and Test k-NN]" in plugin CI https://github.com/opensearch-project/k-NN/actions
Example of failed run: https://github.com/opensearch-project/k-NN/actions/runs/5026347104/jobs/9014512813?pr=904
It's reproducible in plugin locally, get latest k-NN from https://github.com/opensearch-project/k-NN, clean gradle and maven caches and run ./gradlew integTest
./gradlew integTest
Plugins Same behavior for knn and neural-search plugins
Additional context Team has addressed issues related to refactoring in core under PR #7508
Initial assumption was that change is not yet propagated to all repositories, however it's highly unlikely as original PR has been merged on 5/18.
The text was updated successfully, but these errors were encountered:
Is this because the snapshot build hasn't been published, or something like that?
Sorry, something went wrong.
Rechecked today, it's working now. I'm not sure what happened, it's ok to close this now.
No branches or pull requests
Describe the bug
Integration tests that are using gradle command testClusters.integTest are failing in CI with exception
That is after PR that addresses this issue has been merged (opensearch-project/k-NN#904). Here is code ref to import in the class mentioned in exception https://github.com/opensearch-project/k-NN/blob/main/src/main/java/org/opensearch/knn/index/query/KNNQueryBuilder.java#L9.
Here is gradle script that runs cluster that failing:
https://github.com/opensearch-project/k-NN/blob/main/build.gradle#L256
To Reproduce
Run CI action "[Build and Test k-NN]" in plugin CI https://github.com/opensearch-project/k-NN/actions
Example of failed run: https://github.com/opensearch-project/k-NN/actions/runs/5026347104/jobs/9014512813?pr=904
It's reproducible in plugin locally, get latest k-NN from https://github.com/opensearch-project/k-NN, clean gradle and maven caches and run
./gradlew integTest
Plugins
Same behavior for knn and neural-search plugins
Additional context
Team has addressed issues related to refactoring in core under PR #7508
Initial assumption was that change is not yet propagated to all repositories, however it's highly unlikely as original PR has been merged on 5/18.
The text was updated successfully, but these errors were encountered: