Skip to content

Commit

Permalink
Removes EfSearch validation from rolling upgrade test for Mixed cluster
Browse files Browse the repository at this point in the history
state

Customers are not expected use the query with new parameters unless its
fully upgraded.

Signed-off-by: Tejas Shah <[email protected]>
  • Loading branch information
shatejas committed May 21, 2024
1 parent e041a98 commit 2a0af55
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public void testQueryANNIT() throws Exception {
break;
case MIXED:
validateKNNSearch(testIndex, TEST_FIELD, DIMENSIONS, NUM_DOCS, K);
validateKNNSearch(testIndex, TEST_FIELD, DIMENSIONS, NUM_DOCS, K, EF_SEARCH);
break;
case UPGRADED:
validateKNNSearch(testIndex, TEST_FIELD, DIMENSIONS, NUM_DOCS, K);
Expand Down

0 comments on commit 2a0af55

Please sign in to comment.