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
Currently in k-NN plugin there are BWC tests added for different engine and algorithms to ensure that we are able to catch any BWC issues with the new changes that happening in k-NN plugin. But for Lucene engine no BWC tests have been found. Ref1: https://github.com/opensearch-project/k-NN/blob/main/qa/restart-upgrade/src/test/java/org/opensearch/knn/bwc/IndexingIT.java
Ref2: https://github.com/opensearch-project/k-NN/blob/main/qa/rolling-upgrade/src/test/java/org/opensearch/knn/bwc/IndexingIT.java
The aim of this issue is to add the BWC tests for Lucene Engine.
The text was updated successfully, but these errors were encountered:
Hi Navneet, I would like to be assigned this issue!
Sorry, something went wrong.
buddharajusahil
Successfully merging a pull request may close this issue.
Description
Currently in k-NN plugin there are BWC tests added for different engine and algorithms to ensure that we are able to catch any BWC issues with the new changes that happening in k-NN plugin. But for Lucene engine no BWC tests have been found.
Ref1: https://github.com/opensearch-project/k-NN/blob/main/qa/restart-upgrade/src/test/java/org/opensearch/knn/bwc/IndexingIT.java
Ref2: https://github.com/opensearch-project/k-NN/blob/main/qa/rolling-upgrade/src/test/java/org/opensearch/knn/bwc/IndexingIT.java
The aim of this issue is to add the BWC tests for Lucene Engine.
The text was updated successfully, but these errors were encountered: