Skip to content

Commit

Permalink
Fixing the integration tests for reduced collector work
Browse files Browse the repository at this point in the history
Signed-off-by: Ankit Jain <[email protected]>
  • Loading branch information
jainankitk committed Nov 20, 2023
1 parent 06d6c42 commit 62542c7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ setup:
- match: { aggregations.histo.buckets.3.doc_count: 1 }
- match: { profile.shards.0.aggregations.0.type: NumericHistogramAggregator }
- match: { profile.shards.0.aggregations.0.description: histo }
- match: { profile.shards.0.aggregations.0.breakdown.collect_count: 4 }
- match: { profile.shards.0.aggregations.0.breakdown.collect_count: 1 }
- match: { profile.shards.0.aggregations.0.debug.total_buckets: 3 }

---
Expand Down Expand Up @@ -598,7 +598,7 @@ 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: 4 }
- 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 62542c7

Please sign in to comment.