Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdccee0f

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

File tree

4 files changed

+1
-98
lines changed

4 files changed

+1
-98
lines changed

‎doc/src/sgml/regress.sgml

Lines changed: 0 additions & 11 deletions
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

Lines changed: 1 addition & 5 deletions
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
exportREGRESS_SHLIB
2121

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

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

Lines changed: 0 additions & 80 deletions
This file was deleted.

‎src/tools/msvc/vcregress.pl

Lines changed: 0 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp