pgsql: If test postmaster fails to start within 60 seconds, try to kill

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: If test postmaster fails to start within 60 seconds, try to kill
Date: 2006-08-13 20:39:08
Message-ID: 20060813203908.4EB499FB213@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
If test postmaster fails to start within 60 seconds, try to kill -9 it
so that it won't interfere with later trials. Per recent buildfarm
experience. Anyone know how to do this on Windows?

Modified Files:
--------------
pgsql/src/test/regress:
pg_regress.c (r1.19 -> r1.20)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/pg_regress.c.diff?r1=1.19&r2=1.20)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2006-08-13 20:50:48 python - ip: Provide a means for passing args and kw to connection
Previous Message Tom Lane 2006-08-13 19:31:06 pgsql: Extend 'guc' regression test to check manipulations of datestyle