summaryrefslogtreecommitdiff
path: root/jstests/replsets
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42760 apply_ops_idempotency.js filters out commitIndexBuild oplog entr...Benety Goh2019-08-221-4/+8
* SERVER-42022 Remove missing-document fetcherA. Jesse Jiryu Davis2019-08-219-344/+29
* SERVER-41457 Unify the different ways the TransactionParticipant offers for a...Matthew Russotto2019-08-211-1/+13
* SERVER-42025 Prevent Oldest timestamp from advancing in prepare_transaction_r...Suganthi Mani2019-08-191-0/+9
* SERVER-41504 Track the number of ops during catchup in replSetStatus on prima...Medha Potluri2019-08-161-3/+16
* SERVER-41955 test that secondary can replicate prepare oplog entry received d...Pavi Vetriselvan2019-08-161-0/+115
* SERVER-41959 Exclude test that explicitly sets 'maxNumberOfTransactionOperati...William Schultz2019-08-141-1/+1
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with a...James Wahlin2019-08-14121-410/+417
* SERVER-41959 Ensure that we gracefully reject all forms of transaction oplog ...William Schultz2019-08-141-0/+111
* SERVER-41507 Track the time the new term oplog entry was written in replSetSt...Medha Potluri2019-08-131-3/+23
* SERVER-42630 Remove debug line from testA. Jesse Jiryu Davis2019-08-131-1/+0
* SERVER-42630 fix lintEsha Maharishi2019-08-132-2/+2
* SERVER-41503 Track the target opTime for catchup in replSetStatus on primariesMedha Potluri2019-08-133-0/+45
* SERVER-42630 Initial sync handles upserts from applyOps cmdA. Jesse Jiryu Davis2019-08-137-17/+139
* SERVER-42755 Fix eslintWilliam Schultz2019-08-131-1/+3
* SERVER-41502 Track the number of times primary catchup concludes for each rea...Medha Potluri2019-08-134-4/+99
* SERVER-42755 recover_prepared_txn_with_multikey_write.js should verify absenc...William Schultz2019-08-131-2/+20
* SERVER-41177 Remove Javascript ScopedThread classMathew Robinson2019-08-1214-38/+35
* SERVER-42743 Replicate a new write to all nodes after leaving initial sync in...Judah Schvimer2019-08-121-0/+8
* SERVER-42639 Fix rollback via refetch file checker in the JS rollback libraryGregory Wlodarek2019-08-081-2/+4
* SERVER-42639 Rollback should use the collection UUID and not its name to crea...Gregory Wlodarek2019-08-083-6/+15
* SERVER-42510: fix race in too_stale_secondary.jsLingzhi Deng2019-08-081-2/+22
* SERVER-42514: Have text_index_limits.js first replicate the index build befor...Daniel Gottlieb2019-08-061-0/+56
* SERVER-42454 Wait for node to find appropriate sync source before disabling f...Jason Chan2019-08-011-0/+1
* SERVER-42441 renameCollectionForApplyOps should always rename the target out ...Xiangyu Yao2019-08-011-0/+23
* Revert "SERVER-42441 renameCollectionForApplyOps should always rename the tar...Xiangyu Yao2019-08-011-23/+0
* SERVER-42562 Increase election timeout for recover_prepared_transactions_star...Lingzhi Deng2019-08-011-1/+4
* SERVER-42441 renameCollectionForApplyOps should always rename the target out ...Xiangyu Yao2019-08-011-0/+23
* SERVER-42523 Add more logging to oplog_rollover.jsJudah Schvimer2019-08-011-12/+24
* SERVER-42534 Step down primary for less time in freeze_timeout.js and increas...Medha Potluri2019-07-311-12/+10
* SERVER-42489 Wait for commit point to advance before restarting node in oplog...Vesselina Ratcheva2019-07-301-1/+8
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-5/+1
* SERVER-41696 Modify tests depending on the 'ns' field from index specs to no ...Gregory Wlodarek2019-07-292-4/+8
* SERVER-41510 Track the number of failed stepDowns in serverStatusMedha Potluri2019-07-291-5/+89
* SERVER-41509 Track the number of attempted stepDowns in serverStatusMedha Potluri2019-07-291-0/+27
* 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