We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9bea59 commit 07bc5e8Copy full SHA for 07bc5e8
rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/search/120_batch_reduce_size.yml
@@ -1,4 +1,7 @@
1
setup:
2
+ - skip:
3
+ awaits_fix: "TODO batched exec response format num_reduce_phases outstanding"
4
+
5
- do:
6
indices.create:
7
index: test_1
@@ -48,7 +51,6 @@ setup:
48
51
batched_reduce_size: 2
49
52
body: { "size" : 0, "aggs" : { "str_terms" : { "terms" : { "field" : "str" } } } }
50
53
- - match: { num_reduce_phases: 4 }
54
- match: { hits.total: 3 }
55
- length: { aggregations.str_terms.buckets: 2 }
56
- match: { aggregations.str_terms.buckets.0.key: "abc" }
0 commit comments