Commit cb88b37
t5330: remove run_with_limited_processses()
run_with_limited_processses() is used to end the loop faster when an
infinite loop happen. But "ulimit" is tied to the entire development
station, and the test will fail due to too many other processes or using
"--stress".
Without run_with_limited_processses() the infinite loop can also be
stopped due to global configrations or quotas, and the verification
still works fine. So let's remove run_with_limited_processses().
Signed-off-by: Han Xin <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>1 parent 3a1ea94 commit cb88b37
1 file changed
+1
-24
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | 7 | | |
30 | 8 | | |
31 | 9 | | |
| |||
59 | 37 | | |
60 | 38 | | |
61 | 39 | | |
62 | | - | |
63 | | - | |
| 40 | + | |
64 | 41 | | |
65 | 42 | | |
66 | 43 | | |
| |||
0 commit comments