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
This commit is contained in:
parent
42e0d63b36
commit
401226fc90
|
@ -1,6 +1,10 @@
|
||||||
---
|
---
|
||||||
"CRUD watch APIs":
|
"CRUD watch APIs":
|
||||||
|
|
||||||
|
- skip:
|
||||||
|
reason: https://github.com/elastic/elasticsearch/issues/33185
|
||||||
|
version: "6.7.0 - "
|
||||||
|
|
||||||
# no need to put watch, exists already
|
# no need to put watch, exists already
|
||||||
- do:
|
- do:
|
||||||
watcher.get_watch:
|
watcher.get_watch:
|
||||||
|
@ -69,6 +73,11 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
"Test watcher stats output":
|
"Test watcher stats output":
|
||||||
|
|
||||||
|
- skip:
|
||||||
|
reason: https://github.com/elastic/elasticsearch/issues/33185
|
||||||
|
version: "6.7.0 - "
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
watcher.stats: {}
|
watcher.stats: {}
|
||||||
- match: { "manually_stopped": false }
|
- match: { "manually_stopped": false }
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
---
|
---
|
||||||
"CRUD watch APIs":
|
"CRUD watch APIs":
|
||||||
|
- skip:
|
||||||
|
reason: https://github.com/elastic/elasticsearch/issues/33185
|
||||||
|
version: "6.7.0 - "
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
watcher.put_watch:
|
watcher.put_watch:
|
||||||
|
@ -89,6 +92,11 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
"Test watcher stats output":
|
"Test watcher stats output":
|
||||||
|
|
||||||
|
- skip:
|
||||||
|
reason: https://github.com/elastic/elasticsearch/issues/33185
|
||||||
|
version: "6.7.0 - "
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
watcher.stats: {}
|
watcher.stats: {}
|
||||||
- match: { "manually_stopped": false }
|
- match: { "manually_stopped": false }
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
---
|
---
|
||||||
"CRUD watch APIs":
|
"CRUD watch APIs":
|
||||||
|
|
||||||
|
- skip:
|
||||||
|
reason: https://github.com/elastic/elasticsearch/issues/33185
|
||||||
|
version: "6.7.0 - "
|
||||||
|
|
||||||
# no need to put watch, exists already
|
# no need to put watch, exists already
|
||||||
- do:
|
- do:
|
||||||
watcher.get_watch:
|
watcher.get_watch:
|
||||||
|
@ -68,6 +72,11 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
"Test watcher stats output":
|
"Test watcher stats output":
|
||||||
|
|
||||||
|
- skip:
|
||||||
|
reason: https://github.com/elastic/elasticsearch/issues/33185
|
||||||
|
version: "6.7.0 - "
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
watcher.stats: {}
|
watcher.stats: {}
|
||||||
- match: { "manually_stopped": false }
|
- match: { "manually_stopped": false }
|
||||||
|
|
Loading…
Reference in New Issue