]> git.ipfire.org Git - thirdparty/curl.git/commit
runtests: add option -u to error on server unexpectedly alive
authorMarc Hoersken <info@marc-hoersken.de>
Wed, 2 Jun 2021 18:57:44 +0000 (20:57 +0200)
committerMarc Hoersken <info@marc-hoersken.de>
Thu, 9 Sep 2021 19:28:26 +0000 (21:28 +0200)
commit60efeb1e0d99938013220550bef817771dd6d833
treec3f8ef06b5790370ee0dd707579e041a010e91db
parent1fbd822b645563fa0f9422609c432743f012cd11
runtests: add option -u to error on server unexpectedly alive

Let's try to actually handle the server unexpectedly alive
case by first making them visible on CI builds as failures.

This is needed to detect issues with killing of the test
servers completely including nested process chains with
multiple PIDs per test server (including bash and perl).

On Windows/cygwin platforms this is especially helpful with
debugging PID mixups due to cygwin using its own PID space.

Reviewed-by: Daniel Stenberg
Closes #7180
.azure-pipelines.yml
.cirrus.yml
appveyor.yml
tests/runtests.1
tests/runtests.pl