summaryrefslogtreecommitdiff
path: root/jstests/multiVersion/mixed_storage_version_replication.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-12/+5
|
* SERVER-22514 change readMode and writeMode to default from legacy in ↵Esha Maharishi2016-03-141-1/+1
| | | | multiversion suite
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-92/+160
|
* SERVER-20519 Set random seed, assert if seed not set and random function is ↵Jonathan Abrahams2015-12-311-1/+5
| | | | invoked.
* SERVER-18498 New replica set configurations have protocolVersion=1 by defaultmatt dannenberg2015-10-011-1/+2
| | | | This re-adds Siyuan's work from commits 19d2885ec51768ab73eee0c7239d8eadc0c51d8d and 362aac3937e3ff39ee995919a529297488537191.
* Revert "SERVER-18498 New replica set configurations have protocolVersion=1 ↵Jason Rassi2015-09-241-2/+1
| | | | | | by default" This reverts commit 2c1facf471cce8254e314755c3c7d2fbc753e5f4.
* SERVER-18498 New replica set configurations have protocolVersion=1 by defaultSiyuan Zhou2015-09-231-1/+2
|
* SERVER-19110 Ignore failed operations in mixed_storage_version_replication.jsCharlie Swanson2015-06-241-5/+18
|
* SERVER-17918 do not expect capped collections to be identical on different ↵Charlie2015-04-071-26/+34
| | | | hosts.
* SERVER-17348 Bump mongos upgrade version for v3.2Randolph Tan2015-03-171-3/+3
|
* SERVER-17348 Temporarily disable tests until v3.0 is released.Randolph Tan2015-02-261-1/+1
|
* SERVER-17088 Improve printing upon replication stress test failureCharlie Swanson2015-02-061-18/+73
|
* SERVER-16811 Register wiredTiger factory once.Ramon Fernandez2015-01-151-1/+1
| | | | | | 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.
* SERVER-16508 Add tests for mixed version/storage engine replica sets.Charlie Swanson2014-12-111-0/+579
Closes #879 Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>