Skip to content

Commit

Permalink
Mute integ test RemoteStoreIT.testRemoteStoreRestoreFromRemoteSegment…
Browse files Browse the repository at this point in the history
…Store (#6292)

Signed-off-by: Sachin Kale <[email protected]>
(cherry picked from commit c22e883)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Feb 11, 2023
1 parent 8b6d95f commit 30dc4db
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ private void verifyRestoredData(Map<String, Long> indexStats, boolean checkTotal
assertHitCount(client().prepareSearch(INDEX_NAME).setSize(0).get(), indexStats.get(statsGranularity) + 1);
}

@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/6291")
public void testRemoteSegmentStoreRestore() throws IOException {
internalCluster().startDataOnlyNodes(3);
createIndex(INDEX_NAME, remoteStoreIndexSettings(0));
Expand Down

0 comments on commit 30dc4db

Please sign in to comment.