Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
[Test-Failure] Mute TranslogPolicyIT (opensearch-project#2342)
Browse files Browse the repository at this point in the history
This test is slated for removal as it only applies to ancient indexes (Legacy
6.x). Muting test so bwc tests are consistent and no longer angry.

Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
  • Loading branch information
nknize committed Mar 4, 2022
1 parent 5f90227 commit 729bc43
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ public void setType() {
type = "_doc";
}

@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/pull/2225")
public void testEmptyIndex() throws Exception {
if (TEST_STEP == TestStep.STEP1_OLD_CLUSTER) {
final Settings.Builder settings = Settings.builder()
Expand All @@ -113,6 +114,7 @@ public void testEmptyIndex() throws Exception {
assertTotalHits(0, entityAsMap(client().performRequest(new Request("GET", "/" + index + "/_search"))));
}

@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/pull/2225")
public void testRecoverReplica() throws Exception {
int numDocs = 100;
if (TEST_STEP == TestStep.STEP1_OLD_CLUSTER) {
Expand Down

0 comments on commit 729bc43

Please sign in to comment.