OSDN Git Service

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)
commit3bee0a46423f60df194f5ce8529530f271b68b86
treed8118840cf07bec59680c3c60ab2428983fbed95
parent7fc7a7c4d082bfbd579f49e92b046dd51f1faf5f
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