File tree 4 files changed +1
-98
lines changed
4 files changed +1
-98
lines changed Original file line number Diff line number Diff line change @@ -289,17 +289,6 @@ make check-world PG_TEST_EXTRA='kerberos ldap ssl'
289
289
</para>
290
290
</listitem>
291
291
</varlistentry>
292
-
293
- <varlistentry>
294
- <term><literal>wal_consistency_checking</literal></term>
295
- <listitem>
296
- <para>
297
- Uses <literal>wal_consistency_checking=all</literal> while running
298
- certain tests under <filename>src/test/recovery</filename>. Not
299
- enabled by default because it is resource intensive.
300
- </para>
301
- </listitem>
302
- </varlistentry>
303
292
</variablelist>
304
293
305
294
Tests for features that are not supported by the current build
Original file line number Diff line number Diff line change @@ -15,14 +15,10 @@ subdir = src/test/recovery
15
15
top_builddir = ../../..
16
16
include $(top_builddir ) /src/Makefile.global
17
17
18
- # required for 017_shm.pl and 027_stream_regress.pl
18
+ # required for 017_shm.pl
19
19
REGRESS_SHLIB =$(abs_top_builddir ) /src/test/regress/regress$(DLSUFFIX )
20
20
export REGRESS_SHLIB
21
21
22
- # required for 027_stream_regress.pl
23
- REGRESS_OUTPUTDIR =$(abs_top_builddir ) /src/test/recovery
24
- export REGRESS_OUTPUTDIR
25
-
26
22
check :
27
23
$(prove_check )
28
24
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -536,8 +536,6 @@ sub recoverycheck
536
536
{
537
537
InstallTemp();
538
538
539
- $ENV {REGRESS_OUTPUTDIR } = " $topdir /src/test/recovery" ;
540
-
541
539
my $mstat = 0;
542
540
my $dir = " $topdir /src/test/recovery" ;
543
541
my $status = tap_check($dir );
You can’t perform that action at this time.
0 commit comments