summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40183 Create kill_session version of multi_statement_transaction_simpl...Jack Mulrow2019-05-024-52/+89
* SERVER-40752 transactions_multi_writes.js should not use assert.writeOK for p...Randolph Tan2019-05-021-1/+1
* SERVER-40808 Recovering a transaction's outcome should block if the participa...Esha Maharishi2019-05-021-0/+61
* SERVER-40400 Test support for 'bypassDocumentValidation' option in combinatio...James Wahlin2019-05-022-10/+21
* SERVER-40935 Start new transactions for each snapshot read in timestamped_rea...Judah Schvimer2019-05-021-6/+15
* SERVER-40429 Add merge stage to write output to existing collectionAnton Korshunov2019-05-0215-41/+113
* SERVER-40475 Migrate sentinel entry for retryable writes converted to transac...Matthew Saltz2019-05-023-12/+430
* SERVER-40086: Extend CheckReplDBHashInBackground to Sharded ClustersLingzhi Deng2019-05-011-327/+396
* SERVER-40784 Change document shard key code should check commitTransaction wr...jannaerin2019-05-011-2/+48
* SERVER-40751 BatchWriteOp::noteBatchError doesn't update it's state to error ...Randolph Tan2019-05-011-4/+8
* SERVER-40806 Rename txn_two_phase_commit_recover_decision.js to txn_recover_d...Esha Maharishi2019-05-011-0/+0
* SERVER-40398 Test support for 'collation' option in combination with a pipeli...James Wahlin2019-05-012-7/+93
* SERVER-40397 Add pipeline updates to findAndModifyCharlie Swanson2019-04-303-1/+58
* SERVER-39424 Lint fixupJustin Seyster2019-04-301-1/+1
* SERVER-39424 Test that a DDL op started after a prepared transaction fails du...Dianna2019-04-301-0/+117
* SERVER-40225 Updates to shard key field succeed if stay on shard in FCV 4.2jannaerin2019-04-301-14/+54
* SERVER-40584 Regex agg expressions should not inherit from ExpressionFixedArityArun Banala2019-04-301-11/+25
* SERVER-30356 Improve error reporting for validationGregory Wlodarek2019-04-293-4/+4
* SERVER-36497 Test that downgrading FCV to 4.0 waits for prepared transactions...Vesselina Ratcheva2019-04-292-2/+72
* SERVER-39518 Use database MODE_IX lock for rename collectionsXiangyu Yao2019-04-291-0/+35
* SERVER-40839: Add tests for empty unprepared transactionsLingzhi Deng2019-04-291-0/+64
* SERVER-40806 Router should choose first *write* participant shard as transact...Esha Maharishi2019-04-291-241/+317
* SERVER-33631 Refactor rename_collection.cppXiangyu Yao2019-04-291-41/+0
* SERVER-40509 Add debug logging to yield_geonear_dedupIan Boros2019-04-291-4/+9
* SERVER-40462: Disallow transactions on shard servers with writeConcernMajorit...Lingzhi Deng2019-04-291-0/+52
* SERVER-39349 Recovering the state of a completed single-shard transaction sho...Randolph Tan2019-04-291-3/+3
* SERVER-40851 CheckReplDBHashInBackground should retry running 'appendOplogNot...Gregory Wlodarek2019-04-291-2/+7
* SERVER-35638 Short timeout to autocomplete collection namesA. Jesse Jiryu Davis2019-04-262-0/+111
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-263-55/+108
* SERVER-40005 Add translation for FindAndModify for FLEPawel Terlecki2019-04-262-2/+2
* SERVER-40847 hybrid_unique_index_with_updates.js uses unique collection name ...Benety Goh2019-04-261-1/+3
* SERVER-40847 refactor hybrid_unique_index_with_updates.js to support unique n...Benety Goh2019-04-261-20/+26
* SERVER-40083 Don't recompile each time $regex is evaluated when regex argumen...Arun Banala2019-04-261-4/+30
* SERVER-40666 Rename txn_read_only_transactions.js to txn_commit_optimizations...Esha Maharishi2019-04-261-0/+0
* Revert "SERVER-40005 Add translation for FindAndModify for FLE"Benety Goh2019-04-252-2/+2
* SERVER-40005 Add translation for FindAndModify for FLEPawel Terlecki2019-04-252-2/+2
* Revert "SERVER-39520 Use database IX lock for dropCollection"Justin Seyster2019-04-253-108/+55
* SERVER-40446 Add "NonResumableChangeStreamError" error labelJustin Seyster2019-04-251-0/+33
* SERVER-40186 Retry interrupted commits in auto_retry_transaction.jsJack Mulrow2019-04-252-13/+67
* SERVER-40840 Disable tools testing in ssl_cert_password.jsMark Benvenuto2019-04-251-0/+5
* SERVER-40533: Return OperationNotSupportedInTransaction if prepareTransaction...Lingzhi Deng2019-04-251-4/+2
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-253-55/+108
* SERVER-40781 place a try-finally block around collstats_shows_ready_and_in_pr...Dianna2019-04-251-34/+51
* Revert "SERVER-39520 Use database IX lock for dropCollection"Xiangyu Yao2019-04-253-108/+55
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-253-55/+108
* SERVER-40666 Router should skip two phase commit if transaction only wrote to...Esha Maharishi2019-04-251-117/+157
* SERVER-39321 Add testing around the semnatics of the find and dbHash commands...Gregory Wlodarek2019-04-251-0/+160
* SERVER-39321 Re-enable the CheckReplDBHashInBackground hookGregory Wlodarek2019-04-251-4/+31
* SERVER-40253 Implement count command in IDLTed Tuckman2019-04-251-4/+3
* Revert "SERVER-4999 Normalize all hostnames to lowercase"A. Jesse Jiryu Davis2019-04-242-63/+0