summaryrefslogtreecommitdiff
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-48614 Fix plan cache discriminators for partial wildcard indexesDavid Storch2020-06-161-0/+6
| | | | | | | | | | | | | | | | | | Previously, discrimination based on the partial filter expression was done for all paths included in the wildcard projection. This could lead to a situation where two queries were erroneously assigned the same plan cache key. The fix is to ensure that for wildcard indexes, partial index discriminators are instead registered only for those paths mentioned in the partial filter expression. Unlike other kinds of wildcard index discriminators (e.g. handling concerns of null equality or collation), the paths in the partial filter expression are known a priori. Therefore, discrimination based on the partial filter can be done in the same way for wildcard and non-wildcard indexes. (cherry picked from commit 80f424c02df47469792917673ab7e6dd77b01421)
* SERVER-48706 add jiraclient.req to dev-requirements.txtJonathan Brill2020-06-101-0/+1
|
* Revert "SERVER-47645 Must invalidate all sessions on stepdown"Tess Avitabile2020-06-091-2/+0
| | | | This reverts commit c1bc1b6d6b7b7d216b8243a609f1c7231045e5be.
* SERVER-48657: Use evergreen modules for performance signal-processing managementDavid Bradford2020-06-092-0/+17
| | | | (cherry picked from commit 2f05f86f91359c7cebef7adf97b0ab624893ad00)
* SERVER-47769 Ensure that gather_failed_unittests does not target .cpp filesRichard Samuels2020-06-091-1/+1
| | | | (cherry picked from commit c511c2951b30ac612a57c3639fb3760f24a8389c)
* SERVER-47312 hang_analyzer: enable on ASAN builders without running gcoreRichard Samuels2020-06-051-6/+5
| | | | (cherry picked from commit 38b125fc08c34b67aedf04d47a77c0dda45a7b89)
* SERVER-47645 Must invalidate all sessions on stepdownTess Avitabile2020-06-051-0/+2
| | | | (cherry picked from commit 5f1a69aaf69bc12124f68e7b489a1437f9cdd575)
* SERVER-48579: Merge lint python requirements filesDavid Bradford2020-06-044-9/+6
| | | | (cherry picked from commit 55181caa3aefad966a240d97a9f5ca4f24815b0c)
* SERVER-48188 Allow multiversion *_gen tasks to be rerun without failRichard Samuels2020-06-031-8/+5
|
* SERVER-48422 Set multiversion-related expansions on scanning RSM, sdam RSM, ↵Haley Connelly2020-06-011-0/+6
| | | | | | and taskExecutorPoolSize=4 build variants (cherry picked from commit d27fee71735296eb34adf6372e0d3300c801a47e)
* SERVER-47810 Make $changeStream shard-monitor cursor ineligible to ↵Bernard Gorman2020-05-291-0/+2
| | | | | | contribute high water marks (cherry picked from commit 35756d5b0fe1bc810de1d740950b2fa41e449bdd)
* SERVER-48344 generate key file for performance test replica set configurationBenety Goh2020-05-271-1/+5
| | | | (cherry picked from commit 97c1ba0a6f3c2215801f8b2363e5b4dbfbfb1ef1)
* SERVER-48287 add dedicated jstestfuzz_sharded_fcv4.2 suiteRobert Guo2020-05-191-2/+2
|
* SERVER-47773 Error consistently when tailable cursors and $near are used ↵Drew Paroski2020-05-191-0/+6
| | | | | | together (cherry picked from commit c8ced6df8f620daaa2e539f192f2eef356c63e9c)
* SERVER-48225 re-enable replica_sets_reconfig_kill_primary_jscore_passthroughPavi Vetriselvan2020-05-191-0/+3
|
* SERVER-48224 re-enable replica_sets_reconfig_jscore_stepdown_passthroughPavi Vetriselvan2020-05-191-0/+4
|
* SERVER-48164 Override install-action in individual testsRyan Egesdahl2020-05-181-1/+8
| | | | | | | | | | | | | | In a previous commit, install-action was set to hardlink for all tests to reduce resource usage. However, that option doesn't work for one of the tests. The reasons why it doesn't work are beyond the scope of this commit, but it probably won't be the last time we need to change the install mode for a single test, either. The global install-action will now default to hardlink but can also be overridden in a test where it is incompatible or where we have reasons to use a different install-action. (cherry picked from commit ece6d35fbe5337fc9ce22094367905e5cab712ff)
* SERVER-48223 re-enable replica_sets_reconfig_jscore_passthroughPavi Vetriselvan2020-05-181-0/+4
|
* SERVER-44071 Platform Support: Add Community & Enterprise Ubuntu 20.04 ARMBrian McCarthy2020-05-182-2/+81
| | | | (cherry picked from commit 20de257ec7f9f1def474e7a62375df364ae85f4b)
* SERVER-46294 copy binaries to CWD before starting jepsenRobert Guo2020-05-141-0/+8
| | | | (cherry picked from commit a7166beb377ce5c152bc0dfcf1cfa4c1714aeb2e)
* SERVER-45094 add disabled replica set reconfig passthroughsPavi Vetriselvan2020-05-141-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SERVER-45094 add retryable read logic to network_error_and_txn_override.js (cherry picked from commit f59f63db6c37c0d4657b57d559c95d830b0e34c2) SERVER-45094 add replica_sets_reconfig_jscore_passthrough suite (cherry picked from commit 4d91fac171cbe3f2af53d9258965399e648a1947) SERVER-45094 use w:1 writes and remove causal consistency in reconfig passthrough (cherry picked from commit a43cb23defc6182d08a7814e4731ef98f2d30b6a) SERVER-45094 add replica_sets_reconfig_jscore_stepdown_passthrough (cherry picked from commit 81e0ad27c280c02a49beb65ff4473d5dce62b089) SERVER-45094 add replica_sets_reconfig_kill_primary_jscore_passthrough (cherry picked from commit 2debab7987b24bf902f9a128654ce928441c29a2) SERVER-47678 stepdown and kill primary reconfig passthroughs should ignore ReplicaSetMonitorErrors (cherry picked from commit 91672e58f1169c7edd684b911f20f62b8a71f8d1) SERVER-47544 always increase election timeout to 24 hours in passthrough suites (cherry picked from commit 81d53a715f49827a9f2538d4572f9b01f2b12887)
* SERVER-45554 Add more core/txns sharding passthrough suitesRandolph Tan2020-05-121-0/+20
| | | | (cherry picked from commit 2cd751b7a81912d0f6bc311423903c17e15eba48)
* SERVER-48094 Add RHEL 8.1 to repo_config yamlBrian McCarthy2020-05-111-0/+8
| | | | (cherry picked from commit eece046bc52f886af3de2ab7303b768a74ef23a9)
* SERVER-48090: Support python 3.6 with test generation toolsDavid Bradford2020-05-111-2/+2
| | | | (cherry picked from commit 3a6872c51c7b2c37aac28bf813bc09f8dc647653)
* SERVER-31368 Log time spent waiting in BlockingResultsMergerDavid Percy2020-05-071-0/+2
|
* SERVER-47716 add separate suite definition for ↵Robert Guo2020-05-071-2/+4
| | | | jstestfuzz_replication_multiversion
* SERVER-48005 reduce parallelism on Ubuntu 18.04 ARMRobert Guo2020-05-071-1/+1
| | | | (cherry picked from commit d4e0c99fbd27093713d6713724a182dd958cfd49)
* SERVER-47989: Ensure lint dependencies are specifiedDavid Bradford2020-05-061-0/+2
| | | | (cherry picked from commit a8883d1cce072af52f7ee6a162c6569c3c55a7d1)
* SERVER-47864 Create sdam RSM build variantjannaerin2020-05-061-0/+29
| | | | (cherry picked from commit d6eb2401c3cf011c15859f7c2ba6cd6a417aa0d8)
* SERVER-47390 Improve styling of Replication log linesJason Chan2020-05-051-0/+2
| | | | (cherry picked from commit c28d271102bcf3484c56ad592065ddae9c73ee5d)
* SERVER-46813 Revert "Temporarily reduce frequency of randomized testing"Mikhail Shchatko2020-05-051-42/+42
| | | | (cherry picked from commit f3e574c43afe1e6f2e03344c50f9eeb2fcebad39)
* SERVER-47685 Remove fetch_and_build_openssl.shSara Golemon2020-05-041-12/+0
| | | | (cherry picked from commit f49817283643d6ba10be35e6dc48a8f513e8f058)
* SERVER-44072 Platform Support: Add Enterprise RHEL 8 PPCBrian McCarthy2020-05-041-0/+52
|
* SERVER-44070 Platform Support: Add Community & Enterprise Ubuntu 20.04 x64Brian McCarthy2020-05-042-0/+132
| | | | (cherry picked from commit a7653f2540a79cbbdb313a0c13be501fadc30878)
* SERVER-46684 Repackage the hang-analyzer as a resmoke subcommandCarl Raiden Worley2020-05-041-4/+4
|
* SERVER-47190: Shutdown command with force:true should ignore all stepdown errorsLingzhi Deng2020-05-041-0/+2
| | | | (cherry picked from commit 1563ac389bdcb08aadeb31705b2cc123742b739b)
* SERVER-47768 Configure the aggregation_read_concern_majority_passthrough ↵Mihai Andrei2020-05-011-0/+1
| | | | | | suite to use less memory (cherry picked from commit 738290e8227e99e08665cbdd8e110312a587d165)
* SERVER-46769 Migrate from optparse to argparsevrachev2020-04-301-1/+1
|
* SERVER-47656 Blacklist exhaust_isMaster_topology_changes.js from the ↵jannaerin2020-04-291-3/+5
| | | | | | scanning RSM variant (cherry picked from commit 76d988f1f7238d0e80ceda529fbb143661c005c1)
* SERVER-43335 Ingest drivers server selection testsjannaerin2020-04-241-1/+27
| | | | (cherry picked from commit 76823e76d597b52e66539580474c93be02fe2c6e)
* SERVER-46594 Enable commit quorum for concurrency suites.Suganthi Mani2020-04-241-34/+20
| | | | (cherry picked from commit 0e380c36cde4715a458c2f6113a2df4f61d93ef8)
* SERVER-45835 Add optimized Linkbench to Sys-perf as a new taskHenrik Ingo2020-04-211-0/+16
|
* SERVER-44067 Increase macosx target to 10.13Andrew Morrow2020-04-201-2/+2
| | | | (cherry picked from commit 85e982db8d205297a78f20d3bc0ba93b50e1b1f9)
* SERVER-47399 Use File Nodes to manage dSYM substructureAndrew Morrow2020-04-201-0/+2
| | | | (cherry picked from commit 463cc815528b42c3c2f81dc7137cc27f7e7cc974)
* SERVER-46744 Install unit test debug info without increasing disk utilizationAndrew Morrow2020-04-201-234/+216
| | | | (cherry picked from commit cfa89fbaf0b397f07d8f9c884a04776224b4e918)
* SERVER-44559 Enable WT debug table for powercycle testsJamie Heppenstall2020-04-171-9/+9
| | | | (cherry picked from commit 5c53fe70e2d6e70b56b3f6a161a74a63d7490cdc)
* SERVER-47592: Ensure burn_in_tags build variants are namedDavid Bradford2020-04-161-1/+1
| | | | (cherry picked from commit de18c56b913e055708310ac88cc31bef238ad66c)
* SERVER-47510 Disable index build commitQuorum on builders that override ↵Louis Williams2020-04-151-1/+3
| | | | | | mongodSetParameters (cherry picked from commit a94df7c8c6f36e67086406b5778368f97dc1bd7f)
* SERVER-47428 Move concurrency_sharded* tasks to -large distros.Max Hirschhorn2020-04-151-19/+47
| | | | | | | | | Not all build variants run the concurrency* tasks with the "large" task tag on a -large distro. The RHEL 6.2 and SUSE 12 build variants were specifically modified to do so because OOM failures have been observed on them. (cherry picked from commit 6202c52a254ced5238eaf7f77117f7c4865aed56)
* SERVER-47537: Reduce frequency of certain build variantsDavid Bradford2020-04-141-0/+3
|