pgsql: Implement a dry-run mode for isolationtester

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Implement a dry-run mode for isolationtester
Date: 2011-11-03 17:22:22
Message-ID: E1RM0ze-0007oh-1N@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Implement a dry-run mode for isolationtester

This mode prints out the permutations that would be run by the given
spec file, in the same format used by the permutation lines in spec
files. This helps in building new spec files.

Author: Alexander Shulgin, with some tweaks by me

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7ed36056751cc900418871b39595100cbb06de21

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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-11-03 17:57:54 pgsql: Adjust pg_upgrade "new database skip" code, e.g. 'postgres', to
Previous Message Andrew Dunstan 2011-11-03 16:50:43 pgsql: Do not treat a superuser as a member of every role for HBA purpo