Commit e3e35f7
Fix aggs test failures (again) (elastic#74965)
The tests for the debugging information in the filters aggregation where
too specific for the kind of randomization we run with. We mostly fixed
them in elastic#74750 by replacing `equalTo(1)` with `greaterThanOrEqualTo(1)`.
But we missed a spot. In all fairness, we ran the test a couple thousand
times and it didn't fail. But letting the ES build chew on it gets many
many many thousands of executions over a month. So it found the spot.
This performs one additional `equalTo(1)` to `greaterThanOrEqualTo(1)`
replacement.
Closes elastic#749361 parent dbfaeaa commit e3e35f7
File tree
1 file changed
+1
-1
lines changed- server/src/test/java/org/elasticsearch/search/aggregations/bucket/filter
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
481 | 481 | | |
482 | 482 | | |
483 | 483 | | |
484 | | - | |
| 484 | + | |
485 | 485 | | |
486 | 486 | | |
487 | 487 | | |
| |||
0 commit comments