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

Commit8ee9b66

Browse files
committed
Fix test added by commit9de9294.
The buildfarm members "drongo" and "fairywren" reported thatthe regression test (024_archive_recovery.pl) added by commit9de9294failed. The cause of this failure is that the test calls $node->init()without "allows_streaming => 1" and which doesn't add pg_hba.confentry for TCP/IP connection from pg_basebackup.This commit fixes the issue by specifying "allows_streaming => 1"when calling $node->init().Author: Fujii MasaoDiscussion:https://postgr.es/m/3cc3909d-f779-7a74-c201-f1f7f62c7497@oss.nttdata.com
1 parenta1115fa commit8ee9b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/test/recovery/t/024_archive_recovery.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Initialize and start node with wal_level = replica and WAL archiving
1010
# enabled.
1111
my$node = get_new_node('orig');
12-
$node->init(has_archiving=> 1);
12+
$node->init(has_archiving=> 1,allows_streaming=> 1);
1313
my$replica_config =q[
1414
wal_level = replica
1515
archive_mode = on

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp