pgsql: Detect invalid permutations in isolationtester

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Detect invalid permutations in isolationtester
Date: 2012-01-14 22:39:43
Message-ID: E1RmCGF-0007V7-3J@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Detect invalid permutations in isolationtester

isolationtester is now able to continue running other permutations when
it detects that one of them is invalid, which is useful during initial
development of spec files.

Author: Alexander Shulgin

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7064fd06489e069d38a9d67c5322265cb8f7ceec

Modified Files
--------------
src/test/isolation/isolationtester.c | 48 +++++++++++++++++++++++++++++++++-
1 files changed, 47 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2012-01-15 12:29:15 pgsql: pgcrypto: Remove inappropriate const qualifier
Previous Message Alvaro Herrera 2012-01-14 22:04:28 pgsql: Avoid NULL pointer dereference in isolationtester