Commit Graph

183 Commits

Author SHA1 Message Date
David Storch
fcd3517820 SERVER-21637 add a test for 3.2 shell / 3.0 server find compatibility
(cherry picked from commit 711ee0acc5)
2015-12-09 11:05:50 -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
Misha Tyulenev
6ff0dce6e0 SERVER-20651 do not allow mongos connect to mongod if mongod does not support COMMAND protocol 2015-11-19 18:17:02 -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
Kaloian Manassiev
38e5c4febb SERVER-21009 Get rid of some unused/unnecessary methods in ShardingTest
Removes shardGo in lieu of shardColl and removes setBalancer because it
duplicates functionality, which is already in sh.
2015-10-27 08:24:24 -04:00
Charlie Swanson
13b252e734 SERVER-20917 Remove concept of "oldest-supported" from multiversion suite
This was only being used in one place, to test that we could start a 1.8
mongod.
2015-10-14 13:53:11 -04:00
Charlie Swanson
fa0ea5f7e9 SERVER-20414 Instruct 2.4 processes to disable an unneeded httpinterface
The httpinterface parameter is on by default in 2.4 and before, but is not
needed. Since it uses a hardcoded port, it interferes with running the tests
in parallel, and should be disabled.
2015-10-13 18:12:11 -04:00
matt dannenberg
d789bca4c9 SERVER-18498 New replica set configurations have protocolVersion=1 by default
This re-adds Siyuan's work from commits 19d2885ec5 and 362aac3937.
2015-10-01 08:00:10 -04:00
Adam Midvidy
411e981007 SERVER-20652 remove pseudocommand downconversion code in mongos 2015-09-26 11:57:13 -04:00
Jason Rassi
19d2885ec5 Revert "SERVER-18498 New replica set configurations have protocolVersion=1 by default"
This reverts commit 2c1facf471.
2015-09-24 11:16:32 -04:00
Siyuan Zhou
2c1facf471 SERVER-18498 New replica set configurations have protocolVersion=1 by default 2015-09-23 14:50:56 -04:00
Andy Schwerin
bf22ad124a SERVER-19696 Change js tests that use mongod nodes as config servers to pass --configsvr.
All nodes used as config servers should be started with --configsvr, and
this will be enforced in upcoming changes.
2015-09-23 12:54:23 -04:00
Eric Milkie
c1fafb61fb SERVER-20444 update multiversion tests still using 2.6 2015-09-17 09:57:28 -04: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
04dbe8b560 SERVER-17658 Fail to start up with an invalid partial index.
Changed to check that all index specs are OK on startup.
2015-08-25 11:57:09 -04:00
David Hows
07728dc1e6 SERVER-19100 - re-add missing failedConn lines into upgrade/downgrade test 2015-08-25 15:22:40 +10:00
David Hows
8d4c5f743d SERVER-19100 - disable config_base in WT Conn string 2015-08-25 11:56:42 +10:00
Randolph Tan
94d817f055 SERVER-19592 Remove config version increment from mongos config upgrade code 2015-08-21 12:57:57 -04:00
Randolph Tan
4c61da5028 SERVER-19590 Remove mongos --upgrade code paths 2015-08-18 11:15:40 -04:00
Jonathan Abrahams
6d9cbeb53e SERVER-19880 Upgrade/downgrade support Text Index V3 2015-08-12 00:15:42 -04:00
Jonathan Abrahams
657343ccff SERVER-19347 Generic upgrade/downgrade tests for new features 2015-08-11 16:30:15 -04:00
Jonathan Abrahams
c9c5e4fcbc Revert "SERVER-91347 Generic upgrade/downgrade tests for new features"
This reverts commit aa15ea03d71aab819ccb79f91b524d03ed301dd2.
2015-08-11 16:28:47 -04:00
Jonathan Abrahams
1159075727 SERVER-91347 Generic upgrade/downgrade tests for new features 2015-08-11 16:17:45 -04:00
Max Hirschhorn
2aa7e6eaed SERVER-18879 Add indexOptionDefaults to CollectionOptions.
Only integrated into the wiredTiger storage engine. The "configString"
option is concatenated with the creation string of all indexes that are
created on a collection.
2015-08-06 13:48:32 -04:00
Spencer T Brody
b6a708c44c SERVER-19512 Remove jstests/multiVersion/config_version_excludes.js test 2015-07-22 10:42:46 -04:00
Kevin Albertson
c33f68518b SERVER-19097 Add version 3 to 2dsphere index 2015-07-17 12:07:32 -04:00
Charlie Swanson
51cd740ce1 SERVER-19110 Ignore failed operations in mixed_storage_version_replication.js 2015-06-24 11:58:55 -04:00
Max Hirschhorn
dd0c8d73aa SERVER-18868 Check the exit code of the parallel shell.
By default the await function returned by startParallelShell() asserts
that the exit code is zero.
2015-06-23 22:22:52 -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
3a54c4caa2 SERVER-18635 Update multiversion test to upgrade from 3.0 to 3.1.x.
Specify the older version as "last-stable" instead of "3.0" to avoid
needing to change this test again after the next release.
2015-05-26 18:44:47 -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
matt dannenberg
a24b7e7653 SERVER-18152 SERVER-18254 new election code path and heartbeat protocol 2015-05-19 17:57:13 -04:00
Randolph Tan
280fbae904 SERVER-18044 Make sharding test explicitly set primary shards for databases 2015-05-15 10:11:31 -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
Spencer T Brody
7c1ad90880 SERVER-17971 Remove separateConfig option from ShardingTest and make its behavior the default 2015-04-14 13:53:47 -04:00
matt dannenberg
269576644b SERVER-17931 change downgrade_replset.js to use latest stable instead of 2.6 2015-04-08 09:42:17 -04:00
Charlie
be12db47ea SERVER-17918 do not expect capped collections to be identical on different hosts. 2015-04-07 16:40:50 -04:00
Adam Midvidy
d6cd29d1fc SERVER-7775 add killOp command 2015-04-06 18:49:59 -04:00
Spencer T Brody
6ccb82c987 SERVER-17450 Standardize on a single way to start mongod in tests 2015-04-06 18:19:21 -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
Randolph Tan
f57723cc8d SERVER-17348 Temporarily disable tests until v3.0 is released. 2015-02-26 09:41:50 -05:00
Randolph Tan
bc70a63cc5 SERVER-17384 Remove v2.6 vs v3.0 tests in multiVersion suite 2015-02-26 09:39:39 -05:00
Scott Hernandez
5ddbc9274d SERVER-16628: upgrade checker cleanup 2015-02-18 11:24:11 -05:00