Commit Graph

26 Commits

Author SHA1 Message Date
Jonathan Reams
08896eec45 SERVER-31388 Fix race in listing collections in mixed_storage_version_replication.js 2017-10-05 15:47:51 -04:00
Benety Goh
615183c51b SERVER-29277 removed dropDatabase from list of ops to use in workload for mixed_storage_version_replication.js 2017-06-22 15:54:06 -04:00
Benety Goh
769afdf13a SERVER-29277 fix mixed_storage_version_replication.js to always pass string to Mongo.getDB() 2017-06-22 14:44:36 -04:00
Tess Avitabile
67500efdc1 SERVER-29350 Bump featureCompatibilityVersion to 3.6 2017-06-09 15:05:04 -04:00
Siyuan Zhou
4680351e3f SERVER-26848 Exit catchup mode when not syncing more data.
This reverts commit c08590a6ac.
2017-04-20 22:36:43 -04:00
Jack Mulrow
84ca21e55e SERVER-20844 Start ReplSetTests faster wrt initial election 2017-01-23 13:25:30 -05:00
Robert Guo
b2bca3948f SERVER-27107 remove or modify tests unrelated to the 3.4->3.6 upgrade path 2016-12-14 11:26:18 -05:00
Benety Goh
d4a7ae5740 SERVER-26934 removed hardcoded ReplSetTest.awaitReplication timeouts from JS tests 2016-11-07 15:54:09 -05:00
Judah Schvimer
da47772085 SERVER-26322 Use reconfig helper in multiversion tests 2016-09-26 14:38:36 -04:00
Max Hirschhorn
96a21e63bf SERVER-25725 Kill 3.2 secondaries when featureCompatibilityVersion=3.4.
Creates a v=2 index on the "admin.system.version" collection when the
featureCompatibilityVersion is set to 3.4. The index version of this
index is returned as a decimal value in the "listIndexes" command
response in order to prevent 3.2 secondaries from performing initial
sync from a 3.4 mongod with featureCompatibilityVersion=3.4.
2016-09-20 19:07:55 -04:00
Max Hirschhorn
071065a296 SERVER-25156 Add support for building v=2 indexes.
We use index version v=2 as the default index version when the
featureCompatibilityVersion is 3.4, and we use index version v=1 as the
default index version when the featureCompatibilityVersion is 3.2.

The "collation" index option can only be used with v=2 indexes.
2016-09-07 17:37:46 -04:00
Tess Avitabile
dc4a079760 SERVER-25155 Create setFeatureCompatibilityVersion command 2016-08-19 17:57:33 -04:00
Mark Benvenuto
6dcdd23dd3 SERVER-23971 Clang-Format code 2016-05-28 17:55:12 -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
Jonathan Abrahams
42161c2622 SERVER-20519 Set random seed, assert if seed not set and random function is invoked. 2015-12-31 10:22:29 -05: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
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
Charlie Swanson
51cd740ce1 SERVER-19110 Ignore failed operations in mixed_storage_version_replication.js 2015-06-24 11:58:55 -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
Randolph Tan
db982c182c SERVER-17348 Bump mongos upgrade version for v3.2 2015-03-17 13:39:15 -04:00
Randolph Tan
f57723cc8d SERVER-17348 Temporarily disable tests until v3.0 is released. 2015-02-26 09:41:50 -05:00
Charlie Swanson
ce248a28f9 SERVER-17088 Improve printing upon replication stress test failure 2015-02-06 14:09:15 -05:00
Ramon Fernandez
85fcc6daad SERVER-16811 Register wiredTiger factory once.
This change removes support for the use of the "wiredtiger" name (note
lowercase t) for the Wired Tiger storage engine. From now on only the
"wiredTiger" name is supported.
2015-01-15 16:50:58 -05:00
Charlie Swanson
8b3024fad3 SERVER-16508 Add tests for mixed version/storage engine replica sets.
Closes #879

Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
2014-12-11 16:48:44 -05:00