Skip to content

Commit

Permalink
Skipping TruncatedRecoveryIT as we sync segments once from remote sto…
Browse files Browse the repository at this point in the history
…re and download all data for this test case
  • Loading branch information
gbbafna committed Sep 3, 2023
1 parent 49ce212 commit f7a8bdd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
package org.opensearch.recovery;

import org.apache.lucene.tests.util.English;
import org.apache.lucene.tests.util.LuceneTestCase;
import org.apache.lucene.tests.util.LuceneTestCase.SuppressCodecs;
import org.opensearch.action.admin.cluster.node.stats.NodeStats;
import org.opensearch.action.admin.cluster.node.stats.NodesStatsResponse;
Expand Down Expand Up @@ -63,6 +64,7 @@
import static org.opensearch.test.hamcrest.OpenSearchAssertions.assertHitCount;
import static org.hamcrest.Matchers.greaterThanOrEqualTo;

@LuceneTestCase.AwaitsFix(bugUrl = "Remote store index doesn't have any cfs or fdt files left in FILE_CHUNK phase ")
@OpenSearchIntegTestCase.ClusterScope(numDataNodes = 2, numClientNodes = 0, scope = OpenSearchIntegTestCase.Scope.TEST)
@SuppressCodecs("*") // test relies on exact file extensions
public class TruncatedRecoveryIT extends OpenSearchIntegTestCase {
Expand Down

0 comments on commit f7a8bdd

Please sign in to comment.