forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit734cb4c
committed
Avoid tests which crash the calling process on Windows
Certain recovery tests use the Perl IPC::Run module's start/kill_killmethod of processing. On at least some versions of perl this causes thewhole process and its caller to crash. If we ever find a better way ofdoing these tests they can be re-enabled on this platform. This does notaffect Mingw or Cygwin builds, which use a different perl and adifferent shell and so are not affected.1 parent024711b commit734cb4c
File tree
2 files changed
+25
-8
lines changed- src/test/recovery/t
2 files changed
+25
-8
lines changedLines changed: 14 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + | |
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
| |||
72 | 73 |
| |
73 | 74 |
| |
74 | 75 |
| |
75 |
| - | |
76 |
| - | |
77 |
| - | |
78 |
| - | |
79 |
| - | |
80 |
| - | |
81 |
| - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
82 | 89 |
| |
83 | 90 |
| |
84 | 91 |
| |
|
Lines changed: 11 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
9 | 19 |
| |
10 | 20 |
| |
11 | 21 |
| |
|
0 commit comments
Comments
(0)