summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33231 Create initial sync log componentVesselina Ratcheva2018-10-087-6/+12
* SERVER-36270: Add test combining backup cursors and manipulating the truncate...Daniel Gottlieb2018-10-085-64/+83
* SERVER-36618 Write JS integration tests that validate whichever TLS suites ar...Shreyas Kalyan2018-10-086-5/+168
* Revert "SERVER-36848 Temporarily blacklist snapshot_read_kill_op_only.js."Kaloian Manassiev2018-10-081-4/+0
* SERVER-36799 Move all transactions and retryable writes functionality from Se...Kaloian Manassiev2018-10-0823-1304/+1172
* SERVER-37497 Clearly log sessionID override in multi_statement_transaction_al...William Schultz2018-10-061-0/+2
* SERVER-37168 Add validators for IDL fieldsSara Golemon2018-10-059-5/+557
* SERVER-37487 Aborting a prepared transaction must not respect maxTransactionL...Tess Avitabile2018-10-0512-41/+89
* SERVER-37431 Make `logChange` not return `Status`.ADAM David Alan Martin2018-10-0515-174/+152
* SERVER-37486 Prevent race in currentop_cursors.jsTed Tuckman2018-10-051-23/+42
* SERVER-37477 Disable test lifecycleYves Duhem2018-10-051-5/+7
* SERVER-37004 Add auth to getIdleCursorsTed Tuckman2018-10-054-4/+108
* SERVER-37461 Add requirements.txt redirection to mirror old locationBen Caimano2018-10-051-0/+3
* SERVER-37438: System Performance: Compile Enterprise with Amazon Linux 2Ryan Timmons2018-10-051-3/+18
* SERVER-37232 Remove coordinator from catalog asynchronously on commit or abortMatthew Saltz2018-10-048-62/+99
* SERVER-37464 Reduce execution time of secondary reads workloadMaria van Keulen2018-10-041-2/+4
* SERVER-36946 Tighter checks on bounds in query planner unit testsIan Boros2018-10-046-44/+140
* SERVER-36911: Relax assertions in agg cleanup test to fix failures on slow ma...Nick Zolnierz2018-10-041-4/+4
* SERVER-31014 Fail initial sync on first collection cloner failureVesselina Ratcheva2018-10-044-31/+25
* SERVER-37294 Remove dependency on clientdriver_network and transport_layer fo...Henrik Edin2018-10-049-57/+74
* SERVER-24620 distinguish HostNotFound, NodeNotFound, and HostUnreachableablack122018-10-044-12/+12
* SERVER-37363 Return Future with commit decision from coordinateCommitMatthew Saltz2018-10-044-31/+87
* SERVER-37299 Remove dependency on s/grid from rw_concern_d.Henrik Edin2018-10-047-363/+466
* Add better error checking to shared SCons pruning variantBrian McCarthy2018-10-041-1/+4
* SERVER-37474 Add missing thread_pool dependency to free_mon_mongod lib.Henrik Edin2018-10-041-0/+1
* SERVER-37005 Add fields to GenericCursorTed Tuckman2018-10-0419-61/+402
* Import tools: d6c691f3ed621e087db9f064c5ca872fbb7096ca from branch v4.1David Golden2018-10-0448-84/+188
* SERVER-37300 Move the transaction coordinator to separate lib and remove embe...Henrik Edin2018-10-048-16/+179
* SERVER-36911: Ensure that cluster aggregations that fail clean up cursorsNick Zolnierz2018-10-0414-39/+303
* SERVER-37058: Update with numeric field names inside an array can cause valid...Nick Zolnierz2018-10-0412-189/+183
* SERVER-28940 Test cases for fixture setups and teardownsYves Duhem2018-10-046-82/+169
* SERVER-37166 Add testing that moveChunk doesn't transfer uncommitted writesRandolph Tan2018-10-044-0/+60
* SERVER-37227 Check for the existence of `enableMajorityReadConcern` in the js...Kaloian Manassiev2018-10-041-1/+2
* Import wiredtiger: e7d742daa2d2500cd94a7061f754a1d0c4aa963c from branch mongo...Luke Chen2018-10-0422-169/+327
* SERVER-37209 Allow mongos to read from views in a transactionJack Mulrow2018-10-0312-6/+424
* SERVER-33427 Update shell logs when it exits with errorYves Duhem2018-10-031-20/+35
* SERVER-36198 Remove 'internalQueryAllowAllPathsIndexes' server parameterBernard Gorman2018-10-0328-960/+693
* SERVER-37330 Add sharded passthrough suites to detect errors in LogicalSessio...Blake Oler2018-10-035-0/+669
* SERVER-37297 Move aggregation pipeline stages that require sharding out of th...Henrik Edin2018-10-0317-23/+26
* SERVER-37463 Add wildcard-index mongo-perf tasksJames Wahlin2018-10-031-0/+37
* SERVER-36896 Allow wildcard indices to support equality to empty object predi...David Storch2018-10-036-11/+273
* SERVER-37212 move prepare_conflict_read_concern_behavior.js from jstests/core...Samy Lanka2018-10-036-10/+11
* SERVER-33853 Define a new test tag, test_disabled, to temporarily disable a testJonathan Abrahams2018-10-033-2/+32
* SERVER-37295 Remove embedded dependency on process interface shard server.Henrik Edin2018-10-0313-192/+539
* SERVER-37430 Shut down PeriodicRunner before Sharding and Replication shutdownBlake Oler2018-10-031-5/+5
* SERVER-37132 Negation of $in with regex can incorrectly plan from the cache, ...Bernard Gorman2018-10-035-41/+215
* SERVER-36979 Aborting a transaction must abort WUOW before releasing locks.Matthew Russotto2018-10-031-2/+2
* SERVER-37437: longevity missing platform expansion. TIG-1094Jim OLeary2018-10-031-0/+1
* SERVER-37252 Ban descending wild card indexesJames Wahlin2018-10-033-1/+23
* SERVER-36697 Utilize TickSource for transactions timing metricsWilliam Schultz2018-10-0218-529/+633