Skip to content

Commit c142ac4

Browse files
Fix Rest API Test
Signed-off-by: Anand Pravinbhai Patel <[email protected]>
1 parent 41a9e69 commit c142ac4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/170_cardinality_metric_unsigned.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ setup:
282282
- gt: { profile.shards.0.aggregations.0.breakdown.post_collection: 0 }
283283
- match: { profile.shards.0.aggregations.0.debug.empty_collectors_used: 0 }
284284
- match: { profile.shards.0.aggregations.0.debug.numeric_collectors_used: 0 }
285-
- gt: { profile.shards.0.aggregations.0.debug.ordinals_collectors_used: 0 }
285+
- match: { profile.shards.0.aggregations.0.debug.ordinals_collectors_used: 0 }
286286
- match: { profile.shards.0.aggregations.0.debug.ordinals_collectors_overhead_too_high: 0 }
287287
- match: { profile.shards.0.aggregations.0.debug.string_hashing_collectors_used: 0 }
288+
- gt: { profile.shards.0.aggregations.0.debug.hybrid_collectors_used: 0 }

0 commit comments

Comments
 (0)