-
Type: Improvement
-
Resolution: Done
-
Priority: Trivial - P5
-
Affects Version/s: 3.1.5
-
Component/s: Testing Infrastructure
-
Fully Compatible
In some of the jstests there are cases of duplicated properties in an object. The first property declaration is redundant since the second one will override it. This causes problems for parsing the file for fuzzing.
- jstests/core/cursor7.js:27
- jstests/core/mr1.js:169
- jstests/core/update6.js:20
- jstests/sharding/key_string.js:29
- related to
-
SERVER-20098 Fix duplicate property definition in multiVersion/libs/data_generators.js
- Closed
-
SERVER-20099 Modify stageDebug command to strip field names from startKey and endKey parameters
- Closed
- links to