summaryrefslogtreecommitdiff
path: root/buildscripts
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-48645 Remove versioning constraints on testing diagnosticsAmirsaman Memaripour2020-11-131-10/+2
|
* SERVER-49536 SBE stage builder is broken for SORT when SORT comes before FETCHDrew Paroski2020-11-131-0/+1
|
* Revert "SERVER-50442 Remove ensureIndex shell function This commit also ↵Arun Banala2020-11-1215-15/+15
| | | | | | replaces all the usages of ensureIndex() with createIndex() in JS tests and JS shell" This reverts commit e69c967ff8b53634770438dfe9a5c7d13548351b.
* SERVER-50442 Remove ensureIndex shell function This commit also replaces all ↵Rishab Joshi2020-11-1215-15/+15
| | | | the usages of ensureIndex() with createIndex() in JS tests and JS shell
* SERVER-51848 Rename generic arg/reply functionsA. Jesse Jiryu Davis2020-11-111-2/+0
|
* SERVER-51848 Specific generic args in IDLA. Jesse Jiryu Davis2020-11-117-29/+546
|
* SERVER-51877 Check all API V1 commands are defined in IDLA. Jesse Jiryu Davis2020-11-105-25/+219
|
* SERVER-52679: Disallow null/undefined command parameter for IDL commands ↵Lingzhi Deng2020-11-101-3/+9
| | | | with {namespace: type}
* SERVER-52672 Update blackduck_hub.py rules for filtering beta versionsMark Benvenuto2020-11-091-12/+9
|
* SERVER-51540 Support mod expression in SBEAlya Berciu2020-11-091-0/+1
|
* SERVER-52534 Auth to the Evergreen API and S3 for both local and Evergreen ↵Mikhail Shchatko2020-11-095-1/+201
| | | | machines
* SERVER-49504: Revert "Revert "SERVER-49504: Allow resmoke's mongo shell to ↵julianedwards2020-11-068-31/+102
| | | | log to Jasper""
* SERVER-49825 Replicate updates changing value under new shard key pattern as ↵Alex Taskov2020-11-061-0/+3
| | | | delete + insert in a transaction
* SERVER-49994 rename jstests that contain master/slave terminologyPavi Vetriselvan2020-11-069-36/+36
|
* SERVER-41020 Add tests that fuzz storage engine parametersBrian DeLeonardis2020-11-064-2/+118
|
* SERVER-51793: Update bypass-compile to download debug symbolsDavid Bradford2020-11-051-81/+115
|
* SERVER-51876 Create script to check out past IDL filesA. Jesse Jiryu Davis2020-11-051-0/+112
|
* SERVER-51373 Create IDL definition for OkReplyGeorge Wangensteen2020-11-054-21/+14
|
* SERVER-51377 Enforce that all API V1 command definitions include strict: trueSamy Lanka2020-11-053-2/+49
|
* SERVER-51097 Reduce maximum runtime of unittests "run tests" phaseRichard Samuels2020-11-051-1/+22
|
* Revert "SERVER-51540 Support mod expression in SBE"Ali Mir2020-11-051-1/+0
| | | | This reverts commit 3509b1b58532dd7134c4d0610bba8867f60622d9.
* SERVER-51540 Support mod expression in SBEAlya Berciu2020-11-041-0/+1
|
* SERVER-51372 Add command_name field to IDL command syntaxSamy Lanka2020-11-035-0/+103
|
* SERVER-47081 Delete geoSearch command and related testsMihai Andrei2020-11-0319-19/+0
|
* SERVER-52511: Fix selected-test task name generatationDavid Bradford2020-11-021-0/+2
|
* SERVER-51112 Add runFeatureFlagMultiversionTest helper for targeted ↵Jason Chan2020-10-293-0/+19
| | | | upgrade/downgrade tests
* SERVER-51452 TenantMigrationConflict should store a shared_ptr to the ↵Jason Zhang2020-10-281-0/+2
| | | | TenantMigrationAccessBlocker
* SERVER-51856 Add Visual Studio Natvis debugger visualizers for BSONObj and ↵Henrik Edin2020-10-281-0/+329
| | | | BSONElement
* SERVER-51855 Disable mongos_get_shard_version.js from running in ↵Sergi Mateo Bellido2020-10-281-0/+3
| | | | sharding_csrs_continuous_config_stepdown suite
* SERVER-51378 SERVER-51379 Add API V1 fields to IDLA. Jesse Jiryu Davis2020-10-275-2/+118
| | | | Add "unstable", "forward_to_shards", and "forward_from_shards" to support API V1 compatibility testing. Also finish SERVER-51376 by checking that reply_type is present if api_version is non-empty.
* SERVER-51836 change windows multiversion suffix to zipRobert Guo2020-10-261-2/+5
|
* SERVER-51050 Selected Tests should not generate enterprise tests on ↵Lydia Stepanek2020-10-235-15/+30
| | | | non-enterprise builds
* SERVER-51776 Map setup_multiversion_mongodb.py args to evergreen build variantsMikhail Shchatko2020-10-231-0/+24
|
* SERVER-51375 Add "api_version" and "is_deprecated" to IDLA. Jesse Jiryu Davis2020-10-224-0/+57
|
* SERVER-34484 added out of tree support for idl generation.Daniel Moody2020-10-211-6/+8
|
* SERVER-51376 Add "reply_type" IDL fieldA. Jesse Jiryu Davis2020-10-217-0/+83
|
* SERVER-48796 Disables tenant migration recipient testing.Suganthi Mani2020-10-191-0/+3
|
* SERVER-51426 Verify that a client cannot gossip clusterTime from a donor ↵Cheahuychou Mao2020-10-191-0/+1
| | | | replica set to a recipient replica set
* SERVER-51713 Import collections into a replica set running concurrency workloadsGregory Wlodarek2020-10-171-0/+50
|
* SERVER-51110 Feature Flag with FCV checksMark Benvenuto2020-10-168-12/+120
|
* SERVER-49423 Do not set ↵Bernard Gorman2020-10-161-2/+9
| | | | coordinateCommitReturnImmediatelyAfterPersistingDecision in change stream multiversion suites
* SERVER-51036 Write new and missing component checks for Black Duck ScannerMark Benvenuto2020-10-161-18/+213
|
* Revert "SERVER-49504: Allow resmoke's mongo shell to log to Jasper"Robert Guo2020-10-158-102/+28
| | | | This reverts commit e9e1635d6c4a37a4f2d8ee20ccfa2c7e916121d6.
* SERVER-50373 Add support for covered projections in SBEDrew Paroski2020-10-151-0/+1
|
* SERVER-50948 Change databasePrefix and dbPrefix to tenantIdJudah Schvimer2020-10-142-10/+9
|
* SERVER-49504: Allow resmoke's mongo shell to log to Jasperjulianedwards2020-10-148-28/+102
|
* SERVER-50917 util/ctype.h to replace <cctype> & <ctype.h> funcsBilly Donahue2020-10-131-0/+7
|
* SERVER-51491 Exclude reshard_collection_basic.js from ↵Alex Taskov2020-10-131-0/+3
| | | | sharding_continuous_config_stepdown suite
* SERVER-51434 Fix Build Logger time formatMark Benvenuto2020-10-131-2/+1
|
* SERVER-47755 Send SIGABRT as a fallback in the hang analyzerCarl Raiden Worley2020-10-123-7/+18
|