mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Test replay of regression tests, attempt II.
See commit message for123828a7fa
. The only change this time is the order of the arguments passed to pg_regress. The previously version broke in the build farm environment due to the contents of EXTRA_REGRESS_OPTS (see also commit8cade04c
which had to do something similar). Discussion: https://postgr.es/m/CA%2BhUKGKpRWQ9SxdxxDmTBCJoR0YnFpMBe7kyzY8SUQk%2BHeskxg%40mail.gmail.com
This commit is contained in:
@ -289,6 +289,17 @@ make check-world PG_TEST_EXTRA='kerberos ldap ssl'
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><literal>wal_consistency_checking</literal></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Uses <literal>wal_consistency_checking=all</literal> while running
|
||||
certain tests under <filename>src/test/recovery</filename>. Not
|
||||
enabled by default because it is resource intensive.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
Tests for features that are not supported by the current build
|
||||
|
Reference in New Issue
Block a user