Commit Graph

8 Commits

Author SHA1 Message Date
Kamran Khan
5d76623abc SERVER-20098 Fix duplicate property definition in multiVersion test helper
Previously, only regex literals were tested due to the duplicate definition.
Now, regex literals and regex objects are tested.
2015-08-26 00:34:12 -04:00
Shaun Verch
2326733efd SERVER-14229 Do not generate bad 2d index options in multiversion dumprestore test helper 2014-06-11 18:12:22 -04:00
daveh86
0e224f9a0f SERVER-10177 Remove all Js instances of "throw 'string';" with "throw Error();"
Includes both the initial patch to remove all throws and patches for all failing tests

Signed-off-by: Benety Goh <benety@mongodb.com>
2014-05-22 09:17:09 -04:00
Jason Rassi
ecda90ce4a SERVER-12175 Add 2dsphere index option "2dsphereIndexVersion"
- Defines version 1 and 2; both are supported.
- Indexes without this option are assumed to be version 1.
- New builds get version 2 (if version unspecified).
- Version 1 throws in getKeys if the geometry is one of the types
  introduced since 2.4.0 (MultiPoint, MultiLineString, MultiPolygon,
  GeometryCollection).
2014-02-15 13:56:12 -05:00
Shaun Verch
e42c285567 SERVER-12092 Uncommented no longer failing test 2014-02-12 13:29:32 -05:00
Shaun Verch
640a450f0d Updated comment with correct version references 2014-01-23 14:57:57 -08:00
Shaun Verch
29f796ddd8 Explicitly set usePowerOf2Sizes 2014-01-23 14:43:53 -08:00
Shaun Verch
92cf0713b7 Multiversion testing for mongodump and mongorestore 2014-01-22 17:33:29 -08:00