Skip to content

Commit

Permalink
Merge pull request #4280 from vespa-engine/hmusum/allow-log-warning
Browse files Browse the repository at this point in the history
Stabilize test by allowing warning in log
  • Loading branch information
aressem authored Nov 19, 2024
2 parents 085df41 + d2dd260 commit bc47bbf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def start_distributor(idx)
end

def test_feedingwhiledistributorsdie
set_expected_logged(Regexp.union(/Added node only event: Event: distributor.0: Failed get node state request: Connection error:/))
feederoutput = ""
feederthread = Thread.new do
feederoutput = vespa.storage["storage"].storage["0"].feedfile(selfdir + "data.json", :maxretries => 5, :client => :vespa_feed_client)
Expand Down

0 comments on commit bc47bbf

Please sign in to comment.