- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit3dea7af
committed
Fix issue in recovery test 041_checkpoint_at_promote
The phase of the test waiting for a restartpoint to complete was notworking as intended, due to a log_contains() call incorrectlywritten.The problem reported by the author could be simply reproduced byremoving the injection_points_wakeup() call: the test succeeds ratherthan waiting for the restartpoint completion. In most cases, therestartpoint completion is fast enough that the test offered the wantedcoverage. On slow machines, it could have become unreliable.Oversight in6782709.Author: Nitin JadhavDiscussion:https://postgr.es/m/CAMm1aWa_6u+o52r7h7G6pX-oWD0Qraf0ee17Ma50qxGS0B_Rzg@mail.gmail.comBackpatch-through: 171 parentff6d9cf commit3dea7af
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
116 |
| - | |
| 116 | + | |
117 | 117 |
| |
118 | 118 |
| |
119 | 119 |
| |
|
0 commit comments
Comments
(0)