diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml index 8a0b384dec6..f721694230f 100644 --- a/doc/src/sgml/regress.sgml +++ b/doc/src/sgml/regress.sgml @@ -30,6 +30,8 @@ parallel method starts up multiple server processes to run groups of tests in parallel. Parallel testing adds confidence that interprocess communication and locking are working correctly. + Some tests may run sequentially even in the parallel + mode in case this is required by the test. @@ -43,12 +45,12 @@ make check in the top-level directory. (Or you can change to src/test/regress and run the command there.) + Tests which are run in parallel are prefixed with +, and + tests which run sequentially are prefixed with -. At the end you should see something like: -======================= - All 193 tests passed. -======================= +# All 213 tests passed. or otherwise a note about which tests failed. See