forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit59be1c9
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 parent0234ed8 commit59be1c9
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| 29 | + | |
29 | 30 |
| |
30 | 31 |
| |
31 | 32 |
| |
| |||
40 | 41 |
| |
41 | 42 |
| |
42 | 43 |
| |
| 44 | + | |
43 | 45 |
| |
44 | 46 |
| |
45 | 47 |
| |
46 |
| - | |
| 48 | + | |
47 | 49 |
| |
48 | 50 |
| |
49 | 51 |
| |
|
0 commit comments
Comments
(0)