mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
Fixes intermittent failing build due to Puma server going down bad on shutdown request
Fixes #11242
This commit is contained in:
parent
0a89c4cee2
commit
331e8678c1
1 changed files with 0 additions and 9 deletions
|
@ -123,13 +123,4 @@ describe "Test Logstash Pipeline id" do
|
||||||
end
|
end
|
||||||
expect(@ls.exit_code).to be >= 0
|
expect(@ls.exit_code).to be >= 0
|
||||||
end
|
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
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue