summaryrefslogtreecommitdiff
path: root/jstests/replsets
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34943 Ignore internal commands with "failCommand"A. Jesse Jiryu Davis2019-01-172-3/+40
* SERVER-37915 Updates serverStatus.opcountersRepl.command on secondaries.Suganthi Mani2019-01-121-0/+102
* SERVER-38200 Fix jstests/replsets/initial_sync_oplog_hole.js to use rslib wai...Suganthi Mani2019-01-121-1/+2
* SERVER-32146 Log slow oplog entry applicationVesselina Ratcheva2019-01-111-0/+81
* SERVER-37911 createIndex via applyOps should notify opObserver in the WUOW of...Louis Williams2019-01-111-2/+24
* SERVER-37910 Added a new serverStatus meteric "repl.apply.batchSize" to track...Suganthi Mani2019-01-081-0/+1
* SERVER-38476 Increase timeout for clean_shutdown_oplog_state.jsA. Jesse Jiryu Davis2019-01-071-2/+2
* SERVER-37241 Add testing to verify proper expiration of sessions in the sessi...Blake Oler2018-12-281-0/+136
* SERVER-38024 initial_sync_oplog_hole test should be tagged as requiring docum...Matthew Russotto2018-12-031-0/+2
* SERVER-37408 Add afterClusterTime to initial sync collection scansMatthew Russotto2018-11-282-49/+96
* SERVER-29825 Do not allow rename from unreplicated to replicated DB or vice v...Vesselina Ratcheva2018-11-121-0/+44
* SERVER-37930 Add test coverage for createIndexes inside nested applyOpsXiangyu Yao2018-11-091-0/+62
* SERVER-37624 Allow sessions collection TTL index expiration value to change u...Blake Oler2018-11-091-17/+44
* SERVER-36964 Prevent secondaries in SessionsCollectionRS from attempting to s...Blake Oler2018-10-222-10/+10
* SERVER-36985 Tag transactions_after_rollback_via_refetch.js with uses_transac...William Schultz2018-09-251-0/+2
* SERVER-36944 different index name for system.indexes test case in apply_ops_c...Benety Goh2018-09-251-4/+4
* SERVER-36985 Test single replica set transactions immediately after a rollbac...William Schultz2018-09-241-0/+120
* SERVER-36951 a createIndexes operation inside applyOps is not required to hav...Dianna Hohensee2018-09-241-10/+36
* SERVER-36982 Reintroduce enableMajorityReadConcern:false server parameterTess Avitabile2018-09-2411-5/+14
* SERVER-37152 Increase write concern timeouts for writes expected to succeed i...William Schultz2018-09-241-9/+9
* SERVER-37147 sessions_collection_auto_healing.js should use 2 node replica setTess Avitabile2018-09-201-2/+5
* SERVER-36732 amend writeVesselina Ratcheva2018-09-191-1/+1
* SERVER-36127 use w:majority instead of w:2 in apply_batch_only_goes_forward.jsJudah Schvimer2018-09-181-4/+4
* SERVER-36732 Wait for secondaries to be up and electable in election handoff ...Vesselina Ratcheva2018-09-131-0/+7
* SERVER-36503 Skip dry run during election handoffVesselina Ratcheva2018-09-121-3/+2
* SERVER-37050 wait for replication in session_collection_auto_healingMisha Tyulenev2018-09-111-0/+10
* SERVER-36332 write to primary from secondary in LogicalSessionsCache for Repl...Misha Tyulenev2018-09-112-16/+15
* SERVER-37002 collection rename drops indexes with long names in the target na...Benety Goh2018-09-101-2/+50
* SERVER-37010 Prevent unexpected elections in initial_sync4.js and initial_syn...Spencer T Brody2018-09-062-3/+6
* SERVER-35616 Do not allow afterClusterTime reads before oplog existsTess Avitabile2018-08-281-0/+33
* SERVER-35770 Running a multi-statement transaction when all WiredTiger write ...Matthew Russotto2018-08-241-0/+95
* SERVER-33248 Allow choosing a sync source that we are up to date with if it h...Tess Avitabile2018-08-222-14/+1
* SERVER-36007 Add JS test to test that checking out an already checked out ses...jinichu2018-08-161-0/+89
* SERVER-36664 Use awaitReplication instead of getLastError in read_committed_w...William Schultz2018-08-141-2/+2
* SERVER-36327 Use replSetStepUp command to ensure primary nodes in tags.js lib...William Schultz2018-08-141-8/+14
* SERVER-32148 Make NamespaceNotFound an acceptable error for emptyCapped and c...Chibuikem Amaechi2018-08-132-6/+8
* SERVER-35386 Wait for the secondary's majority commit point to advance before...Audrey Fang2018-08-091-1/+1
* SERVER-35754 Avoid network errors in stopSet() in catchup_takeover_one_high_p...Samy Lanka2018-08-071-0/+3
* SERVER-35654 Disable implicit sessions for rollback_transaction_table.jsJack Mulrow2018-08-061-2/+4
* SERVER-35624 Enable election handoff by defaultVesselina Ratcheva2018-08-061-2/+3
* SERVER-35623 Send a replSetStepUp command to an eligible candidate on stepdownVesselina Ratcheva2018-08-065-0/+186
* SERVER-35962 buildindexes_false_with_system_indexes.js restarts nodes and sho...Matthew Russotto2018-08-061-0/+1
* SERVER-35661 Add 5 second syncdelay to rollback shutdown fuzzersJudah Schvimer2018-08-062-0/+6
* SERVER-36234 Fix initial_sync_drop_collection.js to prevent using stale heart...Suganthi Mani2018-08-051-1/+2
* SERVER-35239 AwaitData cursor must handle getMore from client with higher las...Samy Lanka2018-08-031-0/+110
* SERVER-35031 Return MaxTimeMSExpired for maxTimeMS timeoutr4.0.1-rc1r4.0.1James Wahlin2018-07-278-12/+10
* SERVER-33191 move wt_cache_full.js from jstests/replsets/ to jstests/noPassth...Benety Goh2018-07-201-65/+0
* SERVER-33191 add test to fill wiredtiger cache during steady state oplog repl...Benety Goh2018-07-201-0/+65
* SERVER-34414 Create system indexes using the normal index creation and replic...Matthew Russotto2018-07-191-0/+86
* SERVER-32064 Requests from the shell should use an implicit session by defaultJack Mulrow2018-07-196-0/+22