-
Type: Bug
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: 3.1.5
-
Component/s: Shell, Testing Infrastructure
-
Minor Change
-
ALL
-
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