pgsql: Reject isolation test specifications with duplicate step names. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Reject isolation test specifications with duplicate step names.
Date
Msg-id E1ZQQzn-0001J5-37@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Restore old pgwin32_message_to_UTF16() behavior outside transact
Next
From: Robert Haas
Date:
Subject: pgsql: Remove bogus step from test_decoding isolation tests.