]> granicus.if.org Git - curl/commit
The hash of running servers is now a hash of hashes which for each running
authorYang Tse <yangsita@gmail.com>
Fri, 17 Nov 2006 16:44:22 +0000 (16:44 +0000)
committerYang Tse <yangsita@gmail.com>
Fri, 17 Nov 2006 16:44:22 +0000 (16:44 +0000)
commit74ddbd8a3ba5d9957de6f0ba32e8349a3be424f6
treeff125da0e0fa02708237da46d11e3d056a1d4666
parentb8039a821b0f5b8c889c5ec0d9027d23581b336b
The hash of running servers is now a hash of hashes which for each running
server holds not only its two main pids, but also the pidfile of the test
server and the 'slavepidfiles' for ftp* servers. This allows a better control
when stopping servers.

Now from runtests.pl when test servers are stopped they are signalled in
sequence TERM, INT and KILL allowing time in between for them to die. This
will give us a chance of gracefully stopping test servers, which we didn't
have when we were killing them in first instance.
tests/ftp.pm
tests/ftpserver.pl
tests/runtests.pl