Skip to content

Commit

Permalink
Reenable RareClusterStateIT Mapping Propagation Tests (elastic#41884)
Browse files Browse the repository at this point in the history
* Reenabling these to get fresh failure logs since they are not
reproducible locally
* Relates # elastic#36813, elastic#41030
  • Loading branch information
original-brownbear authored and Gurkan Kaymak committed May 27, 2019
1 parent 6aeb9dc commit 317e3d9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ public void testDeleteCreateInOneBulk() throws Exception {
assertHitCount(client().prepareSearch("test").get(), 0);
}

@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/41030")
public void testDelayedMappingPropagationOnPrimary() throws Exception {
// Here we want to test that things go well if there is a first request
// that adds mappings but before mappings are propagated to all nodes
Expand Down Expand Up @@ -274,7 +273,6 @@ public void testDelayedMappingPropagationOnPrimary() throws Exception {
});
}

@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/36813")
public void testDelayedMappingPropagationOnReplica() throws Exception {
// This is essentially the same thing as testDelayedMappingPropagationOnPrimary
// but for replicas
Expand Down

0 comments on commit 317e3d9

Please sign in to comment.