Skip to content

Commit

Permalink
Merge pull request #4309 from vespa-engine/toregge/expect-reported-er…
Browse files Browse the repository at this point in the history
…ror-for-bad-streaming-mode-grouping

Expect reported error when grouping on nonexisting field
  • Loading branch information
toregge authored Jan 10, 2025
2 parents 7034aa3 + 23babbe commit d991caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/search/multipledoctypes/multipledoctypes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def test_one_search_cluster
res_both = search(query + '&format=json')
assert_equal(5, res_one.hitcount)
# Errors might cause incomplete grouping results
assert_nil(res_both.errorlist) if is_streaming
assert_not_nil(res_both.errorlist)
assert_equal(13, res_both.hitcount)
group_one = extract_group(res_one)
group_both = extract_group(res_both)
Expand Down

0 comments on commit d991caa

Please sign in to comment.