From 2f601958ef7a4d86f931127e23e496226858e2be Mon Sep 17 00:00:00 2001 From: Armin Braun Date: Tue, 7 May 2019 13:44:18 +0200 Subject: [PATCH] Reenable RareClusterStateIT Mapping Propagation Tests * Reenabling these to get fresh failure logs since they are not reproducible locally * Relates # #36813, #41030 --- .../elasticsearch/cluster/coordination/RareClusterStateIT.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/src/test/java/org/elasticsearch/cluster/coordination/RareClusterStateIT.java b/server/src/test/java/org/elasticsearch/cluster/coordination/RareClusterStateIT.java index 17c9e3458c1f1..c31df3ade71cc 100644 --- a/server/src/test/java/org/elasticsearch/cluster/coordination/RareClusterStateIT.java +++ b/server/src/test/java/org/elasticsearch/cluster/coordination/RareClusterStateIT.java @@ -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 @@ -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