File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
server/src/internalClusterTest/java/org/opensearch/indices/state Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -391,6 +391,7 @@ public void testConcurrentClosesAndOpens() throws Exception {
391391 }
392392 refresh (indexName );
393393 assertIndexIsOpened (indexName );
394+ waitForReplication (indexName );
394395 assertHitCount (
395396 client ().prepareSearch (indexName ).setSize (0 ).setTrackTotalHitsUpTo (TRACK_TOTAL_HITS_ACCURATE ).get (),
396397 indexer .totalIndexedDocs ()
Original file line number Diff line number Diff line change 1010
1111import com .carrotsearch .randomizedtesting .annotations .ParametersFactory ;
1212
13- import org .apache .lucene .tests .util .LuceneTestCase ;
1413import org .opensearch .cluster .metadata .IndexMetadata ;
1514import org .opensearch .common .settings .Settings ;
1615import org .opensearch .core .common .unit .ByteSizeUnit ;
2524
2625import static org .opensearch .common .util .FeatureFlags .WRITABLE_WARM_INDEX_SETTING ;
2726
28- @ LuceneTestCase .AwaitsFix (bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/18695" )
2927public class RemoteCloseIndexIT extends CloseIndexIT {
3028
3129 public RemoteCloseIndexIT (Settings nodeSettings ) {
You can’t perform that action at this time.
0 commit comments