Re: Patch to add regression tests for SCHEMA - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Patch to add regression tests for SCHEMA
Date
Msg-id 20130318041250.GB3705@alvh.no-ip.org
Whole thread Raw
In response to Patch to add regression tests for SCHEMA  (robins <tharakan@gmail.com>)
Responses Re: Patch to add regression tests for SCHEMA  (robins <tharakan@gmail.com>)
List pgsql-hackers
robins escribió:
> Hi,
>
> Please find attached a patch to take 'make check' code-coverage of SCHEMA
> from 33% to 98%.
>
> Any feedback is more than welcome.

I think you should use more explicit names for shared objects such as
roles -- i.e. not "r1" but "regression_user_1" and so on. (But be
careful about role names used by other tests).  The issue is that these
tests might be run in a database that contains other stuff; certainly we
don't want to drop or otherwise affect previously existing roles.

> p.s.: I am currently working on more regression tests (USER / VIEW /
> DISCARD etc). Please let me know if I need to post these as one large
> patch, instead of submitting one patch at a time.

I think separate patches is better.  Are you adding these patches to the
upcoming commitfest, for evaluation?  https://commitfest.postgresql.org

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services



pgsql-hackers by date:

Previous
From: robins
Date:
Subject: Patch to add regression tests for SCHEMA
Next
From: Craig Ringer
Date:
Subject: Re: Trust intermediate CA for client certificates