summaryrefslogtreecommitdiff
path: root/buildscripts
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-37067: Update static OpenSSL to 1.1.0iSpencer Jackson2018-10-311-2/+2
| | | | | (cherry picked from commit b6147f664cc22c360611b05f79c0d8febf3c7692) (cherry picked from commit 8fd826de50666df19bb86158d7aa8753f98a152f)
* SERVER-37651 Update license files in idl scriptsRamon Fernandez2018-10-2422-154/+447
|
* Revert "SERVER-37651 Update license files in idl scripts"Ramon Fernandez2018-10-2422-556/+184
| | | | This reverts commit 53eb59b01e499ae85085fcb00fe1a4f772871540.
* SERVER-37651 Update license files in idl scriptsRamon Fernandez2018-10-2422-184/+556
|
* SERVER-37467 Have collect_resource_info.py recover from transient errors.Shreyas Kalyan2018-10-221-44/+47
| | | | (cherry picked from commit f86b57ac39110510321469c70c7a76e9232d5530)
* SERVER-37651 Fix typo in license filesRamon Fernandez2018-10-171-1/+1
| | | | (cherry picked from commit 39e4b706fb1723c97c5a8a551cd948037244068f)
* SERVER-37651 Update license informationRamon Fernandez2018-10-163-243/+568
|
* SERVER-36850 Add a replica set passthrough suite to detect errors in the ↵Blake Oler2018-10-114-0/+207
| | | | | | logical session cache (cherry picked from commit 1828360710a6f44da6e95d1fe4760412ad65c848)
* SERVER-37330 Add sharded passthrough suites to detect errors in ↵Blake Oler2018-10-104-0/+490
| | | | | | LogicalSessionCache (cherry picked from commit 3077fb640b0df0b8d769aafd0d38e67d3307198b)
* SERVER-37410 Add standalone passthrough suites to detect errors in ↵Blake Oler2018-10-094-0/+143
| | | | | | LogicalSessionCache (cherry picked from commit a172abef4a419e1a7c0eb7832cd9b8b7d1a107f1)
* SERVER-33470 Log archival message, even if successful, in hook_test_archival.pyJonathan Abrahams2018-10-081-0/+2
| | | | (cherry picked from commit cbfd82be9efa5e0f6dd45d974d7fc729b989cb9c)
* SERVER-34866 Blacklist/unblacklist tests in secondary_reads_passthroughXiangyu Yao2018-10-011-20/+7
| | | | (cherry picked from commit e0dc0aa3413bd0b7eac071e85a28c344a4c094b9)
* SERVER-32064 Requests from the shell should use an implicit session by defaultJack Mulrow2018-09-274-2/+29
| | | | | | | | (cherry picked from commit 8817328f87564a29e9be2ed1a746cf40e89587eb) SERVER-32064 Disable implicit sessions when checking db version during connect() (cherry picked from commit 8c5002b06fd737f75941a73785ce75e3ca7f5ce1)
* SERVER-34868 Prohibit legacy queries from running on sessions in shellWilliam Schultz2018-09-272-0/+10
| | | | (cherry picked from commit b188d762b8920f791906c80570f770dd9fc09731)
* SERVER-36451 ContinuousStepdown with killing nodes can hang due to not being ↵Jonathan Abrahams2018-09-271-11/+16
| | | | | | able to start the primary (cherry picked from commit 1a2599c31d296d79bf78f7b19305c1e983a8f858)
* SERVER-34916 Blacklist shell_connection_strings.js from ↵Jack Mulrow2018-09-211-0/+3
| | | | | | retryable_writes_jscore_stepdown_passthrough (cherry picked from commit 271d5477edc6cf949a13d29c0a68fd2fa0e804bf)
* SERVER-36162 Powercycle - ensure internal crash command has been executed on ↵Jonathan Abrahams2018-09-211-3/+14
| | | | | | the remote host (cherry picked from commit f4d62c2ba9a27dc03663779d0817bc399ab2e91f)
* SERVER-35800 retry getting build_id and test_id from logkeeperRobert Guo2018-09-203-26/+29
| | | | (cherry picked from commit cc00af6b6f43c2df8e649ae19040ab7df19db950)
* SERVER-35239 AwaitData cursor must handle getMore from client with higher ↵Samy Lanka2018-09-181-0/+2
| | | | | | lastKnownCommittedOpTime (cherry picked from commit 2c6e1b2fa22cbee1129409635cceedd7f99bfea1)
* SERVER-34384 Use 5-node linear chain topology for secondary reads passthroughXiangyu Yao2018-09-072-18/+23
| | | | (cherry picked from commit 507631c40544ee018fa8c099207e0b24d4cb192d)
* SERVER-34384 Add passthrough test for secondary readsXiangyu Yao2018-09-071-0/+134
| | | | (cherry picked from commit d62890ffeacd2e911ff4a36f01bdef498c101c07)
* SERVER-32920 Avoid overriding read preference for the config server in ↵Robert Guo2018-09-074-56/+44
| | | | | | passthrough tests (cherry picked from commit fe88a7402503f76b43c7ee71ef45b4ac0b9e3db7)
* SERVER-34913 Remove backport of assumes_read_preference_unchanged tag to ↵Matthew Saltz2018-08-312-18/+0
| | | | causally_consistent_jscore_passthrough.yml
* SERVER-34913 blacklist splitvector.js from causally consistent suitesMisha Tyulenev2018-08-312-0/+20
| | | | (cherry picked from commit f3439006a717ea1c8b1598b0e68935816e150564)
* SERVER-35100 Do not log exception on dynamic test failureYves Duhem2018-08-231-1/+1
|
* SERVER-34204 Always pass non-null opCtx when scheduling getMores in ARMCharlie Swanson2018-08-221-0/+72
| | | | (cherry picked from commit a43fe9ae73752fbd98107cef5421341fe291ab32)
* Revert "SERVER-35239 AwaitData cursor must handle getMore from client with ↵Samy Lanka2018-08-131-2/+1
| | | | | | higher lastKnownCommittedOpTime" This reverts commit c0c0e651b379b03201e321ae0857beb646721956.
* SERVER-34258 Fix error in mount_drives.sh on WindowsJonathan Abrahams2018-08-101-4/+5
| | | | (cherry picked from commit 1bbdb461b5ee44886e25dc0b44df2859471e6ed3)
* SERVER-36083 Added evergreen variant with enableMajorityReadConcern set to ↵Suganthi Mani2018-08-093-1/+15
| | | | false.
* SERVER-35239 AwaitData cursor must handle getMore from client with higher ↵Samy Lanka2018-08-091-1/+2
| | | | | | lastKnownCommittedOpTime (cherry picked from commit 2c6e1b2fa22cbee1129409635cceedd7f99bfea1)
* SERVER-36448 Disable election handoff in continuous stepdown suitesVesselina Ratcheva2018-08-073-0/+3
| | | | (cherry picked from commit 0b17b0185296f97aea8598960a4c683a3dcb9dd5)
* SERVER-35624 Enable election handoff by defaultVesselina Ratcheva2018-08-071-0/+3
| | | | (cherry picked from commit 34f57aeef3f838cff3dc00a2ac33f7ea90b167a8)
* SERVER-32792 Blacklist tests that assert on ismaster field of isMaster ↵Jack Mulrow2018-08-061-0/+6
| | | | | | response in retryable writes stepdown passthrough (cherry picked from commit 74d11ae8949bb795c6fc56a56a7bb1ed64a7eb79)
* SERVER-32907 Reduce replication.heartbeat log verbosity in local test logsWilliam Schultz2018-07-241-5/+22
| | | | | | | | | | This patch creates separate 'logComponentVerbosity' default settings for tests running running locally versus those running in Evergreen. This only applies to tests run using resmoke.py. We detect that a test is running in Evergreen by checking if resmoke received an EVERGREEN_TASK_ID parameter. (cherry picked from commit 4c725a11acf11e41e8200500a03d3cec97a25dbe)
* SERVER-32907 Make resmoke pass TestData.setParameters to mongo shell as a ↵William Schultz2018-07-241-10/+19
| | | | | | | | | | | | | | | | JavaScript object This patch changes the format of the TestData.setParameters variable we pass to the mongo shell from within resmoke. We now pass this value as a JavaScript object, where keys are parameter names and values are the values to set for that parameter. Additionally, we also consolidate the hard-coded 'logComponentVerbosity' default settings into resmoke, instead of having them mixed between servers.js and resmoke's programs.py. Now, any mongod processes started either directly by resmoke or via a mongo shell that was started by resmoke will receive default log verbosity settings from a value defined in resmoke. (cherry picked from commit 5b2739dbff77811dbbfbccbc8a7ca8b973c8525f)
* SERVER-32639 skip signing and validating clusterTime in arbitersMisha Tyulenev2018-07-201-0/+1
|
* SERVER-36223 Add hook for the fuzzer to not send lsid in the preambleRobert Guo2018-07-202-2/+6
|
* SERVER-35383 Raise election timeout to 24 hours for stepdown suites.Max Hirschhorn2018-07-144-16/+37
| | | | (cherry picked from commit 99d3436094d31de348edfac9fe0e40e60b28391e)
* SERVER-35472 Avoid falling back to stderr in resmoke.py.Max Hirschhorn2018-07-144-56/+97
| | | | | | | | | Instead a special return code of 75 is used to indicate that the log output would otherwise be incomplete. The incomplete log output state is ignored if all tests passed. (cherry picked from commit 6ad26a359f7bc366da13d433ed612ff22f69d323) (cherry picked from commit 8fae595c44b14aa61951ba413e293449c2b49866)
* SERVER-35978 Fix lint on 3.6Mark Benvenuto2018-07-103-4/+12
|
* SERVER-35917 Blacklist resumeAfter from sharded change streams suiteCharlie Swanson2018-07-031-0/+3
|
* SERVER-35124 Tolerate replSetStepDown failing in stepdown suites.Max Hirschhorn2018-07-022-1/+10
| | | | | | | | It is possible for a database operation to prevent the global X lock from being acquired within 10 seconds. We'll simply retry 8 seconds later. (cherry picked from commit d7ed31017007fd5963390247e6ae68714cb6a61c)
* SERVER-34996 Save console_log & console_screenshot in aws_ec2.pyJonathan Abrahams2018-07-021-37/+77
| | | | | | SERVER-34996 Fix lint (cherry picked from commit d464916c1aedfe9d254219bcb478def6ab3c6395)
* SERVER-33538 Fix UUID inconsistencies in mapReduce on a sharded output ↵jannaerin2018-06-201-0/+1
| | | | collection
* SERVER-33512 Add PeriodicKillSecondaries hook to archive listJonathan Abrahams2018-06-201-0/+3
| | | | (cherry picked from commit 044b03fc7e01c3cc0df135566432837568cb78a3)
* SERVER-35653: Revert "SERVER-31768 Don't create the first collection on a ↵jannaerin2018-06-191-1/+0
| | | | | | primary drained shard" This reverts commit 0c4008ac3510bc3ca55dd36632ea0570d28c6d6f.
* 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-186-6/+153
| | | | | | contain non-ASCII characters (cherry picked from commit d6837a12b3586b0738dcd4214951a1d6f6b1415e)
* SERVER-35322 external_auth tests should use unique kerberos credentials ↵Mark Benvenuto2018-06-071-2/+7
| | | | | | cache per test (cherry picked from commit bdd080769947c2f31f2d664815f534f0d70e60a0)
* SERVER-35190 resmoke.py runs lists of tests in alphabetical order by defaultJonathan Abrahams2018-05-311-1/+2
| | | | (cherry picked from commit 7d90be2b5bd9ed448f0b39d4ec9fd9402e96c8ff)