Re: SSI 2PC coverage

Kevin Grittner <kevin.grittner@wicourts.gov>

From: "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
To: "Heikki Linnakangas" <heikki.linnakangas@enterprisedb.com>
Cc: "Dan Ports" <drkp@csail.mit.edu>,<pgsql-hackers@postgresql.org>
Date: 2011-08-23T18:07:33Z
Lists: pgsql-hackers

Attachments

Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> wrote:
 
> Committed. I removed the second expected output file, and marked
> the prepared-transactions tests in the schedule as "ignore"
> instead. That way if max_prepared_transactions=0, you get a notice
> that the test case failed, but pg_regress still returns 0 as exit
> status.
 
Thanks!  Sorry I didn't get to it.  Things got really busy here.
 
> I did change the lexer slightly, to trim whitespace from the
> beginning and end of SQL blocks. This cuts the size of expected
> output a bit, and makes it look nicer anyway.
 
OK.  You missed the alternative outputs for a couple files.  These
are needed to get successful tests with
default_transaction_isolation = 'serializable' or 'repeatable read'.
Patch attached.
 
-Kevin