pgsql: In 'make installcheck' for contrib/, insert 'sleep 1' between

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: In 'make installcheck' for contrib/, insert 'sleep 1' between
Date: 2004-12-14 22:50:24
Message-ID: 20041214225024.5E0B33A6EAE@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
In 'make installcheck' for contrib/, insert 'sleep 1' between subdirectory
checks, to ensure the previous test backend has time to quit out of the
regression database. Also, allow all the checks to be run even if one
of them fails. Per suggestions from Andrew Dunstan to improve the
usefulness of buildfarm testing.

Modified Files:
--------------
pgsql/contrib:
Makefile (r1.52 -> r1.53)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/Makefile.diff?r1=1.52&r2=1.53)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2004-12-15 03:11:32 pgsql: Update IRC mention.
Previous Message Tom Lane 2004-12-14 22:16:33 pgsql: Cope with circularities involving a view's ON SELECT rule.