summaryrefslogtreecommitdiff
path: root/jstests/replsets
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-35994 Reduce CPU load in secondary_reads_unique_indexes.js testWilliam Schultz2018-07-061-0/+2
* SERVER-35992 Secondary should have no vote in SecondaryReadsTestTess Avitabile2018-07-062-6/+4
* SERVER-35993 read_concern_uninitiated_set.js restarts nodes, so it must not a...Matthew Russotto2018-07-061-0/+2
* SERVER-35513 Forbid transactions on inMemory storage engineTess Avitabile2018-06-142-10/+2
* Revert "SERVER-32064 Requests from the shell should use an implicit session b...Jack Mulrow2018-06-136-22/+0
* SERVER-32064 Requests from the shell should use an implicit session by defaultJack Mulrow2018-06-136-0/+22
* SERVER-35575: Tag rollback_transactions_count.js with uses_transactions.Daniel Gottlieb2018-06-131-0/+2
* SERVER-34977 SERVER-35435 SERVER-34976 Fix fastcounts for RTT, including capp...Judah Schvimer2018-06-124-1/+173
* SERVER-35365 MapReduce should write "inc" collections to "local" db.Justin Seyster2018-06-081-0/+83
* SERVER-35387 Ensure retried commitTransaction command waits for writeConcernJudah Schvimer2018-06-051-3/+41
* SERVER-34653 don't parse if early auth-checks can reject.Billy Donahue2018-06-051-1/+1
* SERVER-35004 Add functionality to only fail specific commands in failCommand ...Samy Lanka2018-05-311-5/+5
* SERVER-22653 Retry establishing remote cursor during rollbackVesselina Ratcheva2018-05-302-0/+67
* SERVER-34348 Speculative transactions should not wait for afterClusterTime to...Tess Avitabile2018-05-302-143/+154