summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-72011 Add the ability to load js files to fsm worker threadsMoustafa Maher Khalil2022-12-121-0/+11
* SERVER-71984 add directConnection=True to standalone.py for multiversion testingTrevor Guidry2022-12-121-1/+1
* SERVER-71756 Defragmentation policy should issue dataSize commands with estim...Allison Easton2022-12-121-2/+8
* SERVER-71788 Defragmentation should handle ChunkTooBig errorsAllison Easton2022-12-121-1/+9
* SERVER-70594 Add updated build variants to sys-perf v6.0 branchdalyd2022-12-091-118/+923
* SERVER-71247 Make final methods in StubMongoProcessInterface non-final.Matthew Russotto2022-12-091-2/+2
* SERVER-65177 Use executor clock to calculate elapsed initial sync timeali-mir2022-12-083-4/+11
* SERVER-70237 Chunks merge commit must not create a BSON object too largeTommaso Tocci2022-12-074-96/+141
* SERVER-69927 Fix benchmark analysisRyan Egesdahl2022-12-062-12/+12
* SERVER-67704 SERVER-67705 Fix processor package counting for ARMGabriel Marks2022-12-0611-104/+149
* SERVER-68500 multiversion tag files are not correctly excluding tests in CITausif Rahman2022-12-061-0/+1
* Import wiredtiger: b53bacaa4e0c5fece1e63608cc7bb2430f671ff0 from branch mongo...Luke Chen2022-12-052-137/+1
* Import wiredtiger: f0ff3ca5c8e3ebe1147059e4200b26dd58e420e4 from branch mongo...Luke Chen2022-12-053-197/+2
* Import wiredtiger: 39b6544025d2b4f6bbf5ef251dbcdaffee638fd8 from branch mongo...Luke Chen2022-12-055-69/+251
* Import wiredtiger: 043606c2f83e919f0f9de5c9c9cac7d771dc0af1 from branch mongo...Luke Chen2022-12-0511-161/+602
* Import wiredtiger: 8e14a40cb6db5cd5d021c111b8e1abcaff7b79bc from branch mongo...Luke Chen2022-12-053-2/+154
* Import wiredtiger: d90f4fa81dec7af7d20f7ee52f3d1258aa2c20e6 from branch mongo...Luke Chen2022-12-056-134/+339
* Import wiredtiger: 29d40146fc78114efd83aa579c5d9c013f0a6016 from branch mongo...Luke Chen2022-12-0517-234/+591
* Import wiredtiger: af07f15ca3491e6cb9d278f3afefb93dcc8248ec from branch mongo...Luke Chen2022-12-052-2/+5
* Import wiredtiger: 7b279fd981e787fd9fe294a706aec8a0fbaa200b from branch mongo...Luke Chen2022-12-0513-765/+1011
* SERVER-71759 dataSize command doesn't yieldTommaso Tocci2022-12-041-13/+16
* SERVER-68338 sync_source_changes.js needs to wait for heartbeatMatthew Russotto2022-12-021-23/+34
* SERVER-70394 Fix self-swap in MultiPlanStage::removeRejectedPlansIvan Fefer2022-12-021-1/+1
* SERVER-58712: Fix update performance on collections with multiple secondary i...Ivan Fefer2022-12-024-12/+86
* SERVER-71094 Increase log level for 'Voted yes in election' to (debug) 1Matthew Russotto2022-12-013-2/+9
* SERVER-71666 Reduce number of scanned index entries on chunk migration commitPierlauro Sciarelli2022-11-301-18/+17
* SERVER-71139 Ensure indexes with simple collation are created correctly durin...Matthew Russotto2022-11-301-102/+212
* SERVER-71568 Fix race condition related to access to ChangeStreamOptionsMindaugas Malinauskas2022-11-302-3/+3
* SERVER-66920 Fix assertion that didn't expect exact match for seek cursorSulabh Mahajan2022-11-291-7/+3
* SERVER-68576 Added number of sharded collections to serverStatus command.Pol Pinol Castuera2022-11-295-4/+32
* SERVER-68125 Correctly track all memory used during index buildsLouis Williams2022-11-2518-260/+687
* SERVER-70973 Balancer should stop iterating collections when there are no mor...Silvia Surroca2022-11-2512-108/+211
* SERVER-71473: Begin using the new test stats locationJeff Zambory2022-11-2414-247/+218
* SERVER-71477 Check '_internalAllCollectionStatsSpec.getStats()' exists before...Pol Pinol Castuera2022-11-244-7/+17
* Revert "SERVER-71473: Begin using the new test stats location"Mikhail Shchatko2022-11-237-131/+119
* SERVER-60455 serverStatus metrics for external sorterShin Yee Tan2022-11-2318-106/+453
* SERVER-71473: Begin using the new test stats locationJeff Zambory2022-11-237-119/+131
* SERVER-71534 Fixed fuzzer linting scriptsAlexander Neben2022-11-232-7/+13
* SERVER-66466 TransportLayerASIOTest remove ThreadContextBilly Donahue2022-11-223-62/+59
* SERVER-69874 Execute in dryRun mode first during unique index conversion on a...Yuhong Zhang2022-11-216-0/+266
* SERVER-71518 Use S3 test stats in mongo-task-generatorMikhail Shchatko2022-11-213-1/+3
* SERVER-71471 Fixed deployment process for jstestfuzzAlexander Neben2022-11-216-38/+7
* SERVER-71424 Excluded third_party js files from lintingAlexander Neben2022-11-211-1/+2
* SERVER-71435 Increse verbosity level for range-deleter in resmokePierlauro Sciarelli2022-11-211-4/+5
* SERVER-69944 Switch to use Python's built-in recursive glob support.Max Hirschhorn2022-11-171-154/+3
* SERVER-68769 If the shard key index cannot be dropped, it cannot be hidden.Pol PiƱol Castuera2022-11-179-30/+225
* SERVER-63104 add resmoke argument for generating all_feature_flags.txt locallyTrevor Guidry2022-11-1610-67/+63
* SERVER-71191 Unlock and relock RSTL during index build setupGregory Noma2022-11-163-5/+45
* SERVER-71055 Update stable timestamp in `OplogOrder` testGregory Noma2022-11-161-0/+1
* SERVER-70158 Specify argument evaluation order in generateTrigExpressionBinaryAdityavardhan Agrawal2022-11-162-245/+254