summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Collapse)AuthorAgeFilesLines
* Revert "SERVER-37674 Increase logging verbosity for sharding_balance4.js"Matthew Saltz2019-05-281-6/+3
| | | | This reverts commit 5b2179fb8f852c956d85a10d01dcae5c4ae4b0c2.
* SERVER-40529 Refresh pinned users in background threadJonathan Reams2019-05-281-4/+56
|
* SERVER-41107 Create concurrency test that accesses a collection in a ↵Tess Avitabile2019-05-281-0/+342
| | | | transaction after catalog changes
* 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 ↵Lingzhi Deng2019-05-241-1/+2
| | | | PrepareHelpers.awaitMajorityCommitted
* SERVER-40938: disallow afterClusterTime and ignore prepare conflicts for ↵Lingzhi Deng2019-05-2356-75/+375
| | | | dbhash and map-reduce
* 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
| | | | $merge
* 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 ↵Evan Nixon2019-05-221-0/+267
| | | | chunk migrations in change streams
* 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
|
* SERVER-39158 Change updates to prefer target by the queryArun Banala2019-05-2216-138/+730
|
* SERVER-40882 Restore the --noIndexBuildRetry server parameter flag and the ↵Dianna2019-05-224-0/+136
| | | | storage.indexBuildRetry config file option
* SERVER-41193 Get rid of the `refreshSessionsInternal` commandKaloian Manassiev2019-05-214-80/+2
|
* SERVER-36099 Trim FTDC connection pool statsA. Jesse Jiryu Davis2019-05-212-0/+38
|
* SERVER-39809 Remove the prepare root field of oplog entrySiyuan Zhou2019-05-214-34/+15
|
* SERVER-41199 Translate $out tests in jstests/sharding to use $mergeNick Zolnierz2019-05-2118-565/+699
|
* SERVER-40643 SERVER-40645 Add jstests that test the split horizon featureHenrik Edin2019-05-213-0/+330
| | | | Split horizon relies on SNI over TLS and we simulate this by using HOSTALIASES (Linux only)
* SERVER-41200 Change syntax from $out to $merge for tests in other directoriesJacob Evans2019-05-211-2/+2
|
* SERVER-41161 Re-enable renaming between databases for applyOpsXiangyu Yao2019-05-211-0/+41
|
* SERVER-41200 Change syntax from $out to $merge for tests in other directoriesJacob Evans2019-05-2110-190/+407
|
* SERVER-41057 Add non-transactional afterClusterTime find to ↵Judah Schvimer2019-05-214-12/+38
| | | | multi_statement_transaction_atomicity_isolation.js
* SERVER-40555 add searchSnippet metadataIan Boros2019-05-202-1/+7
|
* SERVER-41100 Update lastWriteOpTime for prepareTransaction on secondariesVesselina Ratcheva2019-05-201-0/+68
|
* SERVER-40841 Fix lintJonathan Reams2019-05-201-6/+4
|
* SERVER-41201 Add replacements for more $out helpersNick Zolnierz2019-05-202-101/+158
|
* SERVER-41216 Rename InterruptedDueToStepDown error code to ↵Judah Schvimer2019-05-2013-15/+15
| | | | InterruptedDueToReplStateChange
* SERVER-40841 Re-issue invalid test certificatesJonathan Reams2019-05-2021-541/+1343
|
* SERVER-40949 add LookupAllowed stage constraintIan Boros2019-05-202-6/+4
| | | | This bans $merge and $sB from $lookup subpipelines
* SERVER-41206 create_indexes_waits_for_already_in_progress.js should not run ↵Dianna2019-05-201-1/+4
| | | | with the ephemeralForTest storage engine
* SERVER-40026 Don't allow distinct on sharded collections in multi document ↵Jack Mulrow2019-05-204-16/+72
| | | | transactions
* SERVER-40982 Add counters for aborted migrations from lock timeoutsJack Mulrow2019-05-201-2/+101
|
* SERVER-40419 Remove feature flag guard for pipelines in updateJames Wahlin2019-05-201-33/+0
|
* SERVER-40447: Add FlowControl unittests and jstests.Daniel Gottlieb2019-05-201-0/+66
|
* SERVER-37574 Force reconfig should kill operations that conflict stateSuganthi Mani2019-05-192-4/+219
| | | | transition (primary to secondary/removed).
* Revert "SERVER-37574 Force reconfig should kill operations that conflict state"Suganthi Mani2019-05-192-219/+4
| | | | This reverts commit 8e6ad096f8a8b81e1be01d012920f52332650d6f.