-
Notifications
You must be signed in to change notification settings - Fork 70
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
Update neural_query_enricher bwc tests #652
Update neural_query_enricher bwc tests #652
Conversation
Signed-off-by: zhichao-aws <zhichaog@amazon.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #652 +/- ##
============================================
+ Coverage 84.04% 84.19% +0.14%
+ Complexity 744 743 -1
============================================
Files 59 59
Lines 2313 2309 -4
Branches 374 370 -4
============================================
Hits 1944 1944
Misses 214 214
+ Partials 155 151 -4 ☔ View full report in Codecov by Sentry. |
Signed-off-by: zhichao-aws <zhichaog@amazon.com>
Looks good to me. |
...ng-upgrade/src/test/java/org/opensearch/neuralsearch/bwc/NeuralQueryEnricherProcessorIT.java
Show resolved
Hide resolved
* update neural_query_enricher bwc Signed-off-by: zhichao-aws <zhichaog@amazon.com> * changelog Signed-off-by: zhichao-aws <zhichaog@amazon.com> * nit Signed-off-by: zhichao-aws <zhichaog@amazon.com> --------- Signed-off-by: zhichao-aws <zhichaog@amazon.com> (cherry picked from commit 4b71e49)
* update neural_query_enricher bwc Signed-off-by: zhichao-aws <zhichaog@amazon.com> * changelog Signed-off-by: zhichao-aws <zhichaog@amazon.com> * nit Signed-off-by: zhichao-aws <zhichaog@amazon.com> --------- Signed-off-by: zhichao-aws <zhichaog@amazon.com> (cherry picked from commit 4b71e49) Co-authored-by: zhichao-aws <zhichaog@amazon.com>
Description
After the backport PR of #614 get merged, we should update the bwc tests for neural_query_enricher neural_sparse search. Update the behavior of old cluster in version 2.13.
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.