Skip to content

Commit bd56b7f

Browse files
committed
Re-enable Watcher full rolling restart tests
This test is believed to be fixed by elastic#43939 closes elastic#33185
1 parent e16bb9a commit bd56b7f

File tree

3 files changed

+0
-23
lines changed

3 files changed

+0
-23
lines changed

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

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

4-
- skip:
5-
reason: https://github.com/elastic/elasticsearch/issues/33185
6-
version: "6.7.0 - "
7-
84
# no need to put watch, exists already
95
- do:
106
watcher.get_watch:
@@ -74,10 +70,6 @@
7470
---
7571
"Test watcher stats output":
7672

77-
- skip:
78-
reason: https://github.com/elastic/elasticsearch/issues/33185
79-
version: "6.7.0 - "
80-
8173
- do:
8274
watcher.stats: {}
8375
- match: { "manually_stopped": false }

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

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

74
- do:
85
watcher.put_watch:
@@ -93,10 +90,6 @@
9390
---
9491
"Test watcher stats output":
9592

96-
- skip:
97-
reason: https://github.com/elastic/elasticsearch/issues/33185
98-
version: "6.7.0 - "
99-
10093
- do:
10194
watcher.stats: {}
10295
- match: { "manually_stopped": false }

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

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

4-
- skip:
5-
reason: https://github.com/elastic/elasticsearch/issues/33185
6-
version: "6.7.0 - "
7-
84
# no need to put watch, exists already
95
- do:
106
watcher.get_watch:
@@ -73,10 +69,6 @@
7369
---
7470
"Test watcher stats output":
7571

76-
- skip:
77-
reason: https://github.com/elastic/elasticsearch/issues/33185
78-
version: "6.7.0 - "
79-
8072
- do:
8173
watcher.stats: {}
8274
- match: { "manually_stopped": false }

0 commit comments

Comments
 (0)