Re: Regression testing for psql - Mailing list pgsql-hackers

From Stephen Frost
Subject Re: Regression testing for psql
Date
Msg-id 20100525025100.GL21875@tamriel.snowman.net
Whole thread Raw
Responses Re: Regression testing for psql
List pgsql-hackers
* Stephen Frost (sfrost@snowman.net) wrote:
>     Add regression testing for psql backslash commands
>
>     This patch adds rather extensive regression testing
>     of the psql backslash commands.  Hopefully this will
>     minimize issues such as the one which cropped up
>     recently with \h segfaulting.  Note that we don't
>     currently explicit check all the \h options and that
>     pretty much any catalog changes will mean that this
>     needs to also be updated.  Still, it's a start, we can
>     reduce the set of tests if that makes sense or they
>     become a problem.

And..  it's way too big to send to the list.  The patch is available
here:

http://snowman.net/~sfrost/psql-regress-help.patch

Of course, if people want to suggest tests that just shouldn't be
included, I can go through and strip things out.
Thanks,
    Stephen

pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: Synchronization levels in SR
Next
From: KaiGai Kohei
Date:
Subject: Re: ExecutorCheckPerms() hook