Skip to content

Commit

Permalink
Mute failing searchable snapshot integ tests (#6781)
Browse files Browse the repository at this point in the history
Signed-off-by: Kunal Kotwani <[email protected]>
  • Loading branch information
kotwanikunal authored Mar 21, 2023
1 parent e6a3700 commit 36bc70c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,7 @@ private boolean isFileCacheEmpty(FileCacheStats stats) {
return stats.getUsed().getBytes() == 0L && stats.getActive().getBytes() == 0L;
}

@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/6738")
public void testPruneFileCacheOnIndexDeletion() throws Exception {
final String snapshotName = "test-snap";
final String repoName = "test-repo";
Expand All @@ -544,6 +545,7 @@ public void testPruneFileCacheOnIndexDeletion() throws Exception {
assertAllNodesFileCacheEmpty();
}

@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/6686")
public void testCacheFilesAreClosedAfterUse() throws Exception {
final int numReplicasIndex = randomIntBetween(1, 4);
final String indexName = "test-idx";
Expand Down

0 comments on commit 36bc70c

Please sign in to comment.