diff options
| author | Daniel Gustafsson <dgustafsson@postgresql.org> | 2025-11-20 14:49:33 +0100 |
|---|---|---|
| committer | Daniel Gustafsson <dgustafsson@postgresql.org> | 2025-11-20 14:49:33 +0100 |
| commit | 20bff3d7945ec23b44322232d608f5776a1f0e35 (patch) | |
| tree | e96360abe3d6e1d3fa14a49976098ed3363f4d2a /doc/src | |
| parent | 599336c64fc9ef75727ec3ba4684644dc23f8ddb (diff) | |
doc: Document how to run a subset of regress tests
This patch was originally submitted a year ago, but never
ended up getting committed. It was later brought up again
on a recent thread on the same subject.
Original patch by Paul A Jungwirth with some wordsmithing
by me based on the review from the original thread.
Author: Paul A. Jungwirth <pj@illuminatedcomputing.com>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Reviewed-by: Viktor Holmberg <v@viktorh.net>
Reviewed-by: Nazir Bilal Yavuz <byavuz81@gmail.com>
Discussion: https://postgr.es/m/CA+renyXB5jYG9r5-CaDc4g607EB398QwTk_efEXTzarrO8bPzw@mail.gmail.com
Discussion: https://postgr.es/m/CACJufxHOcmeTkoh2CxFHKv9GRnp9sLVzN=LZhqTgvqT++PXZNQ@mail.gmail.com
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/regress.sgml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml index 8838fe7f022..c05cd2f96f5 100644 --- a/doc/src/sgml/regress.sgml +++ b/doc/src/sgml/regress.sgml @@ -125,6 +125,18 @@ make installcheck-parallel </para> </sect2> + <sect2 id="regress-subset"> + <title>Running Specific Tests</title> + + <para> + A subset of the regression tests can be run with the command + <literal>make check-tests TESTS="boolean char"</literal> or + <literal>make installcheck-tests TESTS="boolean char"</literal>. + Note that sometimes tests have dependencies on objects created by other + tests, which can cause unexpected failures. + </para> + </sect2> + <sect2 id="regress-additional"> <title>Additional Test Suites</title> |
