Skip to content

Commit

Permalink
Removing collect_count validation to prevent backward compatibility t…
Browse files Browse the repository at this point in the history
…ests from failing

Signed-off-by: Ankit Jain <[email protected]>
  • Loading branch information
jainankitk committed Nov 27, 2023
1 parent 15f9543 commit 4c3b917
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,6 @@ setup:
- match: { aggregations.histo.buckets.0.doc_count: 2 }
- match: { profile.shards.0.aggregations.0.type: DateHistogramAggregator }
- match: { profile.shards.0.aggregations.0.description: histo }
- match: { profile.shards.0.aggregations.0.breakdown.collect_count: 1 }
- match: { profile.shards.0.aggregations.0.debug.total_buckets: 3 }

---
Expand Down

0 comments on commit 4c3b917

Please sign in to comment.