Skip to content

Commit

Permalink
[BUG] Fix org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.…
Browse files Browse the repository at this point in the history
…test {p0=search/110_field_collapsing/field collapsing and search_after} flaky test (#7988) (#7990)

(cherry picked from commit 8015ff8)

Signed-off-by: Andriy Redko <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent bb4883b commit bf2f612
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ setup:
- do:
catch: /cannot use \`collapse\` in conjunction with \`search_after\`/
search:
allow_partial_search_results: false
rest_total_hits_as_int: true
index: test
body:
Expand All @@ -267,6 +268,7 @@ setup:
- do:
catch: /cannot use \`collapse\` in conjunction with \`rescore\`/
search:
allow_partial_search_results: false
rest_total_hits_as_int: true
index: test
body:
Expand Down

0 comments on commit bf2f612

Please sign in to comment.