mirror of
https://github.com/postgres/postgres.git
synced 2025-04-21 12:05:57 +03:00
doc: Extend documentation of PG_TEST_EXTRA
Extend the PG_TEST_EXTRA documentation to mention resource intensive tests as well. The previous wording only mentioned special software and security in the main paragraph, with resource usage listed on one of the tests in the list. Backpatch to v15 where f47ed79cc8 added wal_consistenct_checking as a PG_TEST_EXTRA target. Author: Nazir Bilal Yavuz <byavuz81@gmail.com> Discussion: https://postgr.es/m/CAN55FZ0OthTuBdiNkaX2BvxuHdK4Y1MVEb8_uEuD1yHMPmT9Og@mail.gmail.com Backpatch-through: 15
This commit is contained in:
parent
1057958436
commit
bae47d7867
@ -253,11 +253,11 @@ make check-world -j8 >/dev/null
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
Some test suites are not run by default, either because they are not secure
|
Some test suites are not run by default, either because they are not secure
|
||||||
to run on a multiuser system or because they require special software. You
|
to run on a multiuser system, because they require special software or
|
||||||
can decide which test suites to run additionally by setting the
|
because they are resource intensive. You can decide which test suites to
|
||||||
<command>make</command> or environment variable
|
run additionally by setting the <command>make</command> or environment
|
||||||
<varname>PG_TEST_EXTRA</varname> to a whitespace-separated list, for
|
variable <varname>PG_TEST_EXTRA</varname> to a whitespace-separated list,
|
||||||
example:
|
for example:
|
||||||
<programlisting>
|
<programlisting>
|
||||||
make check-world PG_TEST_EXTRA='kerberos ldap ssl load_balance'
|
make check-world PG_TEST_EXTRA='kerberos ldap ssl load_balance'
|
||||||
</programlisting>
|
</programlisting>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user