File tree 1 file changed +19
-9
lines changed
x-pack/plugin/src/test/resources/rest-api-spec/test/analytics
1 file changed +19
-9
lines changed Original file line number Diff line number Diff line change 156
156
157
157
---
158
158
" sort by keyword field fails " :
159
- - skip :
160
- features : default_shards
161
- reason : The failure message isn't predictable with more than one shard
159
+ - do :
160
+ indices.create :
161
+ index : test
162
+ body :
163
+ settings :
164
+ number_of_shards : 1 # The failure message isn't predictable with more than one shard
162
165
163
166
- do :
164
167
bulk :
183
186
184
187
---
185
188
" sort by score " :
186
- - skip :
187
- features : default_shards
188
- reason : Scores aren't predictable with many shards
189
+ - do :
190
+ indices.create :
191
+ index : test
192
+ body :
193
+ settings :
194
+ number_of_shards : 1 # The score isn't predictable with more than one shard
195
+
189
196
- do :
190
197
bulk :
191
198
index : test
243
250
244
251
---
245
252
" sort by string script fails " :
246
- - skip :
247
- features : default_shards
248
- reason : The failure message isn't predictable with more than one shard
253
+ - do :
254
+ indices.create :
255
+ index : test
256
+ body :
257
+ settings :
258
+ number_of_shards : 1 # The failure message isn't predictable with more than one shard
249
259
250
260
- do :
251
261
bulk :
You can’t perform that action at this time.
0 commit comments