mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue