File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
server/src/test/java/org/elasticsearch/action/admin/indices/create Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2424import org .apache .lucene .search .SortedSetSelector ;
2525import org .apache .lucene .search .SortedSetSortField ;
2626import org .apache .lucene .search .join .ScoreMode ;
27+ import org .apache .lucene .util .LuceneTestCase ;
2728import org .elasticsearch .Version ;
2829import org .elasticsearch .action .admin .cluster .state .ClusterStateRequest ;
2930import org .elasticsearch .action .admin .cluster .state .ClusterStateResponse ;
6667import java .util .List ;
6768import java .util .Set ;
6869import java .util .function .BiFunction ;
69- import java .util .function .IntFunction ;
7070import java .util .stream .IntStream ;
7171
7272import static org .elasticsearch .common .xcontent .XContentFactory .jsonBuilder ;
8080import static org .hamcrest .Matchers .greaterThanOrEqualTo ;
8181
8282
83+ @ LuceneTestCase .AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/30416" )
8384public class SplitIndexIT extends ESIntegTestCase {
8485
8586 @ Override
@@ -259,7 +260,6 @@ public void assertAllUniqueDocs(SearchResponse response, int numDocs) {
259260 assertEquals (numDocs , ids .size ());
260261 }
261262
262- @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/30432" )
263263 public void testSplitIndexPrimaryTerm () throws Exception {
264264 final List <Integer > factors = Arrays .asList (1 , 2 , 4 , 8 );
265265 final List <Integer > numberOfShardsFactors = randomSubsetOf (scaledRandomIntBetween (1 , factors .size ()), factors );
You can’t perform that action at this time.
0 commit comments