- Notifications
You must be signed in to change notification settings - Fork5
Commit0d8a22a
committed
Shut down test servers after pg_rewind regression tests.
Now that the test servers are initialized twice in each .pl script,the single END block is not enough to stop them. Add a new clean_rewind_testfunction that is called at the end of each test.Michael Paquier1 parent3d80a1e commit0d8a22a
File tree
4 files changed
+16
-2
lines changed- src/bin/pg_rewind
- t
4 files changed
+16
-2
lines changedLines changed: 12 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
| 25 | + | |
| 26 | + | |
| 27 | + | |
25 | 28 |
| |
26 | 29 |
| |
27 | 30 |
| |
| |||
56 | 59 |
| |
57 | 60 |
| |
58 | 61 |
| |
| 62 | + | |
59 | 63 |
| |
60 | 64 |
| |
61 | 65 |
| |
| |||
262 | 266 |
| |
263 | 267 |
| |
264 | 268 |
| |
265 |
| - | |
| 269 | + | |
266 | 270 |
| |
267 |
| - | |
268 | 271 |
| |
269 | 272 |
| |
270 | 273 |
| |
| |||
273 | 276 |
| |
274 | 277 |
| |
275 | 278 |
| |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
276 | 286 |
| |
277 | 287 |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
| 81 | + | |
81 | 82 |
| |
82 | 83 |
| |
83 | 84 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
| 43 | + | |
43 | 44 |
| |
44 | 45 |
| |
45 | 46 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
| 65 | + | |
| 66 | + | |
65 | 67 |
| |
66 | 68 |
| |
67 | 69 |
| |
|
0 commit comments
Comments
(0)