summaryrefslogtreecommitdiff
path: root/buildscripts
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-33397 New suitesconfig moduleYves Duhem2018-02-236-109/+131
|
* SERVER-31993 Re-enable sharding wire version incompatibility testingMaria van Keulen2018-02-232-6/+0
|
* SERVER-33339 add jstest that documents and verifies whether each command ↵Esha Maharishi2018-02-231-0/+1
| | | | sends a database version
* SERVER-33438 ignore benchmarks in burn_in_tests.pyRobert Guo2018-02-222-3/+7
|
* SERVER-32792 Blacklist tests that assert on ismaster field of isMaster ↵Jack Mulrow2018-02-211-0/+6
| | | | response in retryable writes stepdown passthrough
* SERVER-32644 run tests on tvos simulatorGabriel Russell2018-02-212-36/+33
|
* SERVER-33199 Add benchmarks_storage test suiteRobert Guo2018-02-214-2/+61
|
* SERVER-32852 Capture data files on failures of the concurrency suiteJonathan Abrahams2018-02-218-1/+15
|
* SERVER-33194 Call setFCV when upgrading binary versions in testMaria van Keulen2018-02-212-6/+0
|
* SERVER-32143 Remove test coverage for master-slaveVesselina Ratcheva2018-02-214-237/+0
|
* SERVER-32597 Bump generic fCV referencesMaria van Keulen2018-02-212-0/+4
|
* SERVER-24689 Support automatic compile bypass for non-source code changes in ↵Eddie Louie2018-02-201-0/+312
| | | | Evergreen patch builds
* SERVER-25640 check if jstests leave unterminated processesKevin Albertson2018-02-201-0/+1
|
* SERVER-32635 an old mongos server communicating with a fully upgraded ↵Dianna Hohensee2018-02-162-0/+5
| | | | cluster should crash
* SERVER-33335 support all git hook types in buildscripts/install-hooksRobert Guo2018-02-151-59/+77
|
* SERVER-33278 Enable shared cache for Ubuntu shared library and debugBrian McCarthy2018-02-151-0/+141
|
* SERVER-32373 building android targets as TARGET_OS=androidGabriel Russell2018-02-153-0/+86
|
* SERVER-32888 Set a default oplog size for replica sets started by resmoke.pyEddie Louie2018-02-1413-12/+3
|
* SERVER-31562 Archival for test failures from suites not using a resmoke fixtureJonathan Abrahams2018-02-1410-45/+37
|
* SERVER-32912 Blacklist kill_pinned_cursor.js from ↵Bernard Gorman2018-02-141-0/+1
| | | | sharding_last_stable_mongos_and_mixed_shards suite
* SERVER-28090 add ability to interrupt pinned cursors on mongosIan Boros2018-02-131-0/+2
|
* SERVER-32368 do not perform UUID check against a shard's config cache in the ↵Esha Maharishi2018-02-131-0/+3
| | | | sharding_csrs_continuous_config_stepdown_WT suite
* SERVER-32715 Add "Connection refused" to list of _SSH_CONNECTION_ERRORS in ↵Eddie Louie2018-02-131-2/+3
| | | | remote_operations.py
* SERVER-32956 Remove collation_sort.js from sharded blacklist.Charlie Swanson2018-02-121-2/+0
| | | | | This test should pass in this scenario now that SERVER-32430 is resolved.
* SERVER-33207 Blacklist geo_borders.js from ↵David Storch2018-02-121-0/+3
| | | | sharded_collections_jscore_passthrough.
* SERVER-33144 Support archiving data files in Evergreen on test failure - WindowsJonathan Abrahams2018-02-122-23/+51
|
* SERVER-33193 Enable test failure archive for specific tasks and hooksJonathan Abrahams2018-02-1260-0/+220
| | | | - The archive is now enabled for all data consistency checks
* SERVER-29463 Platform Support: add Debian 9 stretchBrian McCarthy2018-02-092-1/+8
|
* SERVER-32853 GDB shouldn't look for non-existent 'location' field in StatusJonathan Reams2018-02-091-11/+2
|
* SERVER-32819 Default to include all subdirectories in agg passthroughsCharlie Swanson2018-02-088-33/+26
|
* SERVER-26884 Support archiving data files in Evergreen on test failureJonathan Abrahams2018-02-0812-59/+309
|
* SERVER-33106 set multiKeyPaths and clear plan cache in onCommit hookKyle Suarez2018-02-081-1/+2
| | | | | Without this change, if the WriteUnitOfWork aborts, we will set the multiKeyPaths for the index without actually marking it as multiKey.
* SERVER-32918 IDL chained structs expose their getters and setteres.Siyuan Zhou2018-02-061-13/+28
| | | | Author: Mark Benvenuto
* Revert "Revert "SERVER-32983 persist a version field in new config.databases ↵Esha Maharishi2018-02-061-0/+1
| | | | | | entries in fcv>=4.0"" This reverts commit d7c127cb2c98eab7ca9ea0ef8405126e675ed5d7.
* Revert "SERVER-32983 persist a version field in new config.databases entries ↵Esha Maharishi2018-02-051-1/+0
| | | | | | in fcv>=4.0" This reverts commit e747312da666720700f4207a81a927c1b93c36dc.
* SERVER-32983 persist a version field in new config.databases entries in fcv>=4.0Esha Maharishi2018-02-051-0/+1
|
* SERVER-31979 Include chunk migration stats in `moveChunk.commit` changelog ↵jannaerin2018-02-051-0/+1
| | | | entries
* SERVER-33003 Re-enable passing multiVersion testsMaria van Keulen2018-02-022-18/+0
|
* SERVER-32898 Create unit test for resmoke module archival.pyJonathan Abrahams2018-02-021-0/+251
|
* SERVER-32762 Module to upload files to S3Jonathan Abrahams2018-02-021-0/+295
|
* SERVER-33060 Raise numInitialSyncAttempts in initial sync test suite.Max Hirschhorn2018-02-011-1/+3
| | | | This partially reverts commit 3660fcbd6f9dfae8c55b4a0853f1684c0e6fd941.
* SERVER-31484 separate the operation deadline from awaitData deadline in ↵Martin Neupauer2018-01-312-0/+2
| | | | | | sharded queries. The deadline has been been already separated for non-sharded queries.
* SERVER-32667 Add unsharded mongos aggregation passthroughCharlie Swanson2018-01-312-1/+42
|
* SERVER-32594 add mechanism to close and reopen the catalogKyle Suarez2018-01-311-0/+3
|
* SERVER-32691 Add write_concern_majority_passthrough.yml test suite.Max Hirschhorn2018-01-303-2/+84
| | | | | Also adds support for using replica set connection strings in resmoke.py without making all nodes electable.
* SERVER-32522 Clean up {read,write}Concern and readPreference overrides.Max Hirschhorn2018-01-308-169/+162
| | | | | | | | | | | 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.
* SERVER-32668 Add sharded aggregation passthrough with one shardCharlie Swanson2018-01-301-0/+49
|
* SERVER-32241 Make applyOps report failure when a nested applyOps fails.Matthew Russotto2018-01-301-0/+1
|
* SERVER-32829 Update set_feature_compatibility_version.js and ↵Dianna Hohensee2018-01-302-2/+0
| | | | feature_compatibility_version.js for 3.6 / 4.0 FCV testing
* SERVER-32932 improve sles12 package testingZakhar Kleyman2018-01-291-0/+10
|