mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
test_integration_cluster.rb - fix get_worker_pids call
test_worker_index_is_with_in_options_limit uses 3 workers, but get_worker_pids defaults to 2
This commit is contained in:
parent
80274413b0
commit
b17579010a
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ RUBY
|
|||
|
||||
cli_server "-C test/config/t3_conf.rb test/rackup/hello.ru"
|
||||
|
||||
get_worker_pids # this will wait till all the processes are up
|
||||
get_worker_pids(0, 3) # this will wait till all the processes are up
|
||||
|
||||
worker_pid_was_present = File.file? "t3-worker-2-pid"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue