James Wahlin
97c43492de
SERVER-24506 listCollections support for views
2016-07-19 10:10:43 -04:00
Mark Benvenuto
6dcdd23dd3
SERVER-23971 Clang-Format code
2016-05-28 17:55:12 -04:00
Randolph Tan
756d6ee26b
SERVER-24087 Make sure config servers are caught up after ShardingTest starts up
2016-05-18 13:44:23 -04:00
Andy Schwerin
07c2cd5b87
SERVER-23547 Make the multiversion concept of "latest" more precise.
...
This supports multiversion tests involving subversions, like 3.2.1 compared to 3.2 latest.
2016-04-07 09:41:39 -04:00
Eric Milkie
ebf68ba092
SERVER-23148 patch multi_rs.js to ensure replSetMaintenance command succeeds
2016-03-15 16:26:07 -04:00
Esha Maharishi
25b851b56e
SERVER-22942 enable dumprestore_sharded.js test now that readMode and writeMode in the multiversion suite are default not legacy
2016-03-14 16:26:55 -04:00
Esha Maharishi
ab13ba2b6c
SERVER-22514 change readMode and writeMode to default from legacy in multiversion suite
2016-03-14 15:43:57 -04:00
Jonathan Abrahams
4ae691e8ed
SERVER-22468 Format JS code with approved style in jstests/
2016-03-09 12:18:14 -05:00
Paul Pedersen
d80dd455a3
SERVER-17440 Remove references to textSearchEnabled command line option
2016-02-22 14:38:35 -08:00
Mike Grundy
2689df80fa
SERVER-22341 fix jslint errors in jstests/multiVersion with eslint --fix
2016-02-05 15:00:50 -05:00
Randolph Tan
5f27647953
SERVER-22282 Update multiVersion/upgrade_cluster to reflect new upgrade procedure
2016-02-02 10:46:52 -05:00
Randolph Tan
d954a344c1
SERVER-21487 Add new suite for running 3.2 SCCC cluster with 3.0 mongos against jstests/sharding
2015-11-20 06:22:14 -05:00
Kevin Pulo
0c8b0d57c7
SERVER-12746: Fix assert() calls with constant-value args
...
These calls were mostly mistakes that should have been assert.eq().
assert() will now trip if passed a non-string msg, or too many params.
2015-10-30 20:35:28 +11:00
Andreas Nilsson
d9a98b8517
SERVER-19721 Restore the authSchemaUpgrade command
...
Fixed mongos rebase error for catalogManager(txn)
2015-09-08 10:47:48 -04:00
matt dannenberg
650871daad
Revert "SERVER-20134 Restore the authSchemaUpgrade command"
...
This reverts commit 7a3fa1f56d .
2015-09-08 04:25:43 -04:00
Andreas Nilsson
7a3fa1f56d
SERVER-20134 Restore the authSchemaUpgrade command
2015-09-07 20:50:11 -04:00
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
Max Hirschhorn
610fab503c
SERVER-17861 Change the default storage engine to wiredTiger.
...
WiredTiger is used as the default storage engine if the dbpath does
not contain any data files. Otherwise, the storage engine specified
in the storage.bson metadata file is used when the --storageEngine
flag is omitted from the command line invocation.
2015-05-28 12:15:47 -04:00
Max Hirschhorn
12d9dea191
Revert "SERVER-17861 Change the default storage engine to wiredTiger."
...
This reverts commit a335b35b2e .
2015-05-27 08:49:03 -04:00
Max Hirschhorn
a335b35b2e
SERVER-17861 Change the default storage engine to wiredTiger.
...
WiredTiger is used as the default storage engine if the dbpath does
not contain any data files. Otherwise, the storage engine specified
in the storage.bson metadata file is used when the --storageEngine
flag is omitted from the command line invocation.
2015-05-26 20:27:50 -04:00
Max Hirschhorn
841c50f3e7
Revert "SERVER-17861 Change the default storage engine to wiredTiger."
...
This reverts commit 38862aaa17 .
2015-05-22 09:04:55 -04:00
Max Hirschhorn
38862aaa17
SERVER-17861 Change the default storage engine to wiredTiger.
...
WiredTiger is used as the default storage engine if the dbpath does
not contain any data files. Otherwise, the storage engine specified
in the storage.bson metadata file is used when the --storageEngine
flag is omitted from the command line invocation.
2015-05-21 21:03:59 -04:00
Spencer T Brody
8b75280296
SERVER-17971 Make ShardingTest start single-server config servers as replica sets
2015-04-23 14:30:19 -04:00
Randolph Tan
db982c182c
SERVER-17348 Bump mongos upgrade version for v3.2
2015-03-17 13:39:15 -04:00
Randolph Tan
77562fbd1b
SERVER-17348 Consolidate ReplSetTest.upgradeSet
...
Also removed zero_vote_aribter multiVersion tests.
2015-03-13 13:31:52 -04:00
Dan Pasette
ae7a1a999b
SERVER-16275 fix multiVersion jstests to accommodate new field in colstats
2015-01-12 12:34:32 -05:00
Siyuan Zhou
f18c1a14b4
SERVER-16580 Remove deprecated system collection references in JS tests
2015-01-09 18:40:56 -05:00
Eric Milkie
784c8b1efa
SERVER-16245 fix multiversion tests
2014-12-23 16:40:12 -05:00
Eric Milkie
fcd9920dc5
SERVER-16245 fix multiversion tests
2014-12-23 13:23:05 -05:00
Eric Milkie
0e9f78133f
SERVER-16245 clean up index stat display
2014-12-23 12:38:51 -05:00
matt dannenberg
904562cd8d
SERVER-16321 Re-enable v28_bad_upgrade_order.js, 2_test_launching_cluster.js
2014-12-12 11:19:45 -05:00
Andreas Nilsson
09abd0fe8e
SERVER-16002 SERVER-16369 - Cluster / standalone auth tests
2014-12-05 14:06:06 -05:00
Andreas Nilsson
a6a420f7f6
Revert "SERVER-16002 SERVER-16369 Cluster / standalone auth tests."
...
This reverts commit 11b2d7b605 .
2014-12-02 15:42:26 -05:00
Bernie Hackett
11b2d7b605
SERVER-16002 SERVER-16369 Cluster / standalone auth tests.
...
Closes #870
Signed-off-by: Benety Goh <benety@mongodb.com >
2014-12-02 10:35:23 -05:00
A. Jesse Jiryu Davis
3ebd970fb8
SERVER-13627 Test that replSetReconfig prohibits 0-vote arbiter.
...
This re-applies commit 6eccc037b1 with a fix
for occasional failures of zero_vote_arbiter.js:
Don't assume that the first member started is always the primary.
Closes #856
Signed-off-by: Benety Goh <benety@mongodb.com >
2014-11-12 14:38:27 -05:00
Eric Milkie
6d0405b1d9
Revert "SERVER-13627 Test that replSetReconfig prohibits 0-vote arbiter."
...
This reverts commit 6eccc037b1 .
2014-11-04 18:32:20 -05:00
A. Jesse Jiryu Davis
6eccc037b1
SERVER-13627 Test that replSetReconfig prohibits 0-vote arbiter.
...
Closes #856
Signed-off-by: Benety Goh <benety@mongodb.com >
2014-11-04 12:31:42 -05:00
Mathias Stearn
08319d6885
SERVER-15273 Only quantize to exact bucket sizes
...
Prep for new freelist implementation.
2014-10-17 20:33:13 -04:00
Dan Pasette
1ab6fa5f26
SERVER-13635: remove maxSize from multiVersion stats comparison tests
2014-10-09 14:47:40 -04:00
Benety Goh
01b08ba307
SERVER-15547 removed 'direct' as a supported dump/restore type in multiversion tests
2014-10-07 20:50:53 -04:00
Randolph Tan
cecd33c23d
SERVER-15401 Bump config version for v2.8 release
2014-10-02 12:57:09 -04:00
Shaun Verch
b208bb85e8
SERVER-14231 Added sharding support to multiversion dumprestore test
2014-06-11 18:12:43 -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
Amalia Hawkins
1b4b52a9d4
SERVER-12621 narrow the localhost exception when auth is enabled
2014-05-22 20:29:39 -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
Eliot Horowitz
65d3507f55
SERVER-13638: remove system flags from NamespaceDetails
2014-05-05 13:47:39 -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
6adfd0c4a9
Added multiversion testing for dump/restore to direct data files
2014-02-10 14:48:54 -05:00
Shaun Verch
640a450f0d
Updated comment with correct version references
2014-01-23 14:57:57 -08:00