File tree 4 files changed +7
-41
lines changed
x-pack/qa/rolling-upgrade
src/test/resources/rest-api-spec/test
4 files changed +7
-41
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ for (Version bwcVersion : bwcVersions.wireCompatible) {
102
102
}
103
103
104
104
javaHome = BuildParams . runtimeJavaHome
105
+ setting ' logger.org.elasticsearch.xpack.watcher' , ' DEBUG'
105
106
}
106
107
}
107
108
Original file line number Diff line number Diff line change 1
1
---
2
2
" CRUD watch APIs " :
3
-
4
- - skip :
5
- reason : https://github.com/elastic/elasticsearch/issues/33185
6
- version : " 6.7.0 - "
7
-
8
3
# no need to put watch, exists already
9
4
- do :
10
5
watcher.get_watch :
11
6
id : " my_watch"
12
7
- match : { found : true}
13
8
- match : { _id: "my_watch" }
14
9
15
-
16
10
# execute watch
17
11
- do :
18
12
watcher.execute_watch :
48
42
watcher.deactivate_watch :
49
43
watch_id : " my_watch"
50
44
- match : { status.state.active : false }
51
-
45
+
52
46
- do :
53
47
watcher.get_watch :
54
48
id : " my_watch"
55
49
- match : { found : true}
56
50
- match : { _id: "my_watch" }
57
51
- match : { status.state.active: false }
58
52
59
-
60
53
# activate watch again, check with GET API as well
61
54
- do :
62
55
watcher.activate_watch :
63
56
watch_id : " my_watch"
64
57
- match : { status.state.active : true }
65
-
58
+
66
59
- do :
67
60
watcher.get_watch :
68
61
id : " my_watch"
69
62
- match : { found : true}
70
63
- match : { _id: "my_watch" }
71
64
- match : { status.state.active: true }
72
65
73
-
74
66
---
75
67
" Test watcher stats output " :
76
-
77
- - skip :
78
- reason : https://github.com/elastic/elasticsearch/issues/33185
79
- version : " 6.7.0 - "
80
-
81
68
- do :
82
69
watcher.stats : {}
83
70
- match : { "manually_stopped": false }
Original file line number Diff line number Diff line change 1
1
---
2
2
" CRUD watch APIs " :
3
- - skip :
4
- reason : https://github.com/elastic/elasticsearch/issues/33185
5
- version : " 6.7.0 - "
6
-
7
3
- do :
8
4
watcher.put_watch :
9
5
id : " my_watch"
31
27
- match : { found : true}
32
28
- match : { _id: "my_watch" }
33
29
34
-
35
30
# execute watch
36
31
- do :
37
32
watcher.execute_watch :
67
62
watcher.deactivate_watch :
68
63
watch_id : " my_watch"
69
64
- match : { status.state.active : false }
70
-
65
+
71
66
- do :
72
67
watcher.get_watch :
73
68
id : " my_watch"
81
76
watcher.activate_watch :
82
77
watch_id : " my_watch"
83
78
- match : { status.state.active : true }
84
-
79
+
85
80
- do :
86
81
watcher.get_watch :
87
82
id : " my_watch"
88
83
- match : { found : true}
89
84
- match : { _id: "my_watch" }
90
85
- match : { status.state.active: true }
91
86
92
-
93
87
---
94
88
" Test watcher stats output " :
95
-
96
- - skip :
97
- reason : https://github.com/elastic/elasticsearch/issues/33185
98
- version : " 6.7.0 - "
99
-
100
89
- do :
101
90
watcher.stats : {}
102
91
- match : { "manually_stopped": false }
Original file line number Diff line number Diff line change 1
1
---
2
2
" CRUD watch APIs " :
3
-
4
- - skip :
5
- reason : https://github.com/elastic/elasticsearch/issues/33185
6
- version : " 6.7.0 - "
7
-
8
3
# no need to put watch, exists already
9
4
- do :
10
5
watcher.get_watch :
11
6
id : " my_watch"
12
7
- match : { found : true}
13
8
- match : { _id: "my_watch" }
14
9
15
-
16
10
# execute watch
17
11
- do :
18
12
watcher.execute_watch :
48
42
watcher.deactivate_watch :
49
43
watch_id : " my_watch"
50
44
- match : { status.state.active : false }
51
-
45
+
52
46
- do :
53
47
watcher.get_watch :
54
48
id : " my_watch"
62
56
watcher.activate_watch :
63
57
watch_id : " my_watch"
64
58
- match : { status.state.active : true }
65
-
59
+
66
60
- do :
67
61
watcher.get_watch :
68
62
id : " my_watch"
72
66
73
67
---
74
68
" Test watcher stats output " :
75
-
76
- - skip :
77
- reason : https://github.com/elastic/elasticsearch/issues/33185
78
- version : " 6.7.0 - "
79
-
80
69
- do :
81
70
watcher.stats : {}
82
71
- match : { "manually_stopped": false }
You can’t perform that action at this time.
0 commit comments