forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7cfe688
committed
Fix test instability
On FreeBSD, the new test fails due to a WAL file being removed beforethe standby has had the chance to copy it. Fix by adding a replicationslot to prevent the removal until after the standby has connected.Author: Kyotaro Horiguchi <horikyota.ntt@gmail.com>Reported-by: Matthias van de Meent <boekewurm+postgres@gmail.com>Discussion:https://postgr.es/m/CAEze2Wj5nau_qpjbwihvmXLfkAWOZ5TKdbnqOc6nKSiRJEoPyQ@mail.gmail.com1 parent9a7e26b commit7cfe688
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
| 27 | + | |
27 | 28 |
| |
28 | 29 |
| |
29 | 30 |
| |
| |||
38 | 39 |
| |
39 | 40 |
| |
40 | 41 |
| |
| 42 | + | |
41 | 43 |
| |
42 | 44 |
| |
43 | 45 |
| |
44 |
| - | |
| 46 | + | |
45 | 47 |
| |
46 | 48 |
| |
47 | 49 |
| |
|
0 commit comments
Comments
(0)