File tree 7 files changed +51
-51
lines changed
modules/reindex/src/test/resources/rest-api-spec/test
7 files changed +51
-51
lines changed Original file line number Diff line number Diff line change 282
282
---
283
283
" Limit by size " :
284
284
- skip :
285
- version : " - 7.1 .99"
286
- reason : " deprecation warnings only emitted on 7.2 +"
285
+ version : " - 7.2 .99"
286
+ reason : " deprecation warnings only emitted on 7.3 +"
287
287
features : warnings
288
288
289
289
- do :
326
326
- match : {count: 1}
327
327
328
328
---
329
- " Limit by size pre 7.2 " :
329
+ " Limit by size pre 7.3 " :
330
330
- skip :
331
- version : " 7.2 .0 - "
332
- reason : " 7.2 should use max_docs or get deprecation warning"
331
+ version : " 7.3 .0 - "
332
+ reason : " 7.3 should use max_docs or get deprecation warning"
333
333
334
334
- do :
335
335
index :
371
371
---
372
372
" Limit by max_docs in URL " :
373
373
- skip :
374
- version : " - 7.1 .99"
375
- reason : " max_docs introduced in 7.2 .0"
374
+ version : " - 7.2 .99"
375
+ reason : " max_docs introduced in 7.3 .0"
376
376
377
377
- do :
378
378
index :
414
414
---
415
415
" Limit by max_docs in body " :
416
416
- skip :
417
- version : " - 7.1 .99"
418
- reason : " max_docs introduced in 7.2 .0"
417
+ version : " - 7.2 .99"
418
+ reason : " max_docs introduced in 7.3 .0"
419
419
420
420
- do :
421
421
index :
Original file line number Diff line number Diff line change 49
49
---
50
50
" invalid max_docs fails " :
51
51
- skip :
52
- version : " - 7.1 .99"
53
- reason : " max_docs introduced in 7.2 .0"
52
+ version : " - 7.2 .99"
53
+ reason : " max_docs introduced in 7.3 .0"
54
54
55
55
- do :
56
56
index :
69
69
---
70
70
" both max_docs and size fails " :
71
71
- skip :
72
- version : " - 7.1 .99"
73
- reason : " max_docs introduced in 7.2 .0"
72
+ version : " - 7.2 .99"
73
+ reason : " max_docs introduced in 7.3 .0"
74
74
75
75
- do :
76
76
index :
Original file line number Diff line number Diff line change 114
114
---
115
115
" invalid max_docs in body fails " :
116
116
- skip :
117
- version : " - 7.1 .99"
118
- reason : " max_docs introduced in 7.2 .0"
117
+ version : " - 7.2 .99"
118
+ reason : " max_docs introduced in 7.3 .0"
119
119
120
120
- do :
121
121
index :
135
135
---
136
136
" invalid max_docs in URL fails " :
137
137
- skip :
138
- version : " - 7.1 .99"
139
- reason : " max_docs introduced in 7.2 .0"
138
+ version : " - 7.2 .99"
139
+ reason : " max_docs introduced in 7.3 .0"
140
140
141
141
- do :
142
142
index :
156
156
---
157
157
" inconsistent max_docs and size fails " :
158
158
- skip :
159
- version : " - 7.1 .99"
160
- reason : " max_docs introduced in 7.2 .0"
159
+ version : " - 7.2 .99"
160
+ reason : " max_docs introduced in 7.3 .0"
161
161
162
162
- do :
163
163
index :
178
178
---
179
179
" inconsistent max_docs in body and max_docs in URL fails " :
180
180
- skip :
181
- version : " - 7.1 .99"
182
- reason : " max_docs introduced in 7.2 .0"
181
+ version : " - 7.2 .99"
182
+ reason : " max_docs introduced in 7.3 .0"
183
183
184
184
- do :
185
185
index :
Original file line number Diff line number Diff line change 34
34
---
35
35
" Sorting and size combined " :
36
36
- skip :
37
- version : " - 7.1 .99"
38
- reason : " deprecation warnings only emitted on 7.2 +"
37
+ version : " - 7.2 .99"
38
+ reason : " deprecation warnings only emitted on 7.3 +"
39
39
features : warnings
40
40
41
41
- do :
78
78
- match : { hits.total: 1 }
79
79
80
80
---
81
- " Sorting and size combined pre 7.2 " :
81
+ " Sorting and size combined pre 7.3 " :
82
82
- skip :
83
- version : " 7.2 .0 - "
84
- reason : " 7.2 should use max_docs or get deprecation warning"
83
+ version : " 7.3 .0 - "
84
+ reason : " 7.3 should use max_docs or get deprecation warning"
85
85
86
86
- do :
87
87
index :
123
123
---
124
124
" Sorting and max_docs in body combined " :
125
125
- skip :
126
- version : " - 7.1 .99"
127
- reason : " max_docs introduced in 7.2 .0"
126
+ version : " - 7.2 .99"
127
+ reason : " max_docs introduced in 7.3 .0"
128
128
129
129
- do :
130
130
index :
166
166
---
167
167
" max_docs in URL " :
168
168
- skip :
169
- version : " - 7.1 .99"
170
- reason : " max_docs introduced in 7.2 .0"
169
+ version : " - 7.2 .99"
170
+ reason : " max_docs introduced in 7.3 .0"
171
171
172
172
- do :
173
173
index :
Original file line number Diff line number Diff line change 220
220
---
221
221
" Reindex from remote with size " :
222
222
- skip :
223
- version : " 7.2 .0 - "
224
- reason : " 7.2 should use max_docs or get deprecation warning"
223
+ version : " 7.3 .0 - "
224
+ reason : " 7.3 should use max_docs or get deprecation warning"
225
225
226
226
- do :
227
227
index :
286
286
---
287
287
" Reindex from remote with max_docs " :
288
288
- skip :
289
- version : " - 7.1 .99"
290
- reason : " max_docs introduced in 7.2 .0"
289
+ version : " - 7.2 .99"
290
+ reason : " max_docs introduced in 7.3 .0"
291
291
292
292
- do :
293
293
index :
Original file line number Diff line number Diff line change 220
220
---
221
221
" Limit by size " :
222
222
- skip :
223
- version : " - 7.1 .99"
224
- reason : " deprecation warnings only emitted on 7.2 +"
223
+ version : " - 7.2 .99"
224
+ reason : " deprecation warnings only emitted on 7.3 +"
225
225
features : warnings
226
226
227
227
- do :
251
251
- gte : { took: 0 }
252
252
253
253
---
254
- " Limit by size pre 7.2 " :
254
+ " Limit by size pre 7.3 " :
255
255
- skip :
256
- version : " 7.2 .0 - "
257
- reason : " 7.2 should use max_docs or get deprecation warning"
256
+ version : " 7.3 .0 - "
257
+ reason : " 7.3 should use max_docs or get deprecation warning"
258
258
259
259
- do :
260
260
index :
283
283
---
284
284
" Limit by max_docs in URL " :
285
285
- skip :
286
- version : " - 7.1 .99"
287
- reason : " max_docs introduced in 7.2 .0"
286
+ version : " - 7.2 .99"
287
+ reason : " max_docs introduced in 7.3 .0"
288
288
289
289
- do :
290
290
index :
313
313
---
314
314
" Limit by max_docs in body " :
315
315
- skip :
316
- version : " - 7.1 .99"
317
- reason : " max_docs introduced in 7.2 .0"
316
+ version : " - 7.2 .99"
317
+ reason : " max_docs introduced in 7.3 .0"
318
318
319
319
- do :
320
320
index :
Original file line number Diff line number Diff line change 27
27
---
28
28
" invalid max_docs in URL fails " :
29
29
- skip :
30
- version : " - 7.1 .99"
31
- reason : " max_docs introduced in 7.2 .0"
30
+ version : " - 7.2 .99"
31
+ reason : " max_docs introduced in 7.3 .0"
32
32
33
33
- do :
34
34
index :
44
44
---
45
45
" invalid max_docs in body fails " :
46
46
- skip :
47
- version : " - 7.1 .99"
48
- reason : " max_docs introduced in 7.2 .0"
47
+ version : " - 7.2 .99"
48
+ reason : " max_docs introduced in 7.3 .0"
49
49
50
50
- do :
51
51
index :
62
62
---
63
63
" inconsistent max_docs and size fails " :
64
64
- skip :
65
- version : " - 7.1 .99"
66
- reason : " max_docs introduced in 7.2 .0"
65
+ version : " - 7.2 .99"
66
+ reason : " max_docs introduced in 7.3 .0"
67
67
68
68
- do :
69
69
index :
83
83
---
84
84
" inconsistent max_docs in body and max_docs in URL fails " :
85
85
- skip :
86
- version : " - 7.1 .99"
87
- reason : " max_docs introduced in 7.2 .0"
86
+ version : " - 7.2 .99"
87
+ reason : " max_docs introduced in 7.3 .0"
88
88
89
89
- do :
90
90
index :
You can’t perform that action at this time.
0 commit comments