]> granicus.if.org Git - postgresql/commit
Clean up sloppy maintenance of regression test schedule files.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 7 Oct 2017 17:19:13 +0000 (13:19 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 7 Oct 2017 17:19:13 +0000 (13:19 -0400)
commit1fdab4d5aa47d8a2bb29ccb1122b0158f6db221f
tree12bae72dcf268f9086453c6bba24716d6c971ee6
parent1518d07842dcb412ea6b8bb8172c40da7499b174
Clean up sloppy maintenance of regression test schedule files.

The partition_join test was added to a parallel group that was already
at the maximum of 20 concurrent tests.  The hash_func test wasn't
added to serial_schedule at all.  The identity and partition_join tests
were added to serial_schedule with the aid of a dartboard, rather than
maintaining consistency with parallel_schedule.

There are proposals afoot to make these sorts of errors harder to make,
but in the meantime let's fix the ones already in place.

Discussion: https://postgr.es/m/a37e9c57-22d4-1b82-1270-4501cd2e984e@2ndquadrant.com
src/test/regress/parallel_schedule
src/test/regress/serial_schedule