summaryrefslogtreecommitdiff
path: root/buildscripts
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-59012: Calculate FCV constants in resmokeXueruiFa2021-09-2018-59/+283
|
* SERVER-59952 Fix multiversion burnin_tests error during resmoke processCarlos Anaya2021-09-172-2/+2
|
* SERVER-54315: Turn off jasper resmokejulianedwards2021-09-171-7/+14
|
* SERVER-60004 archive all files on all mainline variantsRobert Guo2021-09-171-4/+2
|
* SERVER-59928 Extend setup-multiversion to accept an evergreen version idMikhail Shchatko2021-09-175-70/+116
|
* SERVER-59968 Clone git repo in all multiversion tasksMikhail Shchatko2021-09-162-4/+5
|
* SERVER-58469 Add option "changeStreamsPreAndPostImages" to the "create" and ↵Denis Grebennicov2021-09-151-0/+2
| | | | "collMod" commands
* SERVER-59670 Fix tuple concatenation in hang analyzerRichard Samuels2021-09-101-1/+1
|
* SERVER-59870 Append to Windows bin paths file in setup multiversionMikhail Shchatko2021-09-101-4/+6
|
* Revert "SERVER-59716 Removed usage of "disabled_due_to_server_58295" tag"Simon Gratzer2021-09-096-0/+7
|
* SERVER-58949 RecordId supports long stringsLouis Williams2021-09-081-6/+15
|
* SERVER-38815 Expose an absolute dirty size to the eviction configuration ↵Josef Ahmad2021-09-081-2/+8
| | | | parameters
* SERVER-59716 Removed usage of "disabled_due_to_server_58295" tagLuis Osta2021-09-086-7/+0
|
* SERVER-59670 Hang analyzer not using Evergreen credentialsRichard Samuels2021-09-081-0/+2
|
* SERVER-59511: Improve error messages in validate_commit_messageDavid Bradford2021-09-082-44/+67
|
* SERVER-59454 add command line option to setup-multiversion to ignore push taskRobert Guo2021-09-071-6/+9
|
* SERVER-58354 Re-enable query tests disabled_due_to_server_58295Mickey. J Winters2021-09-071-38/+26
|
* SERVER-58302 Improve UX for setup-multiversionZituo Jin2021-09-072-52/+121
|
* SERVER-59809 Use project_identifier instead of project_id in setup multiversionMikhail Shchatko2021-09-073-4/+4
|
* SERVER-59767 Catch signal jasper process errorsMikhail Shchatko2021-09-061-7/+13
|
* SERVER-59746 Improve testing for data inconsistency errors on rollbac…Yuhong Zhang2021-09-031-0/+2
|
* SERVER-42209 Update setup_multiversion help messageZituo Jin2021-09-031-1/+1
|
* SERVER-59684 Blacklist cursor_valid_after_shard_stepdown from ↵Allison Easton2021-09-031-0/+1
| | | | sharding_max_mirroring
* SERVER-59012: Revert calculating FCV constants in resmokeXueruiFa2021-09-0216-262/+59
|
* SERVER-59709 fix incorrect calculation of last continuous when MONGO_VERSION ↵Vishnu Kaushik2021-09-021-2/+2
| | | | contains a patch version > 0
* SERVER-59742 Don't install last-lts and last-continuous by default in setup ↵Mikhail Shchatko2021-09-022-8/+28
| | | | multiversion
* SERVER-59116 Fallback to downloading from master if release branch has no ↵Mikhail Shchatko2021-09-022-9/+70
| | | | successful compiles yet
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace ↵Vishnu Kaushik2021-09-011-4/+4
| | | | references with generated FCV constants
* SERVER-58752 Support retrying internal transactions on transient transaction ↵Cheahuychou Mao2021-09-011-2/+3
| | | | errors
* SERVER-59012: Calculate FCV constants in resmokeXueruiFa2021-09-0116-58/+262
|
* SERVER-58934 Don't pass any feature flag parameters to old fixture in ↵Mikhail Shchatko2021-09-015-4/+21
| | | | multiversion
* SERVER-59636 Increase receiveChunkWaitForRangeDeleterTimeoutMS…Marcos José Grillo Ramirez2021-08-311-0/+2
|
* SERVER-48560 remove collation from accepted fields in explain command after ↵Rushan Chen2021-08-301-2/+1
| | | | LTS is updated to 5.0
* SERVER-59605 have generated tasks depend on archive_dist_test_debugRobert Guo2021-08-305-25/+21
|
* SERVER-59575 SERVER-59639 re-enable regex in errorcodes.pyBenety Goh2021-08-281-1/+6
| | | | This reverts commit 5b78474fa9d0df4aaeab73f4384d3ab8a026dac8.
* SERVER-59649: Ensure multiversion generated files are have unique namesDavid Bradford2021-08-277-13/+64
|
* SERVER-59642 Add uses_parallel_shell exclude tag to ↵Katherine Wu2021-08-271-3/+6
| | | | change_streams_multiversion_downgrade_passthrough
* SERVER-59449 Add resmoke.py `bisect` commandSiran Wang2021-08-272-0/+67
|
* SERVER-59575 temporarily disable the use of regex in errorcodes.pyBenety Goh2021-08-271-6/+1
|
* SERVER-59606: Do not set dynamic timeouts of tasks without full runtime historyDavid Bradford2021-08-262-1/+22
|
* SERVER-59453 Add support for generic BSONArray to IDLSara Golemon2021-08-234-3/+35
|
* SERVER-55129 Archive python venv in archive_dist_test and fetch itMikhail Shchatko2021-08-233-13/+24
|
* SERVER-58972 Disallow 'validate_db_metadata_command.js' test in sharded ↵Arun Banala2021-08-212-0/+2
| | | | stepdown suites
* Revert "SERVER-59058 Enforce fast count validation in ValidateCollections ↵Gregory Noma2021-08-2112-31/+15
| | | | | | Python hook" This reverts commit 038958ef6ef7351f669d0ddf893546095ad9ab3c.
* SERVER-59476: Allow for commit messages reverting wiredtiger importsDavid Bradford2021-08-202-1/+9
|
* SERVER-38924 Remove blacklist entries for $lookup and $graphLookup FSM testsAlya Berciu2021-08-2015-39/+11
|
* SERVER-47065 remove use44SortKeysAdityavardhan Agrawal2021-08-191-2/+0
|
* SERVER-59058 Enforce fast count validation in ValidateCollections Python hookGregory Noma2021-08-1912-15/+31
|
* SERVER-46751 remove useNewUpsertAdityavardhan Agrawal2021-08-191-2/+0
|
* SERVER-54315: Enable jasper resmoke for a single daily buildjulianedwards2021-08-191-14/+7
|