pgsql: Run select_parallel test by itself

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Run select_parallel test by itself
Date: 2016-08-22 15:44:55
Message-ID: E1bbrPD-0006la-Po@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Run select_parallel test by itself

Remove the plpgsql wrapping that hides the context. So now the test
will fail if the work doesn't actually happen in a parallel worker. Run
the test in its own test group to ensure it won't run out of resources
for that.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f9472d72561d285e8c138f3e1276f3110f55e515

Modified Files
--------------
src/test/regress/expected/select_parallel.out | 14 ++++----------
src/test/regress/parallel_schedule | 5 ++++-
src/test/regress/sql/select_parallel.sql | 10 ++--------
3 files changed, 10 insertions(+), 19 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2016-08-22 16:00:45 pgsql: Improve header comment for LockHasWaitersRelation.
Previous Message Tom Lane 2016-08-22 12:01:23 pgsql: initdb now needs submake-libpq and submake-libpgfeutils.