summaryrefslogtreecommitdiff
path: root/jstests/replsets
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-27067 sets client last op to system last optime if the global exclusiv...Judah Schvimer2017-07-171-0/+221
* SERVER-30144 cloneDB.js should await replication after creating viewWilliam Schultz2017-07-141-0/+3
* SERVER-30143 Raise oplog size in clean_shutdown_oplog_state.jsJudah Schvimer2017-07-141-1/+1
* SERVER-30139 Increase waitForState timeout in replsetprio1.jsWilliam Schultz2017-07-141-1/+1
* SERVER-29373 relax index name constraint when doing two phase collection drop...r3.5.10Benety Goh2017-07-121-0/+15
* SERVER-30061 Fix oplog_format_create_indexes.js to handle new createIndexes e...Geert Bosch2017-07-111-12/+34
* SERVER-30038 rename $logicalTime to $clusterTimeMisha Tyulenev2017-07-111-5/+5
* SERVER-27581 Only fetch missing documents on update oplog entries during initialJudah Schvimer2017-07-112-5/+4
* 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 t...Benety Goh2017-06-281-6/+8
* 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
* SERVER-29277 dropDatabase() waits for collection drops to be replicated befor...Benety Goh2017-06-271-0/+149
* SERVER-29545 allow step_down_during_draining.js multiple attempts to step up ...Judah Schvimer2017-06-261-3/+6
* SERVER-29835 Increase timeout for waiting for drain mode to finish in step_do...Spencer T Brody2017-06-231-1/+1
* 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 read_committed_with_catalog_cha...Benety Goh2017-06-211-0/+6
* SERVER-29277 rollback_dropdb.js drops collection but leaves database around b...Benety Goh2017-06-211-3/+18
* 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 renam...Allison Chang2017-06-191-0/+140
* SERVER-29467 Update comments and logging in rs_rollback files for greater rea...Allison Chang2017-06-193-49/+55
* 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 apply_batch_only_goes_for...Benety Goh2017-06-121-5/+8
* 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 mong...Eddie Louie2017-06-073-0/+13
* SERVER-27769 Add wallClock time to oplogMisha Tyulenev2017-06-061-0/+29
* SERVER-29240 Add test to ensure valid index creation for capped collections d...William Schultz2017-06-051-0/+125
* 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 update...Tess Avitabile2017-05-233-4/+4
* 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
* SERVER-28846 Use IDL to generate oplog entry parsersJudah Schvimer2017-05-172-91/+1
* SERVER-28100 ReplSetTest.awaitNodesAgreeOnPrimary() accepts an optional expec...Benety Goh2017-05-174-28/+43
* SERVER-28100 moved common test code for all 3 tags.js tests into a test libra...Benety Goh2017-05-162-232/+285
* SERVER-29093 double_rollback.js should ensure stable connections before runni...William Schultz2017-05-152-15/+49
* SERVER-26973 Increase max number of attempts to find a sync source for initia...Spencer T Brody2017-05-041-1/+17
* 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