pgsql: Don't run rowsecurity in parallel with other regression tests.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Don't run rowsecurity in parallel with other regression tests.
Date: 2014-12-31 22:04:31
Message-ID: E1Y6RNX-0002jx-6A@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Don't run rowsecurity in parallel with other regression tests.

The short-lived event trigger in the rowsecurity test causes irreproducible
failures when the concurrent tests do something that the event trigger
can't cope with. Per buildfarm.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7161b082bd9fc51e67a1031ea9d0313e8a48286b

Modified Files
--------------
src/test/regress/parallel_schedule | 7 +++++--
src/test/regress/serial_schedule | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2014-12-31 22:09:49 Re: Re: [COMMITTERS] pgsql: pg_event_trigger_dropped_objects: Add name/args output columns
Previous Message Tom Lane 2014-12-31 21:43:10 pgsql: Docs: improve descriptions of ISO week-numbering date features.