Re: Add some regression tests for SEQUENCE - Mailing list pgsql-hackers

From Josh Kupershmidt
Subject Re: Add some regression tests for SEQUENCE
Date
Msg-id CAK3UJRGnfN4HBRFvxvwH2F3=xLpybMzcK+BEcKbWX9yAXyVd0Q@mail.gmail.com
Whole thread Raw
In response to Re: Add some regression tests for SEQUENCE  (Robins Tharakan <tharakan@gmail.com>)
Responses Re: Add some regression tests for SEQUENCE  (Robins Tharakan <tharakan@gmail.com>)
List pgsql-hackers
On Mon, Mar 18, 2013 at 3:10 PM, Robins Tharakan <tharakan@gmail.com> wrote:
> Hi,
>
> Please find an updated patch (reworked on the names of SEQUENCES / ROLES /
> SCHEMA etc.)
> Takes code-coverage of 'make check' for SEQUENCE to ~95%.

There is a typo difference between sequence.out and sequence.sql
causing the test to fail:

+-- Should fail since seq5 shouldn't exist
...
+-- Should fail since seq5 shouldn't exit

Josh



pgsql-hackers by date:

Previous
From: Dimitri Fontaine
Date:
Subject: Re: machine-parseable object descriptions
Next
From: Robins Tharakan
Date:
Subject: Re: Add some regression tests for SEQUENCE