Re: Regression testing for psql

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Regression testing for psql
Date: 2010-05-25 02:51:00
Message-ID: 20100525025100.GL21875@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

* Stephen Frost (sfrost(at)snowman(dot)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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message KaiGai Kohei 2010-05-25 02:56:19 Re: ExecutorCheckPerms() hook
Previous Message Fujii Masao 2010-05-25 02:46:50 Re: Synchronization levels in SR