Skip to content
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

Adding filter type to filtering release configs #792

Conversation

martin-gaievski
Copy link
Member

Description

Current release configs for filtering do not have filter type, this means they we're using default value SCRIPT that is for score scripting with exact k-NN search (docs on filtering test step). This is a gap in initial implementation, intended filter type is FILTER, it uses filtering logic based on Lucene implementation.

Issues Resolved

Identified during k-NN 2.6 release

Check List

  • All tests pass
  • Commits are signed as per the DCO using --signoff

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.

@martin-gaievski martin-gaievski added Infrastructure Changes to infrastructure, testing, CI/CD, pipelines, etc. backport 2.x v2.7.0 labels Mar 7, 2023
@martin-gaievski martin-gaievski requested a review from a team March 7, 2023 17:43
@codecov-commenter
Copy link

Codecov Report

Merging #792 (9345dbb) into main (e9dd3e0) will not change coverage.
The diff coverage is n/a.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff            @@
##               main     #792   +/-   ##
=========================================
  Coverage     85.14%   85.14%           
  Complexity     1079     1079           
=========================================
  Files           151      151           
  Lines          4370     4370           
  Branches        390      390           
=========================================
  Hits           3721     3721           
  Misses          472      472           
  Partials        177      177           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

navneet1v
navneet1v previously approved these changes Mar 7, 2023
@navneet1v
Copy link
Collaborator

@martin-gaievski can you fix the BWC test also which are failing. We need to now test upgrade from 2.7 to 3.

VijayanB
VijayanB previously approved these changes Mar 7, 2023
@martin-gaievski
Copy link
Member Author

martin-gaievski commented Mar 7, 2023

@martin-gaievski can you fix the BWC test also which are failing. We need to now test upgrade from 2.7 to 3.

@VijayanB will do a separate PR for BWC and 2.7, I'll rebase once that change is merged.

@VijayanB
Copy link
Member

VijayanB commented Mar 7, 2023

Created PR #793 for bwc upgrade

Signed-off-by: Martin Gaievski <gaievski@amazon.com>
@martin-gaievski martin-gaievski dismissed stale reviews from VijayanB and navneet1v via c65921a March 13, 2023 19:19
@martin-gaievski martin-gaievski force-pushed the add-filter-type-to-release-test-configs branch from 9345dbb to c65921a Compare March 13, 2023 19:19
@martin-gaievski martin-gaievski merged commit e4cf3d4 into opensearch-project:main Mar 13, 2023
opensearch-trigger-bot bot pushed a commit that referenced this pull request Mar 13, 2023
Signed-off-by: Martin Gaievski <gaievski@amazon.com>
(cherry picked from commit e4cf3d4)
martin-gaievski added a commit that referenced this pull request Mar 13, 2023
Signed-off-by: Martin Gaievski <gaievski@amazon.com>
(cherry picked from commit e4cf3d4)

Co-authored-by: Martin Gaievski <gaievski@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x Infrastructure Changes to infrastructure, testing, CI/CD, pipelines, etc. v2.7.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants