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

Add Advance Post Filter Integ Tests Scenarios #694

Prev Previous commit
Next Next commit
Adding Martin Comments
Signed-off-by: Varun Jain <varunudr@amazon.com>
vibrantvarun committed Apr 18, 2024
commit 27cc05d82c66bc74765af6cab4c40bfa5441ed23
Original file line number Diff line number Diff line change
@@ -56,6 +56,8 @@ public class HybridQueryPostFilterIT extends BaseNeuralSearchIT {
private static final int lte_of_range_in_post_filter_query = 400;
private static final int gte_of_range_in_post_filter_query = 230;

// @Before is a workaround to save extra update cluster settings call to the cluster.
// @BeforeClass throws RuntimeException with initializationError
@Before
public void setUp() throws Exception {
super.setUp();