- Notifications
You must be signed in to change notification settings - Fork5.2k
Commitc71c702
committed
Improve the stability of the recovery test 047_checkpoint_physical_slot
Currently, the comments in 047_checkpoint_physical_slot. It shows anincomplete intention to wait for checkpoint completion before performingan immediate database stop. However, an immediate node stop can occur bothbefore and after checkpoint completion. Both cases should work correctly.But we would like the test to be more stable and deterministic. This is whythis commit makes this test explicitly wait for the checkpoint completionlog message.Discussion:https://postgr.es/m/CAPpHfdurV-j_e0pb%3DUFENAy3tyzxfF%2ByHveNDNQk2gM82WBU5A%40mail.gmail.comDiscussion:https://postgr.es/m/aHXLep3OaX_vRTNQ%40paquier.xyzAuthor: Alexander Korotkov <akorotkov@postgresql.org>Reviewed-by: Michael Paquier <michael@paquier.xyz>Backpatch-through: 171 parent5449d5b commitc71c702
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
| 98 | + | |
98 | 99 | | |
99 | 100 | | |
| 101 | + | |
100 | 102 | | |
101 | 103 | | |
102 | 104 | | |
103 | 105 | | |
104 | 106 | | |
105 | 107 | | |
106 | 108 | | |
107 | | - | |
108 | | - | |
| 109 | + | |
109 | 110 | | |
110 | 111 | | |
111 | 112 | | |
| |||
0 commit comments
Comments
(0)