- Notifications
You must be signed in to change notification settings - Fork928
Commit4cba83b
authored
test: apptest was accidently choosing ports in use (#12580)
Apptest requires a port without a listening server to test failurecases. This port was chosen and had a chance of actually beingprovisioned. To prevent this accident, a port <1k is chosen,since those will never be allocated.1 parent14130de commit4cba83b
1 file changed
+19
-3
lines changedLines changed: 19 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
309 | 309 |
| |
310 | 310 |
| |
311 | 311 |
| |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
312 | 329 |
| |
313 | 330 |
| |
314 | 331 |
| |
315 | 332 |
| |
316 | 333 |
| |
317 | 334 |
| |
318 |
| - | |
319 |
| - | |
320 |
| - | |
| 335 | + | |
| 336 | + | |
321 | 337 |
| |
322 | 338 |
| |
323 | 339 |
| |
|
0 commit comments
Comments
(0)