summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-47273 Remove blacklist for fixed testBlake Oler2020-08-122-5/+0
|
* SERVER-50127 fail index build resume if we cannot find resume info using ↵Benety Goh2020-08-121-6/+14
| | | | index spec
* SERVER-49988 Rename response fields if hello command is sent on mongosPavi Vetriselvan2020-08-125-11/+31
|
* Import wiredtiger: 0c8bd1b18c65ec035684f6ee7a296b971826399e from branch ↵Chenhao Qu2020-08-124-87/+239
| | | | | | | | | | mongodb-4.6 ref: 36194b4a03..0c8bd1b18c for: 4.5.1 WT-6458 read row-store leaf pages with prepared updates in a single pass WT-6570 RTS to remove the left over updates in the history store without stop timestamp
* SERVER-50252 Add the ycsb/linkbench with non-retryable writes to maintenance ↵Mikhail Shchatko2020-08-121-1/+49
| | | | events build variant in sys-perf
* Revert "SERVER-49887 Add requireApiVersion server parameter"Vesselina Ratcheva2020-08-123-41/+1
| | | | This reverts commit cf8949deb58129f7d01084ef6f01c495a70da94c.
* SERVER-50240 Make CurOp::_numYields atomicJustin Seyster2020-08-122-6/+6
|
* SERVER-50002 fix ReplicaSetAwareService unittest linkingKevin Pulo2020-08-121-0/+2
|
* SERVER-50002 separate unittest binary for ReplicaSetAwareServiceKevin Pulo2020-08-121-2/+11
|
* SERVER-49649 Fix union inner pipeline explainTed Tuckman2020-08-1114-44/+126
|
* SERVER-50216 Adjust sys-perf frequencies down on masterdalyd2020-08-111-14/+14
|
* SERVER-48417 Test that multi-node sets resume index builds from the drain ↵Samy Lanka2020-08-116-15/+352
| | | | writes phase
* SERVER-49236 Add functionality for recreating PrimaryOnlyService instances ↵Spencer T Brody2020-08-115-90/+433
| | | | after failover from their state documents
* SERVER-47604 Don't log that index build failed if it continues in the ↵Samy Lanka2020-08-112-8/+12
| | | | background due to a repl state transition
* SERVER-50126 Use constructor delegation for skipped record trackerSamy Lanka2020-08-111-3/+2
|
* SERVER-50061 convertFrom() assumes NumberDecimal has machine byte orderJustin Seyster2020-08-116-23/+32
|
* SERVER-49673 Enable basicPlus.js on ephemeralForTestGregory Wlodarek2020-08-111-2/+0
|
* SERVER-36709 Enable previously disabled tests due to excessive memory usageGregory Wlodarek2020-08-1114-34/+9
|
* SERVER-50006 Move OCSPManager to ServiceContextMark Benvenuto2020-08-116-8/+35
|
* SERVER-49687 disable repair_corrupt_document.js under windowsBenety Goh2020-08-111-1/+7
|
* SERVER-47729 retryable writes test for V2 delta updatesIan Boros2020-08-111-0/+284
|
* SERVER-50028 remove unnecessary collection catalog lookup from ↵Benety Goh2020-08-113-6/+5
| | | | IndexBuildsManager::startBuildingIndexForRecovery()
* SERVER-49887 Add requireApiVersion server parameterA. Jesse Jiryu Davis2020-08-113-1/+41
|
* SERVER-49219 Document origin of peglibMartin Neupauer2020-08-111-0/+1
|
* SERVER-38909 Permit empty update modifiers, treating as a no-op rather than ↵Mindaugas Malinauskas2020-08-114-85/+292
| | | | an error
* SERVER-49921 Pull the `_vectorClockPersist` command out of the ↵Kaloian Manassiev2020-08-1110-59/+57
| | | | | | | 'vector_clock_mongod' library It should be in the same library where the commands are included, rather than together with the VectorClock implementation.
* Import wiredtiger: 36194b4a0341d4b22349510c6a09ab82757f266c from branch ↵Luke Chen2020-08-115-8/+23
| | | | | | | | | | mongodb-4.6 ref: 4bcef79f18..36194b4a03 for: 4.5.1 WT-6571 Lseek cannot use error_sys_check because it does not return an int WT-6581 Fix class name in test_hs15
* SERVER-49807 Move onCommit KVDropPendingIdentReaper handling out of the ↵Dianna Hohensee2020-08-1017-122/+276
| | | | DurableCatlaog
* SERVER-50229 Temporarily blacklist rollback_collmods.js and ↵Jason Chan2020-08-102-0/+8
| | | | rollback_all_op_types.js from EMRC=false variant
* Revert "SERVER-38909 Permit empty update modifiers, treating as a no-op ↵Vesselina Ratcheva2020-08-103-291/+85
| | | | | | rather than an error" This reverts commit 957febbf065a51cc278c66c72f5a81ff2630201c.
* SERVER-50007 Extend FlowControl with shutdown supportMark Benvenuto2020-08-103-0/+15
|
* SERVER-50050 Fix non-ssl buildMark Benvenuto2020-08-108-1/+16
|
* SERVER-48795 Initial framework for adding $project to grammarJacob Evans2020-08-1014-1403/+1739
|
* SERVER-50223 Temporarily make reshardCollection command testing-only.Max Hirschhorn2020-08-101-1/+2
|
* SERVER-50221 Use shared_ptr to manage NoLimitSorter and InMemIterator ↵Gregory Noma2020-08-101-19/+22
| | | | in-memory data
* SERVER-49066: Extend generic targeted multiversion tests to include new ↵Lingzhi Deng2020-08-1016-453/+481
| | | | mixed binary version configurations
* SERVER-50216 Adjust sys-perf frequencies and fix typosdalyd2020-08-101-2/+2
|
* SERVER-38909 Permit empty update modifiers, treating as a no-op rather than ↵Mindaugas Malinauskas2020-08-103-85/+291
| | | | an error
* SERVER-50216 Adjust sys-perf frequenciesdalyd2020-08-101-4/+4
|
* SERVER-50030 Fix kInternalClient check in dbcommands.cppGregory Wlodarek2020-08-101-1/+1
|
* SERVER-50029 Initialize 'keysInserted' and 'keysDeleted' in the index catalogGregory Wlodarek2020-08-101-2/+2
|
* SERVER-50063: Consolidate OplogFetcher return code to CallbackCanceled when ↵Lingzhi Deng2020-08-102-16/+13
| | | | shutting down
* SERVER-50190: Exclude requires_capped tag from ↵Lingzhi Deng2020-08-101-0/+2
| | | | concurrency_replication_multi_stmt_txn_ubsan.yml
* SERVER-50212 Tag jstests/core/doc_validation_options.js with 'requires_fcv_47'Mihai Andrei2020-08-101-3/+7
|
* SERVER-48573 txn_two_phase_commit_killop.js should handle clients with no opCtxRandolph Tan2020-08-101-8/+21
|
* SERVER-25782 Allow SORT_MERGE plans even if some children are FETCH stages ↵Mindaugas Malinauskas2020-08-104-53/+287
| | | | rather than IXSCAN stages
* SERVER-50188: Allow multiple setParameters for the same key if their value ↵Daniel Gottlieb2020-08-102-10/+35
| | | | is also identical.
* SERVER-48390 Exhaust pending calls when $group with $accumulator runs out of ↵Arun Banala2020-08-106-29/+127
| | | | memory
* Import wiredtiger: 4bcef79f181a296da9a46fb6728203eb3fb5ede1 from branch ↵Luke Chen2020-08-1014-120/+247
| | | | | | | | | | mongodb-4.6 ref: d29619b755..4bcef79f18 for: 4.5.1 WT-6322 Split full compatibility tests into smaller groups WT-6404 Add timing stress that delays checkpoint after it calls __wt_txn_begin
* SERVER-49687 disable validate_during_repair under windowsBenety Goh2020-08-091-1/+7
|