From 401226fc908ae86fa6b2d291b823b09292e8fe22 Mon Sep 17 00:00:00 2001 From: Ioannis Kakavas Date: Fri, 22 Feb 2019 13:26:37 +0200 Subject: [PATCH] Mute rolling upgrade watcher CRUD tests (#39293) This fails on old_cluster but mixed_cluster and upgraded_cluster depend on watches set in old_cluster so that can't be muted on its own Relates: https://github.com/elastic/elasticsearch/issues/33185 --- .../rest-api-spec/test/mixed_cluster/60_watcher.yml | 9 +++++++++ .../rest-api-spec/test/old_cluster/60_watcher.yml | 8 ++++++++ .../rest-api-spec/test/upgraded_cluster/60_watcher.yml | 9 +++++++++ 3 files changed, 26 insertions(+) diff --git a/x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/mixed_cluster/60_watcher.yml b/x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/mixed_cluster/60_watcher.yml index af6f9c47ed5..2a1dd4397dc 100644 --- a/x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/mixed_cluster/60_watcher.yml +++ b/x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/mixed_cluster/60_watcher.yml @@ -1,6 +1,10 @@ --- "CRUD watch APIs": + - skip: + reason: https://github.com/elastic/elasticsearch/issues/33185 + version: "6.7.0 - " + # no need to put watch, exists already - do: watcher.get_watch: @@ -69,6 +73,11 @@ --- "Test watcher stats output": + + - skip: + reason: https://github.com/elastic/elasticsearch/issues/33185 + version: "6.7.0 - " + - do: watcher.stats: {} - match: { "manually_stopped": false } diff --git a/x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/old_cluster/60_watcher.yml b/x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/old_cluster/60_watcher.yml index 3cfc3f2c461..aafb7ddf239 100644 --- a/x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/old_cluster/60_watcher.yml +++ b/x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/old_cluster/60_watcher.yml @@ -1,5 +1,8 @@ --- "CRUD watch APIs": + - skip: + reason: https://github.com/elastic/elasticsearch/issues/33185 + version: "6.7.0 - " - do: watcher.put_watch: @@ -89,6 +92,11 @@ --- "Test watcher stats output": + + - skip: + reason: https://github.com/elastic/elasticsearch/issues/33185 + version: "6.7.0 - " + - do: watcher.stats: {} - match: { "manually_stopped": false } diff --git a/x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/upgraded_cluster/60_watcher.yml b/x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/upgraded_cluster/60_watcher.yml index 6a7a225912e..dacb437d4b4 100644 --- a/x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/upgraded_cluster/60_watcher.yml +++ b/x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/upgraded_cluster/60_watcher.yml @@ -1,6 +1,10 @@ --- "CRUD watch APIs": + - skip: + reason: https://github.com/elastic/elasticsearch/issues/33185 + version: "6.7.0 - " + # no need to put watch, exists already - do: watcher.get_watch: @@ -68,6 +72,11 @@ --- "Test watcher stats output": + + - skip: + reason: https://github.com/elastic/elasticsearch/issues/33185 + version: "6.7.0 - " + - do: watcher.stats: {} - match: { "manually_stopped": false }