Re: What in the world is happening on spoonbill? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: What in the world is happening on spoonbill?
Date
Msg-id 6557.1211056232@sss.pgh.pa.us
Whole thread Raw
In response to Re: What in the world is happening on spoonbill?  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: What in the world is happening on spoonbill?  (Gregory Stark <stark@enterprisedb.com>)
List pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> Woulnd't it be enough to report the exist status if a test fails, instead of 
> requiring a certain exit status for success?

What I have it doing is reporting the exit status if not zero, but it's
only an annotation on the short-form output; it doesn't control whether
the test is considered to have succeeded or not.  I'm not very happy
with that because a crash after all the expected output has been
produced would not result in a report of failure --- and we have seen
problems with psql crashing at exit, so this isn't an academic point.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: ecpg localization
Next
From: Zdenek Kotala
Date:
Subject: Re: WIP: Pg_upgrade - page layout converter (PLC) hook