Skip to content

Commit 4bf70f2

Browse files
committed
Update isolation tests' README file.
The directions explaining about running the prepared-transactions test were not updated in commit ae55d9f.
1 parent 5cf2307 commit 4bf70f2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/test/isolation/README

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,10 @@ To run just specific test(s), you can do something like
1919
./pg_isolation_regress fk-contention fk-deadlock
2020
(look into the specs/ subdirectory to see the available tests).
2121

22-
Note that the prepared-transactions test requires the server's
23-
max_prepared_transactions parameter to be set to at least 3. We have
24-
provided a variant expected-output file that allows the test to "pass"
25-
when max_prepared_transactions has its default value of zero, but of
26-
course that is not really exercising the feature.
22+
The prepared-transactions test requires the server's
23+
max_prepared_transactions parameter to be set to at least 3; therefore it
24+
is not run by default. To include it in the test run, use
25+
gmake installcheck-prepared-txns
2726

2827
To define tests with overlapping transactions, we use test specification
2928
files with a custom syntax, which is described in the next section. To add

0 commit comments

Comments
 (0)