Skip to content

Commit

Permalink
Mute failing searchable snapshot integ tests (#6781) (#6782)
Browse files Browse the repository at this point in the history
(cherry picked from commit 36bc70c)

Signed-off-by: Kunal Kotwani <kkotwani@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 0e5d681 commit 922ba68
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 922ba68

Please sign in to comment.