summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41468 Only shut down the LogicalSessionsCache if it has been createdKaloian Manassiev2019-06-041-22/+19
* SERVER-40386: replace commitTransaction() used in jstests with commitTransact...Lingzhi Deng2019-06-0475-154/+155
* SERVER-40386: replace abortTransaction() used in jstests with abortTransactio...Lingzhi Deng2019-06-0411-22/+28
* SERVER-41427 Bind the isKilledSessionCode return value to a global variableJudah Schvimer2019-06-041-1/+1
* SERVER-23923 Track writeConcern through getMoresCharlie Swanson2019-06-033-1/+79
* SERVER-41438 Relax assertion in benchrun_pipeline_updates.jsCharlie Swanson2019-06-031-1/+1
* SERVER-41421 unconditional_step_down.js requires document level lockingPavi Vetriselvan2019-06-031-0/+1
* SERVER-40386: assert responses of abortTransaction_forTesting() and commitTra...Lingzhi Deng2019-06-0138-78/+106
* SERVER-40938: fix prepare_conflict_read_concern_behavior.js test on slow mach...Lingzhi Deng2019-05-311-33/+25
* SERVER-41428 Robustify update_min_max_examples.jsCharlie Swanson2019-05-311-56/+62
* SERVER-40177 Enforce prepare conflicts on secondariesLouis Williams2019-05-311-4/+7
* SERVER-41000 Fix typo in failpoint writeConfilctInRenameCollCopyToTmpZach Yam2019-05-311-1/+1
* SERVER-41316 Account for constants in UpdateOpEntry size estimateCharlie Swanson2019-05-311-0/+11
* SERVER-40432 Undo 4.2 changes to $outAnton Korshunov2019-05-307-34/+15
* SERVER-40877 Enforce strict config file access for expansionsSara Golemon2019-05-303-0/+87
* SERVER-37062 db.watch does not show up in autocomplete or helpDavis Haupt2019-05-301-0/+1
* SERVER-39671: Added warnings for flags sslAllowInvalidCertificates and sslAll...Roxane2019-05-301-24/+54
* SERVER-40973 Wait for secondary to replicate abortTransaction entry in initia...Vesselina Ratcheva2019-05-301-3/+5
* SERVER-41293 Metadata size is double counted in Document::getApproximateSize()Martin Neupauer2019-05-301-3/+1
* SERVER-41203 Robustify $merge all_modes.jsAnton Korshunov2019-05-304-0/+23
* SERVER-40980 SERVER-40984 Basic transactions serverStatus on mongosJack Mulrow2019-05-291-0/+535
* SERVER-41033 Ignore prepared transactions for index buildsLouis Williams2019-05-292-9/+133
* SERVER-40338 Add tests for replacement and pipeline style updates to change t...jannaerin2019-05-294-63/+504
* SERVER-39844 Add shard key update and migration concurrency testingBlake Oler2019-05-282-0/+523
* SERVER-41280 JS tests shouldn't assume the prepare oplog entry is the first i...Siyuan Zhou2019-05-283-18/+19
* Revert "SERVER-37674 Increase logging verbosity for sharding_balance4.js"Matthew Saltz2019-05-281-6/+3
* SERVER-40529 Refresh pinned users in background threadJonathan Reams2019-05-281-4/+56
* SERVER-41107 Create concurrency test that accesses a collection in a transact...Tess Avitabile2019-05-281-0/+342
* SERVER-41312 Ban internalReadAtClusterTime in transactionsTess Avitabile2019-05-241-1/+24
* SERVER-40469 Remove expectPreparedTxnsDuringRollback option.Max Hirschhorn2019-05-244-16/+10
* SERVER-41315: fix read_operations_during_rollback.jsLingzhi Deng2019-05-241-6/+11
* SERVER-39770 Add retry logic to FSM connection cache setupVesselina Ratcheva2019-05-241-1/+5
* SERVER-41115 Add $merge support for $$NOW and $$CLUSTER_TIMEBernard Gorman2019-05-242-2/+94
* SERVER-41238 Allow $$NOW and $$CLUSTER_TIME to be used in the find commandBernard Gorman2019-05-243-41/+164
* SERVER-41008: Use timestampCmp for timestamp comparison in PrepareHelpers.awa...Lingzhi Deng2019-05-241-1/+2
* SERVER-40938: disallow afterClusterTime and ignore prepare conflicts for dbha...Lingzhi Deng2019-05-2356-75/+375
* SERVER-41275 rename $merge option replaceWithNew to replaceCharlie Swanson2019-05-2326-171/+122
* SERVER-41037 kill all user operations that hit prepare conflicts on step upPavi Vetriselvan2019-05-231-0/+128
* SERVER-40594 Make range deleter interruptibleMatthew Saltz2019-05-234-20/+91
* SERVER-41198 Translate $out tests in jstests/aggregation/sources/out to use $...Nick Zolnierz2019-05-2320-884/+1217
* SERVER-33727 Do not wait for write concern if opTime didn't change during writeJames Wahlin2019-05-234-4/+86
* SERVER-39810 Make the new transaction format the default.Matthew Russotto2019-05-236-54/+2
* SERVER-38682 Add option to show writes to documents performed as part of chu...Evan Nixon2019-05-221-0/+267
* SERVER-41043 Add 'let' field support for merge stageAnton Korshunov2019-05-234-10/+359
* SERVER-40982 Add uses_transactions tag to sharding_statistics_server_status.jsJack Mulrow2019-05-221-1/+2
* SERVER-41188 Remove support for explicit prepare oplog entry on secondarySiyuan Zhou2019-05-221-2/+2
* SERVER-41257 Disallow persisting new 4.2 expressions in FCV 4.0Charlie Swanson2019-05-224-0/+608
* SERVER-40919 Remove stmtId from transaction oplog entriesJason Chan2019-05-221-1/+1
* SERVER-39813 add oldest required timestamp to server statusBenety Goh2019-05-225-0/+30
* SERVER-39803 Test unprepared transactions on mixed-version replica setJason Chan2019-05-222-0/+141