forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0fc68c8
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 parent5b94e27 commit0fc68c8
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
110 | 110 |
| |
111 | 111 |
| |
112 | 112 |
| |
113 |
| - | |
| 113 | + | |
114 | 114 |
| |
115 | 115 |
| |
116 | 116 |
| |
|
0 commit comments
Comments
(0)