pgsql: Remove dependency on error ordering in isolation tests

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove dependency on error ordering in isolation tests
Date: 2011-09-27 20:02:46
Message-ID: E1R8dra-0007ca-IO@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove dependency on error ordering in isolation tests

We now report errors reported by the just-unblocked and unblocking
transactions identically; this should fix relatively common buildfarm
failures reported by animals that are failing the "wrong" session.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/bbd38af3a879604db2b455cbb2b4ec93275249fa

Modified Files
--------------
src/test/isolation/expected/fk-deadlock.out | 8 +-
src/test/isolation/expected/fk-deadlock2.out | 16 ++--
src/test/isolation/expected/fk-deadlock2_1.out | 18 ++--
src/test/isolation/expected/fk-deadlock2_2.out | 110 ------------------------
src/test/isolation/expected/fk-deadlock_1.out | 12 ++--
src/test/isolation/isolationtester.c | 83 +++++++++++++++++-
src/test/isolation/isolationtester.h | 1 +
src/test/isolation/specparse.y | 1 +
8 files changed, 107 insertions(+), 142 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-09-28 00:07:30 pgsql: Take sepgsql regression tests out of the regular regression test
Previous Message Robert Haas 2011-09-27 13:40:43 pgsql: Update comments related to the crash-safety of the visibility ma