From a669efd2a4ec3b012a17716ccaac9fca1b60be60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20B=C3=BCscher?= Date: Thu, 1 Aug 2019 12:03:29 +0200 Subject: [PATCH] Remove left-over AwaitsFix in RateClusterStateIT (#45043) Issues are closed and fixes in #42580 and #42430 seem to be merged to 7.x at least. --- .../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 82f59cce5f3..5867d6b710e 100644 --- a/server/src/test/java/org/elasticsearch/cluster/coordination/RareClusterStateIT.java +++ b/server/src/test/java/org/elasticsearch/cluster/coordination/RareClusterStateIT.java @@ -183,7 +183,6 @@ public class RareClusterStateIT extends ESIntegTestCase { 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 @@ -276,7 +275,6 @@ public class RareClusterStateIT extends ESIntegTestCase { }); } - @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