forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc0849e4
committed
Fix new TAP test for 2PC transactions and PITRs on Windows
The test added by595b9cb forgot that on Windows it is necessary to setup pg_hba.conf (see PostgresNode::set_replication_conf) with a specificentry or base backups fail. Any node that requires to supportreplication just needs to pass down allows_streaming at initialization.This updates the test to do so. Simplify things a bit while on it.Per buildfarm member fairywren. Any Windows hosts running this testwould have failed, and I have reproduced the problem as well.Backpatch-through: 101 parent4b1dd9b commitc0849e4
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
| |||
30 | 28 | | |
31 | 29 | | |
32 | 30 | | |
33 | | - | |
34 | 31 | | |
35 | 32 | | |
36 | 33 | | |
| |||
0 commit comments
Comments
(0)