Fixes intermittent failing build due to Puma server going down bad on shutdown request

Fixes #11242
This commit is contained in:
andsel 2019-10-18 12:19:10 +02:00 committed by João Duarte
parent 0a89c4cee2
commit 331e8678c1

View file

@ -123,13 +123,4 @@ describe "Test Logstash Pipeline id" do
end
expect(@ls.exit_code).to be >= 0
end
@private
def wait_logstash_process_terminate
num_retries = 100
try(num_retries) do
expect(@ls.exited?).to be(true)
end
expect(@ls.exit_code).to be(0)
end
end