forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8ee9b66
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.com1 parenta1115fa commit8ee9b66
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
|
0 commit comments
Comments
(0)