-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Concurrent Segment Search] Enable Search ITs with Concurrent Segment Search #7440
Comments
@yigithub Please make sure to add the details for this issues |
Adding some more details -- As of #7356 there are now 3 ways to control Concurrent Segment Search: 1.) Feature Flag (Not Dynamic) 2.) Dynamic Cluster Setting 3.) Dynamic Index Setting Currently, the Feature Flag is disabled for (almost) all java ITs so we do not have automated test coverage for concurrent search. The goal of this task is to come up with a way to automatically run the java ITs with concurrent segment search enabled. Off the top of my head one solution is to enable the Concurrent Segment Search Feature Flag and then parameterize the tests using the dynamic cluster setting. However we would like to avoid adding the parameterization code to every single test if possible, so it would be good to come up with a solution where all of the controls are in one place. |
I will be working on this. |
Created an issue with EE team to ask about a custom jenkins job to run the following command that run the entire test suite with concurrent search enabled: |
Remaining tasks are tracked in #9443 |
Currently Search ITs do not run with Concurrent Search feature. We need to identify and enable the suite of existing IT that needs to run with this feature.
The text was updated successfully, but these errors were encountered: