pgsql: Reorder identity regression test

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Reorder identity regression test
Date: 2019-03-14 23:27:37
Message-ID: E1h4ZlB-0004X3-T1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2019-03-15 00:54:40 Re: pgsql: Fix thinko when bumping on temporary directories in pg_verify_ch
Previous Message Tom Lane 2019-03-14 22:36:43 pgsql: Fix some oversights in commit 2455ab488.