summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-17502-2741/+2818
|
* SERVER-42511 Disable tests that use MR in Agg flag in ParallelJacob Evans2019-09-171-0/+13
|
* SERVER-43253 Fix noPassthroughRyan Timmons2019-09-171-0/+4
|
* SERVER-42595 Refactor failpoint in curop to fix jstestBen Caimano2019-09-178-76/+191
|
* SERVER-42687 M/R Agg: Update FSM testsArun Banala2019-09-1617-140/+0
|
* SERVER-42541 Remove TODO for SERVER-39797. The TODO was already done.Matthew Russotto2019-09-161-2/+0
|
* SERVER-43351 Consolidate MacOS 1014 distrosBrian McCarthy2019-09-161-13/+13
|
* SERVER-37768 Added Debian10 build variantJohn Chen2019-09-165-13/+137
|
* SERVER-42887 Make roles injectible insteadAndrew Morrow2019-09-162-80/+166
|
* SERVER-43299 Make explain for write commands send databaseVersionChou Mao2019-09-162-5/+9
|
* SERVER-43100 Remove CoordinateCommitReturnsNoneIfCoordinatorWasRemoved unit testChou Mao2019-09-161-11/+0
|
* SERVER-42478: Relax create collection in oplog application to take a DB_IX lock.Daniel Gottlieb2019-09-167-19/+51
|
* SERVER-43253 Resmoke passes pids of peer mongo* process in TestDataRyan Timmons2019-09-1613-0/+96
|
* SERVER-43260 killCursors should unify its cursor count checksAdam Cooper2019-09-161-2/+1
|
* SERVER-41622 Reduce noise in flow_control_replica_set.jsMaria van Keulen2019-09-161-0/+0
|
* SERVER-43347 Do not validate the oplog collection with {background: true} on ↵Gregory Wlodarek2019-09-161-1/+1
| | | | the inMemory storage engine
* SERVER-43316 uassert when trying to open a checkpoint cursor on a LSM ↵Gregory Wlodarek2019-09-162-1/+10
| | | | WiredTiger table
* SERVER-43134 Only run background validation on check-pointed tablesGregory Wlodarek2019-09-1610-49/+169
|
* SERVER-37756 add logging for the amount of time spent blocked on a prepare ↵Haley Connelly2019-09-166-9/+59
| | | | conflict
* SERVER-42613 getHashes should default to liveSlaves, not _slaves in ↵Matthew Russotto2019-09-161-3/+3
| | | | replsettest.js
* SERVER-43319 Increase cursor timeout for 'concurrency_simultaneous' fixturesArun Banala2019-09-164-0/+12
|
* SERVER-41842 Collapse unit tests under storageXiangyu Yao2019-09-1626-322/+184
|
* SERVER-42903 fix testBenety Goh2019-09-151-6/+7
|
* SERVER-42569 Make findAndModify explain send databaseVersionChou Mao2019-09-142-9/+20
|
* SERVER-42570 Add testing that explain commands send databaseVersionChou Mao2019-09-141-263/+406
|
* SERVER-43315 extend index build abort reason on secondary with original ↵Benety Goh2019-09-142-2/+16
| | | | error on primary
* SERVER-43326: Fixing typo in description for minimal compile for commit queueCristopher Stauffer2019-09-141-1/+1
|
* SERVER-43324 Add BasicLockableAdaptor for cleaner function APIsAlex Taskov2019-09-1410-60/+270
|
* SERVER-42893 fix testBenety Goh2019-09-141-1/+1
|
* SERVER-43326: Adding commit-queue optimized version of compile that skips ↵Cristopher Stauffer2019-09-141-1/+43
| | | | packaging and publishing artifacts
* SERVER-42903 Enable execution of translated M/R pipelineNicholas Zolnierz2019-09-149-8/+98
|
* SERVER-41467 Fix interger down convertion from long long to int inside ↵Randolph Tan2019-09-141-1/+1
| | | | batchErrorToLastError
* SERVER-43321 Remove const from bool return type in ValidateStateGregory Wlodarek2019-09-131-2/+2
|
* SERVER-43213 Fix start state of agg $out interrupt FSM workloadCharlie Swanson2019-09-131-1/+2
|
* SERVER-42750 Set opCtx->inMultiDocumentTransaction() in transaction recovery.Siyuan Zhou2019-09-137-5/+21
|
* SERVER-38305 move non-Atlas sys-perf tasks to compile on Amazon Linux 2Robert Guo2019-09-131-56/+36
|
* SERVER-42893 Create MONGO_MAKE_LATCH macro for latch initializationBen Caimano2019-09-132-3/+42
|
* SERVER-43315 add 'cause' field abortIndexBuild oplog entry for index build ↵Benety Goh2019-09-133-0/+16
| | | | abort reason
* SERVER-43199 Remove RecordStore::compactsInPlace()Evgeni Dobranov2019-09-134-107/+3
|
* SERVER-37462 Archive core dumps on macOS hosts in EvergreenMark Benvenuto2019-09-131-0/+8
|
* SERVER-42583 Thread 'tempDir' through to SortStage.David Storch2019-09-139-92/+109
| | | | | This makes it possible to instantiate a SortExecutor inside SortStage.
* SERVER-43052 Sanitize writeConflictRetry loops for duplicate fields in resultEvgeni Dobranov2019-09-132-1/+53
|
* Revert "SERVER-42903 Enable execution of translated M/R pipeline"Nicholas Zolnierz2019-09-139-64/+8
| | | | This reverts commit f0c5f3000d83f806272c010002f8c64513a09330.
* SERVER-43204 Relax assertion in internal_js_reduce.js to account for failure ↵Nicholas Zolnierz2019-09-131-1/+1
| | | | in Value construction
* SERVER-43174 Make migration destination threads killableRandolph Tan2019-09-134-5/+17
|
* SERVER-43067: Add acceptance tests for generate__resmoke_tasksDavid Bradford2019-09-132-218/+422
|
* SERVER-42979 Implement WorkingSet::extract() and WorkingSet::emplace().David Storch2019-09-1314-115/+128
| | | | | | | | Also replaces WorkingSetMember::isSuspicious with a scheme that associates a snapshot id with every index key. This is needed because extracted WorkingSetMembers are not discoverable from the WorkingSet, and thus cannot be marked as suspicious in preparation for yield.
* SERVER-41650 Use IDL to parse OpTime and wall fieldsXuerui Fa2019-09-1312-67/+156
|
* SERVER-42903 Enable execution of translated M/R pipelineNicholas Zolnierz2019-09-139-8/+64
|
* SERVER-43315 OpObserver::onAbortIndexBuild() accepts reason for aborting ↵Benety Goh2019-09-1311-2/+14
| | | | index as a Status