File tree 2 files changed +0
-15
lines changed
x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test
2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
" Test old cluster datafeed without aggs " :
3
- - skip :
4
- version : " all"
5
- reason : " backport: https://github.com/elastic/elasticsearch/pull/73926"
6
3
- do :
7
4
ml.get_datafeeds :
8
5
datafeed_id : old-cluster-datafeed-without-aggs
45
42
46
43
---
47
44
" Put job and datafeed without aggs in mixed cluster " :
48
- - skip :
49
- version : " all"
50
- reason : " backport: https://github.com/elastic/elasticsearch/pull/73926"
51
45
- do :
52
46
ml.put_job :
53
47
job_id : mixed-cluster-datafeed-job-without-aggs
92
86
93
87
---
94
88
" Put job and datafeed with aggs in mixed cluster " :
95
- - skip :
96
- version : " all"
97
- reason : " backport: https://github.com/elastic/elasticsearch/pull/73926"
98
89
- do :
99
90
ml.put_job :
100
91
job_id : mixed-cluster-datafeed-job-with-aggs
Original file line number Diff line number Diff line change 8
8
9
9
---
10
10
" Test old and mixed cluster datafeeds without aggs " :
11
- - skip :
12
- version : " all"
13
- reason : " backport: https://github.com/elastic/elasticsearch/pull/73926"
14
11
- do :
15
12
indices.create :
16
13
index : airline-data
@@ -108,9 +105,6 @@ setup:
108
105
109
106
---
110
107
" Test old and mixed cluster datafeeds with aggs " :
111
- - skip :
112
- version : " all"
113
- reason : " backport: https://github.com/elastic/elasticsearch/pull/73926"
114
108
- do :
115
109
indices.create :
116
110
index : airline-data
You can’t perform that action at this time.
0 commit comments