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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Run the "tablespace" regression test first not last.
Дата
Msg-id 20090824031016.2F07D75331E@cvs.postgresql.org
обсуждение исходный текст
Список 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)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix a violation of WAL coding rules in the recent patch to
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: pgsql: Fix a violation of WAL coding rules in the recent patch to