Robert Haas <robertmhaas(at)gmail(dot)com> writes:
> On Fri, Jan 20, 2012 at 2:58 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>> More generally, please do not use role names as generic as "alice" in
>> regression tests, as that could have disastrous effects if someone
>> were to run the regression tests in a live installation. We have a
>> convention of using "regressuser1" and so forth.
> A quick grep suggests that we have quite a number of violations of
> that convention, some of them dating back more than 5 years:
Yeah, I was wondering whether we'd stuck to that lately or not, but
was in too much of a hurry to look for myself.
> I can't help thinking we could probably manage an adequate set of
> regression tests that involves a somewhat fewer CREATE USER/ROLE/GROUP
> commands than the above list. Surely some roles could be used by more
> than one test, and dropped at the end?
I think that would probably be more trouble than it's worth, because of
the coupling it'd introduce between different tests. I don't mind
having a lot of create/drop role operations in the tests --- I just want
the names to all start with "regress" to minimize the risk of conflicts.
regards, tom lane
In response to
pgsql-committers by date
| Next: | From: Peter Eisentraut | Date: 2012-01-21 17:48:17 |
| Subject: pgsql: psql: Add support for tab completion of GRANT/REVOKE role |
| Previous: | From: Robert Haas | Date: 2012-01-21 05:14:57 |
| Subject: Re: pgsql: Regression tests for security_barrier views. |