Skip to content

Commit c13d9c4

Browse files
jkakavasweizijun
authored andcommitted
Mute rolling upgrade watcher CRUD tests (elastic#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: elastic#33185
1 parent 3b32d19 commit c13d9c4

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/mixed_cluster/60_watcher.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
22
"CRUD watch APIs":
33

4+
- skip:
5+
reason: https://github.com/elastic/elasticsearch/issues/33185
6+
version: "6.7.0 - "
7+
48
# no need to put watch, exists already
59
- do:
610
watcher.get_watch:
@@ -69,6 +73,11 @@
6973

7074
---
7175
"Test watcher stats output":
76+
77+
- skip:
78+
reason: https://github.com/elastic/elasticsearch/issues/33185
79+
version: "6.7.0 - "
80+
7281
- do:
7382
watcher.stats: {}
7483
- match: { "manually_stopped": false }

x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/old_cluster/60_watcher.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
---
22
"CRUD watch APIs":
3+
- skip:
4+
reason: https://github.com/elastic/elasticsearch/issues/33185
5+
version: "6.7.0 - "
36

47
- do:
58
watcher.put_watch:
@@ -89,6 +92,11 @@
8992

9093
---
9194
"Test watcher stats output":
95+
96+
- skip:
97+
reason: https://github.com/elastic/elasticsearch/issues/33185
98+
version: "6.7.0 - "
99+
92100
- do:
93101
watcher.stats: {}
94102
- match: { "manually_stopped": false }

x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/upgraded_cluster/60_watcher.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
22
"CRUD watch APIs":
33

4+
- skip:
5+
reason: https://github.com/elastic/elasticsearch/issues/33185
6+
version: "6.7.0 - "
7+
48
# no need to put watch, exists already
59
- do:
610
watcher.get_watch:
@@ -68,6 +72,11 @@
6872

6973
---
7074
"Test watcher stats output":
75+
76+
- skip:
77+
reason: https://github.com/elastic/elasticsearch/issues/33185
78+
version: "6.7.0 - "
79+
7180
- do:
7281
watcher.stats: {}
7382
- match: { "manually_stopped": false }

0 commit comments

Comments
 (0)