summaryrefslogtreecommitdiff
path: root/buildscripts
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-65672 upgrade python packages to support 3.10r6.0.0-rc8Robert Guo2022-05-3111-26/+33
|
* SERVER-65639 Add concurrency workload that kills sessions with active ↵Cheahuychou Mao2022-05-253-0/+3
| | | | | | internal transactions started using test command (cherry picked from commit 73a42e73bf911d84cd7258f726571b6d8e2372ba)
* SERVER-66327 Omit forceValidationWithFeatureCompatibilityVersion in the ↵Gregory Wlodarek2022-05-2411-11/+0
| | | | jstestfuzz yaml configs
* SERVER-66551 Rename internalQueryEnableSlotBasedExecutionEngine back to ↵Mihai Andrei2022-05-191-1/+1
| | | | | | internalQueryForceClassicEngine (cherry picked from commit 89945d5b9581f1baadc78a46fd87a07c090d053c)
* SERVER-65937: Support different fcv tags for lts and continuous multiversion ↵David Bradford2022-05-176-75/+251
| | | | | | tests (cherry picked from commit 3b4067a108295b079c3d43027caffe2e2c66d7d0)
* SERVER-66445 Make the classic engine the default execution engineMihai Andrei2022-05-171-1/+1
| | | | (cherry picked from commit 40109e237a0ffaf41d26b5465920d12bc6a3f304)
* SERVER-64352 mongo shell no longer built by defaultAlexander Neben2022-05-133-63/+1
| | | | (cherry picked from commit f59190ee55876c17de0ba92aaae9d2b369cdf901)
* SERVER-66386 Update AMI images for package testsBrian McCarthy2022-05-122-7/+17
| | | | (cherry picked from commit 558e2dfd2cc4d4a7e87b321d1a65c89a23984b17)
* SERVER-65503 Remove FLE2 suites from standalone suitesMark Benvenuto2022-05-104-8/+0
| | | | (cherry picked from commit 2d42bc1dece6cde630ca308be4914f655ffa8f76)
* SERVER-65503 Migrate FLE2 tests to core passthrough suitesMark Benvenuto2022-05-1041-0/+82
| | | | (cherry picked from commit 5325fff3f096116b0f2a5054b92f148cb8a6d415)
* SERVER-65835: Refactor how task timeouts are determinedDavid Bradford2022-05-102-102/+176
| | | | (cherry picked from commit 1f60e18fd71fc6012b455dc79cbfaf8708d8d580)
* SERVER-65638 Add concurrency workload that changes FCV while there are ↵Cheahuychou Mao2022-05-103-0/+3
| | | | active internal transactions started using test command
* SERVER-65983 Remove unnecessary internal_txns testsIsrael Hsu2022-05-101-0/+6
| | | | (cherry picked from commit b3515cdffb30aec1d34cd7faefdd92efec001160)
* SERVER-62308 Platform Support: Remove Debian 9Zakhar Kleyman2022-05-063-30/+0
|
* SERVER-66140 Run simulate_crash.py hook with testing diagnostics enabledGregory Wlodarek2022-05-031-1/+1
| | | | (cherry picked from commit 062791e149b4427462f82f28078f21457cad9b16)
* SERVER-66080 SimulateCrash hook waits for mongod to stop before copying data ↵Gregory Wlodarek2022-04-291-2/+11
| | | | | | files (cherry picked from commit f121c23374f7d95717a4686033d034e056ac2198)
* SERVER-65640 Add concurrency workload that performs resharding while there ↵Cheahuychou Mao2022-04-291-0/+6
| | | | | | are active internal transactions started using test command (cherry picked from commit e4bb8a12180f0263c28b3da60eb7e7537faab202)
* SERVER-64514 Blackduck check return code, update third_party_components.ymlMark Benvenuto2022-04-281-2/+4
| | | | (cherry picked from commit b4fd6d05d73b7a15443328514259f5c2b04073f1)
* SERVER-65071 remove resmoke gRPC integrationRobert Guo2022-04-2829-1021/+33
| | | | (cherry picked from commit 9563cadc7d74f9739e93f33142fc6ea607ec7d4c)
* SERVER-63155 Re-enable ssl_cert_selector_apple.jsGabriel Marks2022-04-261-3/+0
|
* SERVER-65945 Skip reporting simulate crash hook errors when a test failedGregory Wlodarek2022-04-261-0/+12
| | | | (cherry picked from commit 677bfe19c6e0c02625c26409033e7c574d072003)
* SERVER-6491 Make dropIndexes take the distlock so it can never run in ↵Randolph Tan2022-04-251-1/+4
| | | | | | parallel with shardCollection (cherry picked from commit 77ffcb1d041dd63b9a8b213183c3b075cb5fca57)
* SERVER-65497 Do not assume input document is unmodified in ↵Bernard Gorman2022-04-231-0/+3
| | | | | | DSChangeStreamHandleTopologyChange (cherry picked from commit c7b46ffe630f5e323d834d6278330336bbbde32c)
* SERVER-64412 Add FSM test for $lookup to verify correctness in the presence ↵Mihai Andrei2022-04-217-0/+7
| | | | | | of yielding (cherry picked from commit 207489e8d31e30ab0364af5afcaba626d49061a7)
* SERVER-65849 Run simulate_crash.py hook with test commands enabledGregory Wlodarek2022-04-211-1/+2
| | | | (cherry picked from commit 51b3e37f59c770592b75c23084ca6143335fbc7f)
* SERVER-62992 Don't validate resmoke.ini and install_dir when using ↵Richard Samuels2022-04-202-4/+5
| | | | | | subcommands other than run (cherry picked from commit a4aa57a45b9c730acc0a888d0b86a479423ffe87)
* SERVER-65505 Make the gdb pretty printers for Session/TransactionParticipant ↵Cheahuychou Mao2022-04-181-87/+124
| | | | | | work with the latest version of the SessionCatalog (cherry picked from commit 53eaaa11e4e19029a714c2db6d243af3b5fbbd68)
* SERVER-65685 update filename suffix for 6.0Jon Streets2022-04-151-2/+2
|
* SERVER-64883 routine changes for branchingr6.0.0-rc0Robert Guo2022-04-131-2/+2
|
* SERVER-65179: Forward task definition dependencies to generated tasksDavid Bradford2022-04-138-34/+97
|
* SERVER-65129 Remove featureFlagAutoParameterizationRuoxin Xu2022-04-121-1/+0
|
* SERVER-61802: Create changeStreamOptions cluster server parameterVarun Ravichandran2022-04-125-15/+50
|
* SERVER-65282 Add $_generateV2ResumeTokens parameter to aggregate commandBernard Gorman2022-04-112-0/+120
|
* SERVER-65428 Fix misspelled tag for excluding multi-update testsMatt Broadstone2022-04-111-1/+1
|
* SERVER-62992 Fix error message when user has multiple testable installations ↵Richard Samuels2022-04-111-1/+1
| | | | and hasn't specified which one to use
* SERVER-59261 Enable Feature flag for PM-2466Mark Benvenuto2022-04-093-3/+0
|
* SERVER-65280 Create kill jscore passthrough suite that talks directly to ↵Sophia Tan2022-04-083-25/+202
| | | | shardsvrs
* SERVER-55348 Enable Feature flag for Running distributed transactions ↵Sanika Phanse2022-04-081-1/+0
| | | | internally in a sharded cluster
* SERVER-65070 Deduplicate list of incompatible mtm migrations testsMatt Broadstone2022-04-086-484/+5
|
* SERVER-62992 Remove need for resmoke.iniRichard Samuels2022-04-0812-60/+109
|
* SERVER-63485 Modify failCommand failPoint to be able to fail on all commandskauboy262022-04-071-1/+1
|
* SERVER-64949: Disable the CST benchmarksMaddie Zechar2022-04-073-18/+4
|
* SERVER-63848 Extend AllIndicesRequiredChecker to allow multiple collectionsRui Liu2022-04-079-0/+9
|
* Revert "SERVER-64949: Disable the CST benchmark tests"auto-revert-processor2022-04-073-16/+14
| | | | This reverts commit 0954e8a6694258ad4e19af052bf3bb329a8326fb.
* SERVER-62299 Add support for Debian 11Zakhar Kleyman2022-04-065-2/+20
|
* SERVER-64949: Disable the CST benchmark testsMaddie Zechar2022-04-063-14/+16
|
* SERVER-64357 Update fle2 suite to have 2 data bearing nodes to allow ↵Nicholas Zolnierz2022-04-061-2/+2
| | | | majority writeConcern
* Revert "SERVER-65179: Forward task definition dependencies to generated tasks"David Bradford2022-04-067-58/+32
| | | | This reverts commit 579607dde38104436580a8c53aeda8b17a2acdbb.
* SERVER-64360 Server-side rewrite for count commandDavis Haupt2022-04-051-1/+3
|
* SERVER-64357 Rewrite filter over encrypted fields for findAndModify commandNicholas Zolnierz2022-04-051-1/+1
|