summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-72276 Removing outdated entreies for multiversion tests99fbb14f767540d3a440151bab99f7cdAaron Morand2022-12-211-2/+0
|
* SERVER-72137 Handle case when test stats are not availableMikhail Shchatko2022-12-162-2/+59
|
* SERVER-71875 fuzzers no longer run on rhel 6.2Alexander Neben2022-12-144-124/+117
|
* SERVER-71772 Made any aarch64 builds target armv8.2-aAlexander Neben2022-12-131-13/+16
| | | | (cherry picked from commit e500fa8527f3fb17cb4c5cb38e7cdcbd8021d207)
* SERVER-69944 Switch to use Python's built-in recursive glob support.Max Hirschhorn2022-12-121-154/+3
| | | | | | | When splitting a path of the form "a/*/b/**", globstar.iglob() would previously have attempted to walk "a/*" as a literal directory instead of expanding the glob pattern into a list of directories and walking each of them.
* SERVER-69982 packaging broken (missing systemd) for amazon linux 1Juan Gu2022-12-081-8/+0
| | | | (cherry picked from commit 7d703bb39dc2bdff9784f5decaa81508568600f9)
* SERVER-71759 dataSize command doesn't yieldTommaso Tocci2022-12-051-2/+2
| | | | | | (cherry picked from commit 62c6074e3342169809d5c01fd62452c082667c88) (cherry picked from commit 8109b02976404d3c5d4f7b3d067ab7d54b612ecd) (cherry picked from commit fe7b2dcce82c71dc4f4e6d7aa776bb50ee5d7484)
* SERVER-71624 Removed sanity patch in favor of allAlexander Neben2022-11-291-3/+1
| | | | (cherry picked from commit 2d178c9e4ffe0556b0704ccd6b3f30dccc28f705)
* SERVER-71533 Update legacy task generation to use new test stats locationMikhail Shchatko2022-11-238-248/+191
|
* SERVER-71534 Fixed fuzzer linting scriptsAlexander Neben2022-11-231-4/+12
| | | | | (cherry picked from commit abb9e2114622a4bf9052e5adfcaf28792ce189e9) (cherry picked from commit 0e1b4c2e56442eeefcc67d9ea8e86f7159337a80)
* SERVER-71471 Fixed deployment process for jstestfuzzAlexander Neben2022-11-231-30/+3
| | | | | (cherry picked from commit 45400e2540977847771a1172de82a01fb12ec8b4) (cherry picked from commit cbc3c7b43abd7e21e3f27e68c3631983524c6a65)
* SERVER-71424 Excluded third_party js files from lintingAlexander Neben2022-11-231-1/+1
| | | | | (cherry picked from commit be0adb109bfac64bc1177b7f43eb3a4accb6d3e9) (cherry picked from commit 6d25a5cdb5ff9a6061058b029624704c6b280590)
* SERVER-68361 Make migration properly handle cases when shard key value ↵Randolph Tan2022-11-216-83/+218
| | | | | | modification also results to changes in chunk membership (cherry picked from commit e9858528d75b8b56211799c982f836b21912e780)
* SERVER-69001: Have initial sync persist its last oplog time into the ↵Daniel Gottlieb2022-11-174-113/+59
| | | | | | minvalid document. (cherry picked from commit ff2fffdf496ac1bc039cd8c84024cc6159cf80b6)
* SERVER-52545 [v4.2] Add bsonUnorderedFieldsCompareXueruiFa2022-11-163-5/+67
| | | | (partially cherry picked from commit b83bf99b6e48e2f41ea3b1e7ed6aeb4cf1eb0d31)
* SERVER-69004 backport per shard cursorsMickey. J Winters2022-11-0822-40/+532
| | | | | | | | | | | | | | | | | | | | | | | SERVER-62400 SERVER-62681 SERVER-62738 SERVER-63781 SERVER-63774 SERVER-63772 SERVER-63773 SERVER-58673 SERVER-70633 SERVER-69785 both modified: src/mongo/s/query/cluster_aggregate.cpp both modified: src/mongo/s/query/cluster_aggregation_planner.cpp both modified: src/mongo/s/query/cluster_aggregation_planner.h these files had irreconcilable differences and the changes had to be reimplemented by hand. this is due to some refactoring and AggregationTargeter not existing (cherry-picked from commit e424f3ed1266bcd772c52bcf23c518b2fe6c83ab) (cherry-picked from commit ba8f9a28c8769dfe10f73b190c943ee4a57ee7a1) (cherry-picked from commit 1219ff764c932f16a68c7ba1afd9b925f9f876c8)
* SERVER-68126 Check constraints for maxChunkSize param in auto/splitVector ↵Paolo Polato2022-11-042-0/+18
| | | | | | | commands (cherry picked from commit 50b526fecf6e13b2ac8541b69564f368ac17a8ac) (cherry picked from commit a80813750a255a19690ef3335438091415f8b525)
* SERVER-70938 Remove --system-site-packages from virtual env setupTausif Rahman2022-10-311-2/+2
| | | | (cherry picked from commit fb5daecc948055be2ddda8b1f93cf111579375e9)
* SERVER-62201 Backport removed tests to 4.2Alexander Neben2022-10-251-185/+85
|
* SERVER-70469 Use virtual env python in watchdog testsMark Benvenuto2022-10-191-1/+1
| | | | (cherry picked from commit 669ac94492976eff25d9cac17c43178a9b1a7ebd)
* SERVER-70483 Pass task execution to Logkeeperjulianedwards2022-10-171-0/+2
|
* SERVER-69348 Remove repairDatabase commandSpencer Jackson2022-10-125-38/+7
| | | | | | (cherry picked from commit fa534d676f5f673a6a7f3ea656f650ff108b7f92) (cherry picked from commit 49297c3cb0cdae29b0c1da41c6ea802731090a24) (cherry picked from commit 1e2dcf8746047e0e194170a22bc1a4a82e1c9b8f)
* SERVER-70299: Remove JSON.send command usageanjani.bhat2022-10-111-9/+0
|
* SERVER-70484: Remove signal processing module from perf.yml and sys_perf.ymlanjani.bhat2022-10-113-37/+0
|
* SERVER-69569: Python scripts failing in Evergreen tasksJeff Zambory2022-10-033-2/+21
|
* SERVER-68115 Do not drop empty path component from elemMatch path during ↵joshua2022-09-304-50/+59
| | | | index selection
* SERVER-68470 Added systemd requirement to old mongo versions v4.2Alexander Neben2022-09-261-0/+7
|
* SERVER-69611 Set the -ffp-contract=off compiler option by defaultr4.2.23-rc1r4.2.23Josef Ahmad2022-09-192-0/+56
| | | | (cherry picked from commit d8901a2835d3f464d394631d85dc7aa9493fc095)
* SERVER-61275 Destruct the size storer after the session cache has shutdownGregory Wlodarek2022-09-161-3/+10
| | | | (cherry picked from commit 81569b78ee627263a8e2240e87d46946971aadde)
* SERVER-69407 Tag retryable_writes_nested_shard_key.js as ↵Jennifer Peshansky2022-09-061-0/+4
| | | | requires_document_locking
* SERVER-68691 Report variable references for $graphLookup ↵Nicholas Zolnierz2022-09-062-32/+61
| | | | | | 'restrictSearchWithMatch' filter (cherry picked from commit 5521f98c392f8af2fbb678f3cbf8089b641d9dba)
* SERVER-69268: Disable bypass compile during burn_in_tags_genJeff Zambory2022-09-011-3/+0
| | | | (cherry picked from commit 478c4385575e231782a555b1691696167ddff1d3)
* SERVER-64573 Make implicitlyCreateIndex and enforceUniquenessCheck fields ↵Randolph Tan2022-08-293-14/+16
| | | | | | optional (cherry picked from commit 47d72edb3235807314e3754646d31ee495505642)
* SERVER-63732 Add new implicitlyCreateIndex and enforceUniqueness to ↵Randolph Tan2022-08-297-12/+106
| | | | | | shardCollection command (cherry picked from commit 411a12ad600733fc80d9b6e8da86da51dd415ab0)
* SERVER-68158 fix incorrect replica set node reference in test for listIndexesr4.2.23-rc0Benety Goh2022-08-291-1/+1
| | | | (cherry picked from commit 082506444530d83a11b5ecfca52100aefc91a603)
* SERVER-64659 add multiple index spec test case for indexBulkBuilder server ↵Benety Goh2022-08-291-0/+14
| | | | | | status section (cherry picked from commit e2abe094a39dda8d4b8f623de23423868c7efb8f)
* SERVER-64659 add initial sync test case for indexBulkBuilder server status ↵Benety Goh2022-08-281-0/+24
| | | | | | section (cherry picked from commit 4adfa1a54c9cba165525caf4a4200a891945637c)
* SERVER-64659 add external sorter file handle metrics to indexBulkBuilder ↵Benety Goh2022-08-272-1/+13
| | | | | | server status section (cherry picked from commit bfc606f1cc5ad931f054b5c152993a57d30eef64)
* SERVER-68925 Reintroduce check table logging settings at startupGregory Wlodarek2022-08-265-307/+73
| | | | (cherry picked from commit 994562a9c82fd89549ac8ee0861eb9f10509d32c)
* SERVER-64659 add indexBulkBuilder server status section with minimal ↵Benety Goh2022-08-263-1/+76
| | | | | | creation metrics (cherry picked from commit adc47cc974960abf0bc10a1b15234dc95ee6fdd4)
* SERVER-64659 Sorter::File accepts optional SorterFileStats for tracking file ↵Benety Goh2022-08-253-6/+74
| | | | | | open/close operations (cherry picked from commit 176747132c3be0b0e73adebf55ba4acf6211934f)
* SERVER-56127 Retryable update may execute more than once if chunk is ↵Sanika Phanse2022-08-249-6/+313
| | | | migrated and shard key pattern uses nested fields
* SERVER-64741 Create mongos appendOplogNote commandali-mir2022-08-226-0/+188
| | | | (cherry picked from commit 55f3bca3212d994bf00f1165021db34b3ce1d0bb)
* SERVER-66310 Make ExpressionSetUnion::isCommutative() collation awareJames Wahlin2022-08-112-1/+17
|
* SERVER-68714 Fixed shell secure number generationAlexander Neben2022-08-111-1/+1
|
* SERVER-55345 exclude noShards commit type from duration assertion in ↵Jonathan Lee2022-08-101-1/+2
| | | | | | router_transaction_metrics.js (cherry picked from commit 856e40338a080691f09986756529935683f86e47)
* SERVER-66726 Fix serialization in killAllSessionsByPatternSara Golemon2022-08-091-3/+3
| | | | (cherry picked from commit cfb45ed82a40716186c4ce1f94c0c972dea13e35)
* SERVER-68574 switch resmoke to logkeeper2Zakhar Kleyman2022-08-051-1/+1
|
* SERVER-68359 TTL monitor skips indexes with NaN expireAfterSecondsBenety Goh2022-08-042-4/+48
|
* SERVER-68487 add BSONElement::isNaN()Benety Goh2022-08-032-0/+39
| | | | (cherry picked from commit ed25ebe0d87dd2521fbfc5534ba7af7de69aad4d)