Get rid of the separate serial_schedule list of tests.
Tom Lane <tgl@sss.pgh.pa.us>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/GNUmakefile | modified | +3 −3 |
| src/test/regress/serial_schedule | deleted | +0 −212 |
| src/tools/msvc/vcregress.pl | modified | +12 −0 |
Discussion
- Let's get rid of serial_schedule 7 messages · 2021-05-11