]> granicus.if.org Git - postgresql/commit
Enforce our convention about max number of parallel regression tests.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 7 Oct 2017 21:20:09 +0000 (17:20 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 7 Oct 2017 21:20:09 +0000 (17:20 -0400)
commitef73a8162a5fe9c4b2f895bf9fb660f1aabc796c
tree1833ce54acea397a5195db5ea7f580e49eb8fd56
parent1fdab4d5aa47d8a2bb29ccb1122b0158f6db221f
Enforce our convention about max number of parallel regression tests.

We have a very old rule that parallel_schedule should have no more
than twenty tests in any one parallel group, so as to provide a
bound on the number of concurrently running processes needed to
pass the tests.  But people keep forgetting the rule, so let's add
a few lines of code to check it.

Discussion: https://postgr.es/m/a37e9c57-22d4-1b82-1270-4501cd2e984e@2ndquadrant.com
src/test/regress/GNUmakefile
src/test/regress/pg_regress.c
src/tools/msvc/vcregress.pl