-
Type:
Bug
-
Status: Closed
-
Priority:
Minor - P4
-
Resolution: Fixed
-
Affects Version/s: 3.1.5
-
Fix Version/s: 3.1.7
-
Component/s: Shell, Testing Infrastructure
-
Labels:
-
Backwards Compatibility:Minor Change
-
Operating System:ALL
-
Steps To Reproduce:
-
Epic Link:
When createIndex is called in the shell it checks if the options provided are an array with if ( options.length ). If options is an object with a a field called length that is very large the shell will stall. This can be fixed by check if it's an array with if ( Array.isArray(options ). This can cause problems in jstestfuzz.
- is related to
-
SERVER-31038 DBCollection.prototype.createIndexes can stall when given object with large "length" property
-
- Closed
-