Re: Regression test drivers

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Regression test drivers
Date: 2000-11-20 22:39:58
Message-ID: 13616.974759998@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> Is it okay now to disable the old regression test drivers and make use of
> the new one throughout?

Sure. Just point 'make runtest' at the new script ...

I do have one gripe about the new script: it suppresses error messages
from the DROP DATABASE step. This is fine when the suppressed message
is "no such database", not fine when it is something else --- like, say,
"can't drop DB because it has active users".

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-11-20 22:43:59 Something screwy about OID assignment with WAL code
Previous Message Larry Rosenman 2000-11-20 22:38:44 regression fail?