pgsql: Re-adhere to policy of no more than 20 tests per parallel group.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Re-adhere to policy of no more than 20 tests per parallel group.
Date: 2017-03-25 21:32:35
Message-ID: E1crtIZ-0001qd-DZ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Re-adhere to policy of no more than 20 tests per parallel group.

As explained at the head of parallel_schedule, we place an arbitrary limit
of 20 test cases per parallel group. Commit c7a9fa399 overlooked this.

Least messy solution seems to be to move the "comments" test to the next
group, since it doesn't really belong in a group of datatype tests anyway.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7d3957e53ebf26fc8d72dee1dacc2c827cc07caa

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-03-25 22:00:53 Re: [COMMITTERS] pgsql: Improve access to parallel query from procedural languages.
Previous Message Masahiko Sawada 2017-03-25 17:26:20 Re: pgsql: Allow vacuums to report oldestxmin