From 4dc13c36987d8acfea69cafbbf07184673f4c6c9 Mon Sep 17 00:00:00 2001 From: Alexander Reelsen Date: Mon, 10 Jul 2017 23:12:04 +0200 Subject: [PATCH] Tests: Disable all watcher BWC tests until fixed correctly Original commit: elastic/x-pack-elasticsearch@8043ec1858eea7d97b2d2724d599a6117e880d48 --- .../elasticsearch/upgrades/WatchBackwardsCompatibilityIT.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/WatchBackwardsCompatibilityIT.java b/qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/WatchBackwardsCompatibilityIT.java index 8da564f3ce7..9aad3ec4980 100644 --- a/qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/WatchBackwardsCompatibilityIT.java +++ b/qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/WatchBackwardsCompatibilityIT.java @@ -11,6 +11,7 @@ import org.apache.http.entity.ByteArrayEntity; import org.apache.http.entity.ContentType; import org.apache.http.entity.StringEntity; import org.apache.http.util.EntityUtils; +import org.apache.lucene.util.LuceneTestCase.AwaitsFix; import org.elasticsearch.Version; import org.elasticsearch.client.Response; import org.elasticsearch.client.RestClient; @@ -46,6 +47,7 @@ import static org.hamcrest.Matchers.anyOf; import static org.hamcrest.Matchers.equalTo; import static org.hamcrest.Matchers.greaterThanOrEqualTo; +@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/1303") public class WatchBackwardsCompatibilityIT extends ESRestTestCase { private Nodes nodes; @@ -133,7 +135,6 @@ public class WatchBackwardsCompatibilityIT extends ESRestTestCase { // we have to have finish the upgrade API first to make this test work, so we can call it instead of // https://github.com/elastic/x-pack-elasticsearch/issues/1303 - @AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/pull/1603") public void testWatchCrudApis() throws IOException { assumeFalse("new nodes is empty", nodes.getNewNodes().isEmpty());