-
Type: Bug
-
Resolution: Duplicate
-
Priority: Trivial - P5
-
None
-
Affects Version/s: 3.1.6
-
Component/s: Shell, Testing Infrastructure
-
None
-
Fully Compatible
-
ALL
-
The allocatePorts helper allows you to specify a port number that exceeds 2^16 - 1. It's also possible for the function to hang if you specify a very large 'n' offset.
We should add range-checking for general correctness and to make jstestfuzz less likely to hang the shell.
- duplicates
-
SERVER-18272 Update ShardingTest to use the allocatePorts() shell helper
- Closed