pgsql: alter_generic regression test cannot run concurrently with privi

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: alter_generic regression test cannot run concurrently with privi
Date: 2012-10-15 16:19:25
Message-ID: E1TNnO1-0007Ca-QZ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2012-10-16 13:08:38 Re: pgsql: Provide some static-assertion functionality on all compilers.
Previous Message Heikki Linnakangas 2012-10-15 14:33:00 Re: pgsql: Fix race condition in pg_ctl reading postmaster.pid.