pgsql: Reject isolation test specifications with duplicate step names.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Reject isolation test specifications with duplicate step names.
Date: 2015-08-15 02:14:55
Message-ID: E1ZQQzn-0001J5-37@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Reject isolation test specifications with duplicate step names.

alter-table-1.spec has such a case, so change one instance of step
rx1 to rx3 instead.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/43b4a16817c8b5568cec72f3b0e1c8209f5ac7f7

Modified Files
--------------
src/test/isolation/expected/alter-table-1.out | 750 ++++++++++++-------------
src/test/isolation/isolationtester.c | 61 +-
src/test/isolation/isolationtester.h | 2 +
src/test/isolation/specs/alter-table-1.spec | 2 +-
4 files changed, 417 insertions(+), 398 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2015-08-15 02:41:03 pgsql: Remove bogus step from test_decoding isolation tests.
Previous Message Noah Misch 2015-08-15 00:26:19 pgsql: Encoding PG_UHC is code page 949.