Re: Regression test drivers - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Regression test drivers
Date
Msg-id 13616.974759998@sss.pgh.pa.us
Whole thread Raw
In response to Regression test drivers  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Peter Eisentraut <peter_e@gmx.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


pgsql-hackers by date:

Previous
From: Larry Rosenman
Date:
Subject: regression fail?
Next
From: Tom Lane
Date:
Subject: Something screwy about OID assignment with WAL code