Skip to content

Commit dccee0f

Browse files
committed
Revert "Test replay of regression tests."
This reverts commit 123828a. Discussion: https://postgr.es/m/CA%2BhUKG%2BGBC-6QhOKt6Y7ccrXSjbRHB7Di295%3D0rAGhE7a7hSrQ%40mail.gmail.com
1 parent 123828a commit dccee0f

File tree

4 files changed

+1
-98
lines changed

4 files changed

+1
-98
lines changed

doc/src/sgml/regress.sgml

-11
Original file line numberDiff line numberDiff line change
@@ -289,17 +289,6 @@ make check-world PG_TEST_EXTRA='kerberos ldap ssl'
289289
</para>
290290
</listitem>
291291
</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>
303292
</variablelist>
304293

305294
Tests for features that are not supported by the current build

src/test/recovery/Makefile

+1-5
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,10 @@ subdir = src/test/recovery
1515
top_builddir = ../../..
1616
include $(top_builddir)/src/Makefile.global
1717

18-
# required for 017_shm.pl and 027_stream_regress.pl
18+
# required for 017_shm.pl
1919
REGRESS_SHLIB=$(abs_top_builddir)/src/test/regress/regress$(DLSUFFIX)
2020
export REGRESS_SHLIB
2121

22-
# required for 027_stream_regress.pl
23-
REGRESS_OUTPUTDIR=$(abs_top_builddir)/src/test/recovery
24-
export REGRESS_OUTPUTDIR
25-
2622
check:
2723
$(prove_check)
2824

src/test/recovery/t/027_stream_regress.pl

-80
This file was deleted.

src/tools/msvc/vcregress.pl

-2
Original file line numberDiff line numberDiff line change
@@ -536,8 +536,6 @@ sub recoverycheck
536536
{
537537
InstallTemp();
538538

539-
$ENV{REGRESS_OUTPUTDIR} = "$topdir/src/test/recovery";
540-
541539
my $mstat = 0;
542540
my $dir = "$topdir/src/test/recovery";
543541
my $status = tap_check($dir);

0 commit comments

Comments
 (0)