Re: Add .NOTPARALLEL to contrib/Makefile - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Add .NOTPARALLEL to contrib/Makefile
Date
Msg-id 24650.1409012210@sss.pgh.pa.us
Whole thread Raw
In response to Add .NOTPARALLEL to contrib/Makefile  (Andres Freund <andres@2ndquadrant.com>)
Responses Re: Add .NOTPARALLEL to contrib/Makefile
List pgsql-hackers
Andres Freund <andres@2ndquadrant.com> writes:
> Currently running "make -j16 all check" in contrib/ results in a mess because
> all pg_regress invocations fight over the same port. Adding a simple
> .NOTPARALLEL: check-%-recurse
> into contrib/Makefile fixes that. Do we want that?

Dunno, but if we do, it should be applied to installcheck as well.
(In that case the fight is over the contrib_regression database.)

A larger point is that you shouldn't really fix this only for contrib.
What about tests run in src/pl, or contrib vs the main regression tests
vs src/pl vs test/isolationtester, etc etc.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Add .NOTPARALLEL to contrib/Makefile
Next
From: Andrew Gierth
Date:
Subject: Re: Final Patch for GROUPING SETS