pgsql: Reorder identity regression test

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Reorder identity regression test
Дата
Msg-id E1h4ZlB-0004X3-T1@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Reorder identity regression test

The previous test order had the effect that if something was wrong
with the identity functionality, the create_table_like test would
likely fail or crash first, which is confusing.  Reorder so that the
identity test comes before create_table_like.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2fadf24e249bd72fc517663a91a233437460671c

Modified Files
--------------
src/test/regress/expected/identity.out     | 1 +
src/test/regress/expected/sanity_check.out | 2 --
src/test/regress/parallel_schedule         | 8 ++++----
src/test/regress/serial_schedule           | 4 ++--
src/test/regress/sql/identity.sql          | 2 ++
5 files changed, 9 insertions(+), 8 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix some oversights in commit 2455ab488.
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Fix thinko when bumping on temporary directories inpg_verify_ch