pgsql: Get rid of the separate serial_schedule list of tests.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Get rid of the separate serial_schedule list of tests.
Date: 2021-05-11 21:52:25
Message-ID: E1lgaIj-00085z-Ap@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Get rid of the separate serial_schedule list of tests.

Having to maintain two lists of regression test scripts has proven
annoyingly error-prone. We can achieve the effect of the
serial_schedule by running the parallel_schedule with
"--max_connections=1"; so do that and remove serial_schedule.

This causes cosmetic differences in the progress output, but it
doesn't seem worth restructuring pg_regress to avoid that.

Discussion: https://postgr.es/m/899209.1620759506@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1df3555acc78dedc3ca25eb5e83649b3da1f298f

Modified Files
--------------
src/test/regress/GNUmakefile | 6 +-
src/test/regress/serial_schedule | 212 ---------------------------------------
src/tools/msvc/vcregress.pl | 12 +++
3 files changed, 15 insertions(+), 215 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message noreply 2021-05-11 21:54:54 pgsql: Tag refs/tags/REL9_6_22 was created
Previous Message Bruce Momjian 2021-05-11 21:40:55 pgsql: doc: update PG 14 release notes based on feedback