Skip to content

Commit

Permalink
Merge pull request #4241 from vespa-engine/hmusum/widen-limits-3
Browse files Browse the repository at this point in the history
Widen limits even more
  • Loading branch information
hmusum authored Oct 25, 2024
2 parents 6567138 + 5859e19 commit 3917ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/search/reportcoverage/reportcoverage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def test_reportcoverage
assert(18 <= coverage["coverage"])
assert(23 >= coverage["coverage"])
# This number depends on how the range search iterator (used by match-phase limiting) calculates approximation of number of hits.
assert(18400 <= coverage["documents"])
assert(18000 <= coverage["documents"])
assert(23500 >= coverage["documents"])
assert_equal(false, coverage["full"])
assert_equal(2, coverage["nodes"])
Expand Down

0 comments on commit 3917ca5

Please sign in to comment.