summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Test commitsample-branchDavid Bradford2022-02-041-0/+2
|
* SERVER-62281 Ensure drain of migrations pending recovery on FCV ↵Jordi Serra Torrens2022-01-071-3/+16
| | | | upgrade/downgrade
* SERVER-61735 Add a new timing log step in MigrationDestinationManager to ↵Jordi Serra Torrens2022-01-071-3/+5
| | | | track the time waiting for critical section release
* SERVER-61969 Simplify exact_shard_key_target.js so that it does not depend ↵Antonio Fuschetto2022-01-071-23/+4
| | | | on orphan writing
* SERVER-62064 Serialize resharding with other DDL operations on stepupJordi Serra Torrens2022-01-0713-151/+339
|
* SERVER-62024 Enable feature flag for SBE yield support by defaultIan Boros2022-01-071-1/+2
|
* SERVER-62392 Prevent timeseries lookup jstests from running in unsupported ↵Katherine Wu2022-01-062-0/+2
| | | | multiversion environments
* SERVER-58358 validate arguments passed to dataSize commandDavis Haupt2022-01-062-1/+70
|
* SERVER-60349 Allow adding optionalBool fields in IDL compatibility checkRomans Kasperovics2022-01-063-8/+92
|
* SERVER-62380 Wait for majority commit point to be advanced on secondary ↵Huayu Ouyang2022-01-061-0/+8
| | | | before starting rollback test in rollback_set_fcv.js
* SERVER-62399 Use of v3 tooclhain virtualenv is a python2 environmentCarl Raiden Worley2022-01-062-2/+0
|
* SERVER-59290 Improve criteria for shouldChangeSyncSourceGabriel Marks2022-01-065-42/+165
|
* SERVER-58310 Always hold `_mutex` before modifying `CallbackState::callback`Amirsaman Memaripour2022-01-061-2/+9
|
* SERVER-57591: Create Feature flag for Last Point QueriesRibhav Jain2022-01-061-0/+5
|
* SERVER-62074 Change decorable_test.cpp to test Decorable directly.Andy Schwerin2022-01-061-115/+75
| | | | | No longer attempts to directly test DecorableContainer or DecorableRegistry, which are tightly coupled to Decorable and not meaningful to test separately.
* SERVER-55055 Add cumulative metric for the total refreshed connectionsDaniel Vitor Morilha2022-01-066-18/+92
|
* SERVER-62361 Delete TODO leftover from SERVER-52247Mihai Andrei2022-01-061-2/+0
|
* SERVER-61105 Fixed log spam in moveChunk session migrationMatt Boros2022-01-061-9/+8
|
* SERVER-62382: Use amazon2-large for the large distro on Amazon Linux 2David Bradford2022-01-061-1/+1
|
* SERVER-49015 Automatically install db-contrib-toolMikhail Shchatko2022-01-062-17/+95
|
* Import wiredtiger: 431191dc22180ebc6ccba0d057c984969ba0275c from branch ↵Alison Felizzi2022-01-0610-297/+1
| | | | | | | | | mongodb-master ref: 5fa87bff79..431191dc22 for: 5.3.0 WT-8625 Remove WT_EXTENSION_API::transaction_{id,isolation_level,notify,oldest,visible}
* Import wiredtiger: 5fa87bff79eda9bb4cf1d025f3f22f04138823de from branch ↵Alison Felizzi2022-01-0647-527/+1
| | | | | | | | | mongodb-master ref: f9db14cbb0..5fa87bff79 for: 5.3.0 WT-7944 Remove Copyright Headers in CMake Files
* Import wiredtiger: f9db14cbb0d07554e1e162e15b2504fd0f1c14d4 from branch ↵Alison Felizzi2022-01-064-17/+23
| | | | | | | | | mongodb-master ref: 10a31dcae6..f9db14cbb0 for: 5.3.0 WT-8439 test_wt8246_compact_rts_data_correctness failed with invalid argument
* Import wiredtiger: 10a31dcae6b251e3e3efdfd1e73850158a1cdced from branch ↵Alison Felizzi2022-01-062-50/+32
| | | | | | | | | mongodb-master ref: ace6b2c0f9..10a31dcae6 for: 5.3.0 WT-8517 Create a function to execute smoke scripts in evergreen.yml
* Import wiredtiger: ace6b2c0f9307ff4cdce339722f0d721fe88d39b from branch ↵Alison Felizzi2022-01-062-3/+7
| | | | | | | | | mongodb-master ref: 44f59f255c..ace6b2c0f9 for: 5.3.0 WT-8621 Enable diagnostics for spinlock-gcc and spinlock-pthread-adaptive tests
* SERVER-62256 Remove bisect from mongo repoZituo Jin2022-01-068-400/+3
|
* SERVER-60911 Remove FCV references for secondary indexes on time-series ↵Gregory Wlodarek2022-01-055-119/+100
| | | | measurements for kLastContinuous
* SERVER-60911 Update time-series schema-based bucket splitting FCV gateGregory Wlodarek2022-01-051-2/+3
|
* SERVER-60911 Remove ↵Gregory Wlodarek2022-01-051-32/+0
| | | | 'CheckTimeseriesBucketsMayHaveMixedSchemaDataFlagFCVLastContinuous' unit test
* SERVER-61131: Store backup cursor results and set state to 'learned filenames'Christopher Caplinger2022-01-0523-73/+233
|
* SERVER-60254 Enable group pushdown $unionWith explain testsAnna Wawrzyniak2022-01-052-58/+79
|
* SERVER-62289 Fix disabled security testsSpencer Jackson2022-01-051-1/+0
|
* SERVER-62349 Disable featureFlagRequireTenantId for the all feature flags ↵Sophia Tan2022-01-051-0/+3
| | | | required evergreen tests
* SERVER-62378 Remove improperly merged lines from unit testDavis Haupt2022-01-051-27/+24
|
* SERVER-62050 Remove _opCtx from AutoGetCollectionFaustoleyva542022-01-0536-133/+139
|
* SERVER-62050 Remove _opCtx from AutoGetDb and instead pass in an opCtx to ↵Faustoleyva542022-01-0522-50/+49
| | | | AutoGetDb::ensureDbExists()
* SERVER-62235 Add an experimental VS 2022 C++20 builderAndrew Morrow2022-01-051-2/+10
|
* SERVER-62234 Address small issues when building in C++20 with VS 2022Andrew Morrow2022-01-052-2/+7
|
* SERVER-62324 Fix unique_function issues in C++20 mode with VS 2022Andrew Morrow2022-01-052-34/+1
|
* SERVER-62364 Fix $fill arbitrary value filling bugTed Tuckman2022-01-053-12/+99
|
* SERVER-60598 Optimize multiple sorts in pipeline with $densifyTed Tuckman2022-01-056-22/+425
|
* SERVER-61923 Fix bug where consistency checker can mask error due to ↵Jason Chan2022-01-051-1/+7
| | | | ignoring inconsistency in image collections
* SERVER-62268 Handle balancer configuration refresh in ↵Tommaso Tocci2022-01-051-8/+8
| | | | `balancer_defragmentation_merge_chunks.js`
* SERVER-62333 use std::ptrdiff_t to avoid UB in MurmurHash3Matt Broadstone2022-01-051-2/+4
|
* SERVER-62153 Made max_time_ms_repl_targeting.js to succeed if the timed test ↵Mindaugas Malinauskas2022-01-051-5/+6
| | | | step succeeds at least once
* SERVER-57312 Pin transitive Python dependencies and use the pinned file for ↵5.2Mikhail Shchatko2022-01-056-17/+17
| | | | installation in Evergreen
* Import wiredtiger: 44f59f255cd2894489339ffe9f3c853ba7e5117e from branch ↵Chenhao Qu2022-01-058-6/+130
| | | | | | | | | mongodb-master ref: b4eabd7093..44f59f255c for: 5.3.0 WT-8290 Adding a new API to the session to return the rollback reason
* Import wiredtiger: b4eabd7093752f76dafb2cbee9f3ad03da56cbb5 from branch ↵Chenhao Qu2022-01-0512-1713/+1974
| | | | | | | | | mongodb-master ref: 265e20d6a6..b4eabd7093 for: 5.3.0 WT-8473 Power8 vector intrinsic CRC32 implementation
* Import wiredtiger: 265e20d6a6d8173a54b1ada48308dd80e290bc1a from branch ↵Chenhao Qu2022-01-058-9/+29
| | | | | | | | | mongodb-master ref: bb8f47dc3f..265e20d6a6 for: 5.3.0 WT-7147 Extend s_string utility to .cxx files
* Import wiredtiger: bb8f47dc3f3cb527c2e1aac2e7c9019b30334645 from branch ↵Chenhao Qu2022-01-052-82/+56
| | | | | | | | | mongodb-master ref: 9d325522ed..bb8f47dc3f for: 5.3.0 WT-8499 Create a function to execute tests from the cpp suite in evergreen.yml