Get rid of the separate serial_schedule list of tests.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 11 May 2021 21:52:04 +0000 (17:52 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 11 May 2021 21:52:13 +0000 (17:52 -0400)
commit1df3555acc78dedc3ca25eb5e83649b3da1f298f
tree7c975d950982f7b3b16803e299af557eb0d71947
parent5b2d09beaffa915edd6e74fcf030b13844d3326f
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
src/test/regress/GNUmakefile
src/test/regress/serial_schedule [deleted file]
src/tools/msvc/vcregress.pl