Commit 633f2fbd authored by Tom Lane's avatar Tom Lane

Update isolation tests' README file.

The directions explaining about running the prepared-transactions test
were not updated in commit ae55d9fb.
parent db108349
...@@ -19,11 +19,10 @@ To run just specific test(s), you can do something like ...@@ -19,11 +19,10 @@ To run just specific test(s), you can do something like
./pg_isolation_regress fk-contention fk-deadlock ./pg_isolation_regress fk-contention fk-deadlock
(look into the specs/ subdirectory to see the available tests). (look into the specs/ subdirectory to see the available tests).
Note that the prepared-transactions test requires the server's The prepared-transactions test requires the server's
max_prepared_transactions parameter to be set to at least 3. We have max_prepared_transactions parameter to be set to at least 3; therefore it
provided a variant expected-output file that allows the test to "pass" is not run by default. To include it in the test run, use
when max_prepared_transactions has its default value of zero, but of gmake installcheck-prepared-txns
course that is not really exercising the feature.
To define tests with overlapping transactions, we use test specification To define tests with overlapping transactions, we use test specification
files with a custom syntax, which is described in the next section. To add files with a custom syntax, which is described in the next section. To add
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment