summaryrefslogtreecommitdiff
path: root/jstests/replsets
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-27581 Only fetch missing documents on update oplog entries during initialJudah Schvimer2017-07-112-5/+4
| | | | sync
* SERVER-30054 update tags.js to make nodes at indexes 3 and 4 unelectable.Benety Goh2017-07-101-0/+2
|
* SERVER-29914 correctly progagate UUIDs for rename across dbsGeert Bosch2017-07-051-21/+33
|
* SERVER-29904 don't generate convertToCapped oplog entriesGeert Bosch2017-07-031-6/+0
|
* SERVER-21779 fixed misplaced write concern argument to collection drop commandBenety Goh2017-06-281-1/+1
|
* SERVER-29876 read_committed_with_catalog_changes.js drops collection during ↵Benety Goh2017-06-281-6/+8
| | | | the preparation phase instead of during the performOp phase so that dropDatabase does not block
* SERVER-29319 Delete DBClient::runCommandWithMetadata{,AndTarget}Mathias Stearn2017-06-283-19/+15
|
* SERVER-29691 rolls back dropDatabase commandsJudah Schvimer2017-06-281-85/+0
|
* SERVER-29875 Install SessionsTransactionTable on the ServiceContextKaloian Manassiev2017-06-281-1/+1
| | | | | Also hooks it with the replication subsystem and ensures the collection is created on promotion to primary.
* SERVER-29277 dropDatabase() waits for collection drops to be replicated ↵Benety Goh2017-06-271-0/+149
| | | | before dropping database
* SERVER-29545 allow step_down_during_draining.js multiple attempts to step up ↵Judah Schvimer2017-06-261-3/+6
| | | | a node
* SERVER-29835 Increase timeout for waiting for drain mode to finish in ↵Spencer T Brody2017-06-231-1/+1
| | | | step_down_during_draining.js
* SERVER-27992 Use UUIDs for replicationGeert Bosch2017-06-231-0/+153
|
* SERVER-29254 move OplogTruncateAfterPoint into its own collectionJudah Schvimer2017-06-223-9/+38
|
* SERVER-28150 Add support for readConcern::afterClusterTime for level == localMisha Tyulenev2017-06-211-5/+4
|
* SERVER-29277 fixed dropDatabase test cases in ↵Benety Goh2017-06-211-0/+6
| | | | read_committed_with_catalog_changes.js to work with a replica set with less than a majority of nodes
* SERVER-29277 rollback_dropdb.js drops collection but leaves database around ↵Benety Goh2017-06-211-3/+18
| | | | before shutting down primary
* SERVER-29695 change oplog entry timestamp logging from wc to wallMisha Tyulenev2017-06-201-1/+1
|
* SERVER-29468 Add jstest to check for data corruption after rolling back ↵Allison Chang2017-06-191-0/+140
| | | | renameCollection op
* SERVER-29467 Update comments and logging in rs_rollback files for greater ↵Allison Chang2017-06-193-49/+55
| | | | readability
* SERVER-28762 Conditionally parse an update expression as an UpdateNode treeTess Avitabile2017-06-192-8/+8
|
* SERVER-27789 Increase timeouts in commands_that_write_accept_wc_*Esha Maharishi2017-06-151-1/+2
|
* SERVER-29254 parse MinValid document with IDLJudah Schvimer2017-06-151-0/+5
|
* SERVER-29279 dbHash should ignore pending drop collectionsWilliam Schultz2017-06-141-5/+41
|
* SERVER-29536 reduce number of data-bearing nodes in ↵Benety Goh2017-06-121-5/+8
| | | | apply_batch_only_goes_forward.js from 3 to 2
* SERVER-29350 Bump featureCompatibilityVersion to 3.6Tess Avitabile2017-06-092-74/+0
|
* SERVER-29459 Add 'includePendingDrops' option to listCollections commandWilliam Schultz2017-06-081-0/+101
|
* SERVER-28590 Invoke validate command on collections before shutting down ↵Eddie Louie2017-06-073-0/+13
| | | | mongod in JS tests
* SERVER-27769 Add wallClock time to oplogMisha Tyulenev2017-06-061-0/+29
|
* SERVER-29240 Add test to ensure valid index creation for capped collections ↵William Schultz2017-06-051-0/+125
| | | | | | during initial sync
* SERVER-29270 Oplog query for first/last entry should not use a blocking sortJames Wahlin2017-05-312-2/+2
|
* SERVER-27549 Better check for when a server has shut downRobert Guo2017-05-303-8/+49
|
* SERVER-28575 Profile entry for update/delete should contain entire raw ↵Tess Avitabile2017-05-233-4/+4
| | | | update/delete
* SERVER-27549 Print message on intentional server crash.Robert Guo2017-05-2311-27/+25
|
* SERVER-29090 Nodes provide more information on why they reject a voteJudah Schvimer2017-05-222-7/+1
|
* SERVER-28378 Extend secondary catch up period inWilliam Schultz2017-05-191-36/+32
| | | | priority_takeover_two_nodes_equal_priority.js
* SERVER-28846 Use IDL to generate oplog entry parsersJudah Schvimer2017-05-172-91/+1
|
* SERVER-28100 ReplSetTest.awaitNodesAgreeOnPrimary() accepts an optional ↵Benety Goh2017-05-174-28/+43
| | | | expectedPrimaryIndex
* SERVER-28100 moved common test code for all 3 tags.js tests into a test ↵Benety Goh2017-05-162-232/+285
| | | | library under replsets/libs/
* SERVER-29093 double_rollback.js should ensure stable connections before ↵William Schultz2017-05-152-15/+49
| | | | running database commands
* SERVER-26973 Increase max number of attempts to find a sync source for ↵Spencer T Brody2017-05-041-1/+17
| | | | initial sync in resync.js.
* SERVER-28326 Ensure primary doesn't change in initial_sync4.js testSpencer T Brody2017-05-041-79/+84
|
* SERVER-28751 Allow stepDown command to work against primary in catchup modeSiyuan Zhou2017-05-021-21/+19
| | | | SERVER-28702 Race condition of stepdown command and signaling stepdown waiter
* SERVER-28969 Wait until the voter has the latest optime in case 3 of catchup.jsSiyuan Zhou2017-04-271-1/+8
|
* SERVER-28493 Wait for secondary's dry run election to finish before healing ↵Judah Schvimer2017-04-211-0/+1
| | | | network in no_flapping_during_network_partition.js
* SERVER-28909 double_rollback.js should assert that database commands succeedWilliam Schultz2017-04-211-4/+4
|
* SERVER-26848 Exit catchup mode when not syncing more data.Siyuan Zhou2017-04-202-71/+117
| | | | This reverts commit c08590a6ac9dc54c9d910822d47ea17140b56f89.
* Revert "SERVER-26848 Exit catchup mode when not syncing more data."Robert Guo2017-04-202-117/+71
| | | | This reverts commit d0c851e2f4bfea514e22c97af1838640d2849a8c.
* SERVER-26848 Exit catchup mode when not syncing more data.Siyuan Zhou2017-04-192-71/+117
|
* SERVER-28813 drop collection before doing dummy write in syncFrom helperSpencer T Brody2017-04-182-5/+15
|