Skip to content

Commit

Permalink
Fixed test cases for concurrent search
Browse files Browse the repository at this point in the history
	Fixed test cases
	Updated fix for TransportTwoNodesSearchIT test cases
	Updated test cases and muted flaky tests
	Move indexRandomForConcurrentSearch call into prepareData

Signed-off-by: Ethan Emoto <[email protected]>
  • Loading branch information
e-emoto committed Nov 7, 2023
1 parent 3419d35 commit 3cb0ac0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ private Set<String> prepareData(int numShards) throws Exception {
fullExpectedIds.add(Integer.toString(i));
}
refresh();
indexRandomForConcurrentSearch("test");
return fullExpectedIds;
}

Expand Down

0 comments on commit 3cb0ac0

Please sign in to comment.