summaryrefslogtreecommitdiff
path: root/jstests/replsets
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-27331-25847/+25667
* SERVER-42453 ensure clusterTime advances past afterClusterTime timestamp for ...Pavi Vetriselvan2019-07-261-0/+4
* SERVER-41501 Track the number of elections that require primary catchup in se...Medha Potluri2019-07-263-4/+29
* SERVER-41861 Change existing jstests to mention the new 'all_durable' timesta...Gregory Wlodarek2019-07-262-6/+6
* SERVER-41980 Prepared transactions should not acquire ticket on primary.Suganthi Mani2019-07-251-0/+96
* SERVER-41881 Unstashing the transaction lock resources should ignore the ...Suganthi Mani2019-07-241-2/+3
* SERVER-42388 Release the transaction lock resources and abort storageSuganthi Mani2019-07-241-6/+5
* SERVER-42129 modifies test to account for ephemeralForTest engine's missing o...Vishnu Kaushik2019-07-241-15/+20
* SERVER-42350 Add requires_document_locking tag to majority_writes_wait_for_al...Jason Chan2019-07-241-0/+2
* SERVER-36186 Default to the the oplogreplay optimization path for oplog colle...Xin Hao Zhang2019-07-241-1/+0
* SERVER-41369 Terminate the TransactionCoordinator retry logic if read concern...Kaloian Manassiev2019-07-233-3/+6
* SERVER-42251 Timestamp multikey writes with the prepare timestamp during repl...William Schultz2019-07-231-0/+43
* SERVER-42341 Make checks more specific in log_secondary_oplog_application.jsVesselina Ratcheva2019-07-231-2/+2
* Revert "SERVER-41881 Unstashing the transaction lock resources should ignore ...Ian Boros2019-07-231-3/+2
* Revert "SERVER-41980 Prepared transactions should not acquire ticket on prima...Ian Boros2019-07-231-96/+0
* SERVER-41980 Prepared transactions should not acquire ticket on primary.Suganthi Mani2019-07-211-0/+96
* SERVER-42004 localhost JS tests should wait for an election to complete befor...William Schultz2019-07-173-3/+12
* SERVER-41769 Pin _currentCommittedSnapshot to be <= the allCommitted timestam...Jason Chan2019-07-161-0/+61
* SERVER-41881 Unstashing the transaction lock resources should ignore the save...Suganthi Mani2019-07-151-2/+3
* SERVER-41942: Clear partialTxnList after committing a prepared transaction du...Lingzhi Deng2019-07-116-124/+163
* SERVER-40168 Pull the OplogTruncaterThread out of WiredTigerKVEngine and put ...Gabe Villasana2019-07-111-7/+7
* SERVER-29803 Add replSetGetStatus field tooStaleA. Jesse Jiryu Davis2019-07-101-0/+10
* SERVER-38356 added functionality to forbid dropping the oplog, modified tests...Vishnu Kaushik2019-07-081-0/+39
* SERVER-41888: Disallow validate to accept a read concern or afterClusterTimeLingzhi Deng2019-07-082-5/+45
* SERVER-41958 fix lintBenety Goh2019-07-081-1/+2
* SERVER-41958 test that retrying prepare after rolling back prepare failsPavi Vetriselvan2019-07-081-1/+11
* SERVER-414500 Track number of successful elections for each reason in serverS...Medha Potluri2019-07-087-19/+141
* SERVER-40535 follow-up fix of the failing testMisha Tyulenev2019-07-031-1/+1
* SERVER-41511 Track the number of stepdowns caused by seeing a higher term in ...Medha Potluri2019-07-031-0/+1
* SERVER-41499 Track number of elections called for each reason in serverStatusMedha Potluri2019-07-032-1/+70
* SERVER-40965 ensure noop index build request receives index already exists re...Benety Goh2019-07-031-0/+1
* SERVER-42012: Make already_checked_out_session.js more verbose on errorsLingzhi Deng2019-07-011-0/+1
* Add support for 'recoverFromOplogAsStandalone' with prepared transactionsVesselina Ratcheva2019-06-273-0/+137
* SERVER-41766 Update the on-disk multikey flag in a side transaction when runn...William Schultz2019-06-271-0/+58
* SERVER-41917 Copy Date and Timestamp objects correctly in network_error_and_t...Judah Schvimer2019-06-271-0/+41
* SERVER-36824 prevent prepareTransaction command on standalonePavi Vetriselvan2019-06-271-0/+20
* SERVER-41847 replset1.js dumps oplog entries before checking createIndexes op...Benety Goh2019-06-271-1/+2
* SERVER-36194 Remove the deprecated 'lastStableCheckpointTimestamp' field from...Zach Yam2019-06-251-1/+1
* SERVER-41780 always wait for write concern on prepareTransaction retriesJudah Schvimer2019-06-251-7/+140
* SERVER-40009 Honor the initial sync flag when in startup without FCV documentJason Chan2019-06-251-0/+43
* SERVER-41838 Release RSTL if we choose not to commit a prepared transaction a...Judah Schvimer2019-06-251-0/+102
* SERVER-41529 Prevent dangling index records by callingAllison Easton2019-06-251-0/+34
* SERVER-38539 Remove $_internalLatestOplogTimestamp and mergeByPBRT from chang...Bernard Gorman2019-06-251-18/+18
* SERVER-41694 Remove the restriction on collection name lengthGregory Wlodarek2019-06-241-24/+1
* SERVER-41846 fix write concern in js tests for createIndexesBenety Goh2019-06-241-1/+5
* SERVER-41782 Enumerate and remove Query-related FeatureCompatibilityVersion 4...Anton Korshunov2019-06-212-207/+0
* SERVER-41250 Reset the oldest timestamp if initial sync fails and starts anot...Samy Lanka2019-06-211-0/+100
* SERVER-41779: reconstructPreparedTransactions should use readSource kNoTimestampLingzhi Deng2019-06-191-0/+119
* SERVER-41163 apply operations separately during initial sync commit transacti...Pavi Vetriselvan2019-06-196-151/+338
* SERVER-41183 Add test suites for change streams with transactionsJustin Seyster2019-06-141-0/+26