- Notifications
You must be signed in to change notification settings - Fork28
Commit8523a09
committed
Stabilize timeline switch regression test.
Commit fef5b47f6b added the regression test to check whether a standby isable to follow a primary on a newer timeline when WAL archiving is enabled.But the buildfarm member florican reported that this test failed becausethe requested WAL segment was removed and replication failed. This is atiming issue. Since neither replication slot is used nor wal_keep_size is setin the test, checkpoint could remove the WAL segment that's still necessaryfor replication.This commit stabilizes the test by setting wal_keep_size.Back-patch to v13 where the regression test that this commit stabilizeswas added.Author: Fujii MasaoDiscussion:https://postgr.es/m/X//PsenxcC50jDzX@paquier.xyz1 parent94f5292 commit8523a09
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
78 | 82 |
| |
79 | 83 |
| |
80 | 84 |
| |
|
0 commit comments
Comments
(0)