Run the "tablespace" regression test first not last. The former placement
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 24 Aug 2009 03:10:16 +0000 (03:10 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 24 Aug 2009 03:10:16 +0000 (03:10 +0000)
commitec52e0e38f859eb7edbde62108f0a596699d196a
tree09246f6d3ef36617e9df5d6ac67d01b638ed11dd
parent103f560d2a4115699657a8b332d0010f44c440e1
Run the "tablespace" regression test first not last.  The former placement
renders useless one of the few test methodologies we have for WAL replay,
which is to intentionally crash the system just after completing the
regression tests and see if it recovers to the expected database state.
The reason is that DROP TABLESPACE forces a checkpoint, so there's essentially
no WAL available for replay after the tests complete.
src/test/regress/parallel_schedule
src/test/regress/serial_schedule