Re: Add some regression tests for SEQUENCE

From: Robins Tharakan <tharakan(at)gmail(dot)com>
To: Josh Kupershmidt <schmiddy(at)gmail(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Add some regression tests for SEQUENCE
Date: 2013-03-18 23:07:25
Message-ID: CAEP4nAxMvhEeJ2okCFqxixBJW_6Xdoz4q1AfG1AEjNB6Oqxf5A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Duh. Apologies. That's what happens when you make that 1 last change.

Please find an updated patch.

--
Robins Tharakan

On 19 March 2013 04:07, Josh Kupershmidt <schmiddy(at)gmail(dot)com> wrote:

> On Mon, Mar 18, 2013 at 3:10 PM, Robins Tharakan <tharakan(at)gmail(dot)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
>

Attachment Content-Type Size
regress_sequence_v3.patch application/octet-stream 16.8 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2013-03-18 23:54:40 Re: Support for REINDEX CONCURRENTLY
Previous Message Josh Kupershmidt 2013-03-18 22:37:52 Re: Add some regression tests for SEQUENCE