summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-38425 Use oplogReplay for oplog visibility queryr3.2.22-rc0r3.2.22A. Jesse Jiryu Davis2018-12-174-5/+21
|
* SERVER-37127: Update sys-perf baselinesdalyd2018-09-141-1/+1
|
* Import wiredtiger: 264bc732b0b25f84e4c3af70220d3cedb34bc551 from branch ↵r3.2.21-rc0r3.2.21Luke Chen2018-08-235-17/+83
| | | | | | | | | | | mongodb-3.2 ref: 4babae8093..264bc732b0 for: 3.2.21 WT-3637 Fix a heap use after free from evicting of a page that just split. WT-3710 Fix a race condition between concurrent page splits WT-4045 Don't retry fsync calls after EIO failure
* SERVER-36778 Make 3.2 client metadata log messages match 3.4+ formatKevin Pulo2018-08-211-2/+2
|
* SERVER-36462: Add atlas user to runtime_secret.yml.julianedwards2018-08-071-0/+1
| | | | (cherry picked from commit 2c50fbc340bb7ef787cd213ae95cabb6b8f8e56f)
* SERVER-35854 naively log received client metadataKevin Pulo2018-07-265-0/+99
|
* SERVER-36010 Use severe() for Windows exceptions logsYves Duhem2018-07-191-5/+5
| | | | (cherry picked from commit 6403c6a71e03cee4f6bebbc67b06ba46fbf632c4)
* SERVER-35858 Run call BF Suggestion service always in bashYves Duhem2018-07-111-0/+1
| | | | (cherry picked from commit 40ad396238fdfb87a7a86e26020db2d293d23f40)
* SERVER-34793 Add call to BF Suggestion server on task failureYves Duhem2018-07-111-0/+25
| | | | (cherry picked from commit 2a86ca0c461b64144e274ec00dd36d3c860e2141)
* SERVER-35960 Blacklist findAndModify_update_grow.js from SCCC suite.Max Hirschhorn2018-07-041-0/+1
|
* SERVER-35693 Pre-sort $in elements to avoid O(n^2) boost::flat_set() complexity.David Storch2018-06-271-1/+4
|
* SERVER-34371: Don't ignore rmtree failuresDavid Bradford2018-06-181-2/+3
| | | | (cherry picked from commit 90a2fd2a17c24589b1fa1fd98c5a07dbca78b1b2)
* SERVER-34374 Wrap shutil.rmtree() in resmoke to handle path names which may ↵Jonathan Abrahams2018-06-185-5/+154
| | | | | | contain non-ASCII characters (cherry picked from commit d6837a12b3586b0738dcd4214951a1d6f6b1415e)
* SERVER-34863 Remove LSM testing on non-master branchesIan Whalen2018-06-071-54/+0
|
* SERVER-35108: Enable signal processing in system_perf.yml.julianedwards2018-05-291-26/+28
| | | | (cherry picked from commit 133a00391a0d8ee80ccfd096d5771db710f7f2e8)
* SERVER-35264 Fix compile in sys-perf-3.2Henrik Ingo2018-05-281-69/+4
| | | | Fixes e8e45c12ae4e00d283167f7da0e1648a9d37b187
* SERVER-34950 Use new sys-perf baseline 3.2.2-BaselineHenrik Ingo2018-05-281-1/+1
|
* SERVER-35071: Split MMAPv1 tasks into separate variants in sys-perfdalyd2018-05-251-189/+168
| | | | | (cherry picked from commit d97613d4a6ad4ea2d5ba809d207304d7fe321573) (cherry picked from commit fa27bd118c7a16b1acaec7b6fe887d108df14e26)
* SERVER-35207 Fix "analyze" in system_perf.ymlHenrik Ingo2018-05-251-0/+1
| | | | (cherry picked from commit 8f170e92c1e874dc1ac3ebcdda2fd38afa92b258)
* SERVER-35207 Don't use json.get_history in system_perf.ymlHenrik Ingo2018-05-252-42/+2
| | | | (cherry picked from commit 81f3e81d6b0f6ae23a422b47e9e58262de816cd7)
* SERVER-34540 Remove sleeptest from dbtestJonathan Reams2018-05-231-68/+0
| | | | (cherry picked from commit dba852d5d9cd0b3f067fd8d880e7e576db580653)
* SERVER-34380 Use variant level depends_on in system_perf.ymlHenrik Ingo2018-05-231-100/+146
| | | | (cherry picked from commit 712e093c2ba468dff5554202f779a03b57a82fbc)
* SERVER-34851 Disallow index selection for identical min & max values on findJames Wahlin2018-05-225-112/+146
| | | | | | (cherry picked from commit 737596d7005ae061809cbd8483ba91b4a2a89d86) (cherry picked from commit dc67135fd82a254faabd8e2a32ac6624d3135655) (cherry picked from commit bf5eb1a3278ca3e23bac00e10077e97607cc0b67)
* SERVER-34888 Do not store subject name without validation (lint)Sara Golemon2018-05-222-15/+15
|
* SERVER-34888 Do not store subject name without validationSara Golemon2018-05-216-0/+165
| | | | (cherry picked from commit 500e0e69ed7799f5a147c786e6622486920cd68c)
* SERVER-30724 Initial sync waits for oplog visibility before beginning cloneJudah Schvimer2018-05-213-1/+102
|
* SERVER-32999 Remove Debian 7 buildsRamon Fernandez2018-05-152-180/+5
|
* SERVER-34681 Don't use toolchain python on Linux 32-bitr3.2.20-rc0r3.2.20Zakhar Kleyman2018-04-251-0/+1
|
* SERVER-31809 Start using toolchain python on macOSZakhar Kleyman2018-04-241-13/+20
|
* SERVER-21317 Enforce MONGO_VERSION is set properlyAndrew Morrow2018-04-181-1/+8
| | | | (cherry picked from commit 19b7e7213746e50323abe8ec97bb33023965aab7)
* Import wiredtiger: 4babae8093f7a3cb05226abe959e10e0bb6b2716 from branch ↵Luke Chen2018-04-1214-53/+250
| | | | | | | | | mongodb-3.2 ref: 46c2f8fd9b..4babae8093 for: 3.2.20 WT-3994 Enhance WiredTiger Jenkins pull request tester for old branches
* SERVER-34149 Upgrade zlib to latest.ADAM David Alan Martin2018-04-1132-719/+3819
| | | | | | | Upgraded zlib to 1.2.11, and added a "get_sources" script to document the process. (cherry picked from commit 0fa7bcb8bea5d4585fdbc1003b5116cd7bf28540)
* SERVER-33398 Move to more fine-grained sys-perf task namesPia Kochar2018-04-111-12/+142
| | | | | (cherry picked from commit 357da5b0658dbc3516e9c02b5b090d3dcb1f4b49) (cherry picked from commit 95a40bef870412587a154964ac6c29e0e2a1baca)
* SERVER-32923 Remove SLES11 buildsRamon Fernandez2018-04-061-166/+0
|
* SERVER-26790: validateElementInfo should verify OIDs can be skippedSpencer Jackson2018-03-291-1/+3
| | | | (cherry picked from commit 9f8b867c5001630bb6a9824a1c10741641ca93ed)
* SERVER-34140: remove duplicated run on distros in evergreen configSam Kleinman2018-03-291-1/+0
|
* SERVER-31535 Ubuntu 12.04 is EOL, remove variantsRamon Fernandez2018-03-281-163/+0
|
* SERVER-33970 New baseline for MicrobenchmarksHenrik Ingo2018-03-201-1/+1
|
* Revert "SERVER-33970 New baseline for Microbenchmarks"Henrik Ingo2018-03-201-1/+1
| | | | This reverts commit 9efd09f83c2f999a2aed27aef7de06b13b8b9732.
* SERVER-33970 New baseline for MicrobenchmarksHenrik Ingo2018-03-201-1/+1
|
* SERVER-33848: Update compile flags for sys-perf and performance projectsdalyd2018-03-202-2/+5
| | | | (cherry picked from commit be85d6ca6905ec8d5215c5b25a41d73dd47696f6)
* SERVER-33670: Build mongo binaries with -ssl compile flag in system_perf.ymldalyd2018-03-201-1/+1
| | | | (cherry picked from commit c4673963e82708eff1a0b967c487fa8e15526979)
* SERVER-12644 noprealloc warning should be logged properlyGabriel Russell2018-03-191-2/+1
| | | | (cherry picked from commit 127834fd5164c3a172f61bfe292c118542ea6241)
* SERVER-33751 Allow connecting to an existing cluster in ReplSetTestRobert Guo2018-03-121-1/+9
|
* SERVER-32583: Sys-perf update bootstrap variables to use proper ConfigDict Namesdalyd2018-02-282-6/+6
| | | | (cherry picked from commit a0173c12306a457d3b653daea77966c6748e202a)
* SERVER-32691 Add write_concern_majority_passthrough_WT task in Evergreen.Max Hirschhorn2018-02-2414-2/+41
| | | | | | | | | | Also changes the aggregation_read_concern_majority_passthrough.yml, read_concern_majority_passthrough.yml, and write_concern_majority_passthrough.yml test suites to skip any JavaScript tests that use the "collMod" command because it only supports a w=1 writeConcern. (cherry picked from commit bb8ac01f052a7b4b5c042085334ce640a1ab8dd1)
* SERVER-32691 Add write_concern_majority_passthrough.yml test suite.Max Hirschhorn2018-02-2441-149/+558
| | | | | | | | | | | | | Reverts to emulating the write concern to work around how prior to MongoDB 3.4, operations that did writes didn't necessarily accept a writeConcern object. Also limits the usage of replica set connection strings to only the write_concern_majority_passthrough.yml test suite to work around the lack of complete support of MongoURI parsing in versions of the mongo shell prior to MongoDB 3.4. (cherry picked from commit 264d971842cffdf8b4f80def1d90241f132345b7)
* SERVER-27408 Allow resmoke to take more than one tag-related arguments.Robert Guo2018-02-243-109/+84
| | | | | | | | | | | Each tag argument can also be specified more than once and in both the YAML suite definition and on the command line. Tag argments will be agnostic to ordering, with each argument narrowing down test files to be run. No tag is allowed to override another tag. (cherry picked from commit a1363d00d04f0d235a88aad538d029448efac656) (cherry picked from commit 2ba94da846a76ca4c2622c3bcb2837c2c128f080)
* SERVER-32522 Fix lint.Max Hirschhorn2018-02-232-5/+13
|
* SERVER-32522 Clean up {read,write}Concern and readPreference overrides.Max Hirschhorn2018-02-2346-218/+448
| | | | | | | | | | | | | | Introduces OverrideHelpers object with convenience methods for inspecting certain aggregation and map-reduce commands, as well as overriding startParallelShell(), Mongo.prototype.runCommand(), and Mongo.prototype.runCommandWithMetadata(). Also removes a number of tests that were incorrectly blacklisted from the read_concern_majority_passthrough.yml and read_concern_linearizable_passthrough.yml test suites. (cherry picked from commit 35b5b72146ca570b5c6fed8aaa7e891edf7d6a78) (cherry picked from commit e828226f4c5ab12835e10a09f104759e8fbf09f3)