summaryrefslogtreecommitdiff
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
...
* SERVER-60935 Fix disabled repl tests failing due to changing latest release ↵Vesselina Ratcheva2021-10-301-2/+0
| | | | to 5.2
* SERVER-59450 Add a resmoke.py subcommand to invoke minimizer runner ↵trahman13182021-10-291-0/+33
| | | | [evergreen task updates]
* SERVER-61102 Run unittest_shell_hang_analyzer on a large distroMikhail Shchatko2021-10-292-0/+3
|
* SERVER-61098 New suites for mongo-perf aggregation and query benchmarks with ↵Irina Yatsenko2021-10-291-0/+28
| | | | large dataset
* SERVER-59963 support patch build params for multiversion versionsRobert Guo2021-10-281-0/+6
|
* SERVER-61065 fix symbolizer invocation of multiversion setupRobert Guo2021-10-281-10/+11
|
* SERVER-54420 don't run feature flag tests on the multiversion ff variantRobert Guo2021-10-281-4/+2
|
* SERVER-54909 Report last durable and last applied operation wall times for ↵Vesselina Ratcheva2021-10-271-0/+4
| | | | all members in replSetGetStatus
* SERVER-60927 temporarily disable more shell hang analyzer unittestRobert Guo2021-10-271-6/+6
|
* SERVER-59191 Use expansions in modulesVlad Rachev2021-10-272-23/+23
|
* SERVER-60927 temporarily disable shell hang analyzer unittestRobert Guo2021-10-271-5/+4
|
* SERVER-61031: Changing daily variants from midnight UTC to noon UTC in order ↵Cristopher Stauffer2021-10-271-77/+77
| | | | to troubleshoot load issues.
* SERVER-53886 Don't force latest FCV during validate in jstestfuzz ↵Mikhail Shchatko2021-10-271-2/+2
| | | | multiversion tests
* SERVER-49763 Run fuzzers against last-continuous and last-ltsMikhail Shchatko2021-10-261-82/+8
|
* SERVER-60971: Remove calls to BF Suggestion serviceDavid Bradford2021-10-252-20/+0
|
* SERVER-60722 fix missing resmoke suiteRobert Guo2021-10-251-0/+1
|
* SERVER-54952 use 9xlarge for sys-perf compileRobert Guo2021-10-251-1/+1
|
* SERVER-60671 Remove the Dagger toolRyan Egesdahl2021-10-222-2/+0
|
* SERVER-55535 Performance tests to exercise change streams optimizationsJustin Seyster2021-10-221-0/+16
|
* SERVER-60221 Merge Windows suggested build variants into requiredRyan Egesdahl2021-10-212-118/+36
| | | | | | | | We've fixed many of the reasons building and testing on Windows was slow, which was the reason we had disabled some of the more expensive tests on its "required" build variants. The tests that were only in the "suggested" build variants have been merged into the "required" build variants.
* Revert "SERVER-60221 Merge Windows suggested build variants into required"Ryan Egesdahl2021-10-211-35/+115
| | | | This reverts commit 11a967245cdff3c73ec6ca0c0ba7dc1dccfa62d3.
* SERVER-60138 Added the `big_collection` benchmark to the list of performance ↵Mohammad Dashti2021-10-211-0/+13
| | | | benchmarks
* SERVER-60221 Merge Windows suggested build variants into requiredRyan Egesdahl2021-10-201-115/+35
| | | | | | | | We've fixed many of the reasons building and testing on Windows was slow, which was the reason we had disabled some of the more expensive tests on its "required" build variants. The tests that were only in the "suggested" build variants have been merged into the "required" build variants.
* SERVER-60820 Hang analyzer require evergreen credentials file to be written ↵Richard Samuels2021-10-201-5/+7
| | | | to task directory
* SERVER-60801 update logkeeper snapshotRobert Guo2021-10-191-1/+1
|
* SERVER-56731 use suse12-sp5 for suse12 buildsZakhar Kleyman2021-10-181-6/+6
|
* SERVER-59833 Expand WT config fuzzing in mongod for collections and indexesGregory Wlodarek2021-10-181-0/+8
|
* SERVER-59654 Add Evergreen task for time-series update fuzzerGregory Noma2021-10-181-0/+16
|
* Revert "SERVER-59833 Expand WT config fuzzing in mongod for collections and ↵Benety Goh2021-10-181-8/+0
| | | | | | indexes" This reverts commit 05212043b17f6de00b8afa818e974f8064e473c2.
* SERVER-59833 Expand WT config fuzzing in mongod for collections and indexesReo Kimura2021-10-151-0/+8
|
* SERVER-56127 Fixing retryable writes on update and delete commands to not ↵Bobby Morck2021-10-141-0/+4
| | | | execute more than once
* SERVER-60670 use a separate branch instead of a specific commit for TPCCAlex Podelko2021-10-142-4/+2
|
* SERVER-60633 burn_in_tests should respect multiversion tagsRobert Guo2021-10-141-136/+140
|
* SERVER-60618 Add docker image build for Antithesis.ioRichard Samuels2021-10-131-0/+47
|
* SERVER-60567 Acquire AutoGetDB before parsing and verify collection ↵Mihai Andrei2021-10-131-0/+4
| | | | existence at parse time in SBE command
* SERVER-53351 Add resharding fuzzer task with shard step-ups.Max Hirschhorn2021-10-131-0/+17
|
* SERVER-60194 Remove featureFlagSbePlanCache from ↵Ruoxin Xu2021-10-131-1/+0
| | | | fully_disabled_feature_flags.yml
* SERVER-59923 Retry reshardCollection command in ReshardingTest fixture.Max Hirschhorn2021-10-121-0/+4
| | | | | | | Also adds a setMinVisibleForAllCollectionsToOldestOnStartup failpoint to enable resharding tests to read from the cloneTimestamp after server restarts without needing to wait for the creation timestamp of the source sharded collection to advance past the oldest_timestamp.
* SERVER-55857 fix typoRobert Guo2021-10-121-1/+1
|
* SERVER-55857 Use explicit task definitions for implicit multiversion tasksRobert Guo2021-10-123-292/+218
|
* SERVER-59108 Resolve race with transaction operation not killed after stepdownVesselina Ratcheva2021-10-111-0/+4
|
* SERVER-59613 $range expression should error if it exceeds memory limitMickey. J Winters2021-10-091-0/+4
|
* SERVER-60526 Bump twisted to ==21.2.0Richard Samuels2021-10-081-1/+1
|
* SERVER-60554 Reduce ConnectionAttempts in ssh connection options in powercycleMikhail Shchatko2021-10-081-2/+2
|
* SERVER-60345 Remove STM Hourly Cron jobZituo Jin2021-10-071-28/+0
|
* SERVER-59497 Expand test coverage in C++20 related canary buildersAndrew Morrow2021-10-071-1/+75
|
* SERVER-60516 add fetch dist debugsymbols to push taskZakhar Kleyman2021-10-071-0/+11
|
* SERVER-60438 updated c++20 builders to RHEL8.0 and v4 toolchain.Daniel Moody2021-10-071-26/+26
|
* SERVER-54315: turn of jasper resmokejulianedwards2021-10-061-2/+0
|
* SERVER-60473: Setting popular sys perf variants to run everydayCristopher Stauffer2021-10-051-4/+4
|