pgsql: Run the "tablespace" regression test first not last.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Run the "tablespace" regression test first not last.
Date: 2009-08-24 03:10:16
Message-ID: 20090824031016.2F07D75331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/src/test/regress:
parallel_schedule (r1.56 -> r1.57)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/parallel_schedule?r1=1.56&r2=1.57)
serial_schedule (r1.53 -> r1.54)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/serial_schedule?r1=1.53&r2=1.54)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2009-08-24 05:39:45 Re: pgsql: Fix a violation of WAL coding rules in the recent patch to
Previous Message Tom Lane 2009-08-24 02:18:40 pgsql: Fix a violation of WAL coding rules in the recent patch to