pgsql: alter_generic regression test cannot run concurrently with privi - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: alter_generic regression test cannot run concurrently with privi
Date
Msg-id E1TNnO1-0007Ca-QZ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
alter_generic regression test cannot run concurrently with privileges test.

... because the latter plays games with the privileges for language SQL.
It looks like running alter_generic in parallel with "misc" is OK though.

Also, adjust serial_schedule to maintain the same test ordering (up to
parallelism) as parallel_schedule.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b72bd3d1c65886c21a961830325f11a3f7a41799

Modified Files
--------------
src/test/regress/parallel_schedule |    8 ++++++--
src/test/regress/serial_schedule   |    4 ++--
2 files changed, 8 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: pgsql: Fix race condition in pg_ctl reading postmaster.pid.
Next
From: Bruce Momjian
Date:
Subject: pgsql: When outputting the session id in log_line_prefix (%c) or in CSV