forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit424d7a9
committed
Stabilize timeline switch regression test.
Commitfef5b47 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 parent3f238b8 commit424d7a9
1 file changed
+4
-0
lines changedOriginal 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)