summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-05SERVER-68431 Configure test fixture failpoints for all CSRS nodesr6.0.1-rc0r6.0.1release-6.0.1Abdul Qadeer
(cherry picked from commit c272759ad888d73418115d50ba5920a25793929c)
2022-08-05SERVER-68511 MovePrimary update of `config.databases` entry must use dotted ↵Pierlauro Sciarelli
fields notation
2022-08-05SERVER-68574 switch resmoke to logkeeper2Zakhar Kleyman
2022-08-04SERVER-66027: Reduce CPU contention for the tenant migration stress test.Daniel Gottlieb
(cherry picked from commit bcaab458fa4ceb497aeca76fb504550f69f377eb)
2022-08-04SERVER-67492 Skip updating txn table for op=n when o2 is emptyAbdul Qadeer
(cherry picked from commit 3f6c0845204161336f052d3665817ad5adc1a1b5)
2022-08-04SERVER-67885 shardCollection with a mismatched UUID on a capped collection ↵Faustoleyva54
will fail first with InvalidOptions
2022-08-04SERVER-68526 Use mongo-task-generator that generates tasks separately for ↵Mikhail Shchatko
Windows, MacOS, Linux distro groups
2022-08-03SERVER-68513 The _configsvrRunRestore command should restore databases with ↵Gregory Wlodarek
unsharded collections
2022-08-03SERVER-65657 Reduce calls to the cappedInsertNotifier for the oplogMatthew Russotto
(cherry picked from commit 7aeab9f7830c47e8b8e3633da35c36d8cfe5a878)
2022-08-03SERVER-68184 Use Number instead of NumberLong when indexing in ↵Jason Zhang
checkWritesOfCommittedTxns (cherry picked from commit 4e2b9c4b8f62f81145483db734b778115a4784e1)
2022-08-03SERVER-67422 Have getAllRemovalFuturesForCoordinatorsForInternalTransactions ↵Jason Zhang
wait for TransactionCoordinator catalog recovery (cherry picked from commit fdf1e87a30e8c879080839573700ceed42ab1db4)
2022-08-03SERVER-68405 Convert Nothing for _id expression in $group to NullYoonsoo Kim
(cherry picked from commit 5f9999bebae62b6ce3b7e534f32ba4803e15ff3d)
2022-08-02SERVER-68487 add BSONElement::isNaN()Benety Goh
(cherry picked from commit ed25ebe0d87dd2521fbfc5534ba7af7de69aad4d)
2022-08-02SERVER-68443 InternalTransactionChunkMigrationTest and ↵Cheahuychou Mao
RetryableInternalTransactionTest fixtures should retry internal transactions on all transient errors (cherry picked from commit 6140491d37be5547bfe28d4de5505acc763006b2)
2022-08-02SERVER-67527 add kills_random_sessions to ↵Benety Goh
suites/concurrency_replication_for_export_import.yml (cherry picked from commit 4fb1e801cc10f3cb588cc1867466267fd26366bf)
2022-08-01SERVER-68463 add requires_fcv_60 tag to replset/profile.jsBenety Goh
2022-08-01SERVER-67917 Use DBDirectClient in FLE Crud Count pathMark Benvenuto
(cherry picked from commit d74db703acfa112ded3c20d285c92ef0186568e6)
2022-08-01SERVER-67992 Use operation timer tracker in fle mongos crud processingMark Benvenuto
(cherry picked from commit 1bf56f5542cd8f66c0f7283dc658b028d1e190fe)
2022-08-01SERVER-67462 Support renaming encrypted collections if client has correct ↵Mark Benvenuto
privileges (cherry picked from commit 2f2dc04da0c7fd853a2ff68c245c5f6e28f50fa1)
2022-08-01SERVER-67430 Fix tags in fle2 tests and improve tag parserMark Benvenuto
(cherry picked from commit ddff02d34d8a9b2a999267e5c94dcc405eb7fc42)
2022-07-29SERVER-67305 Fix lock-free read timestamp order during repl stepupHenrik Edin
Eliminate the race between setting read source to lastApplied and getting the lastApplied timestamp for storage snapshot. When transitioning out of primary catchup mode we may get a snapshot at lastApplied concurrent with out-of-order writers. Changed so the lastApplied timestamp is determined when calling setTimestampReadSource to allow us to re-verify that we need to read at lastApplied before opening the storage snapshot. (cherry picked from commit 381f698f0e5ba9099ed2bb1d0f51cd7e5e92aea0)
2022-07-29SERVER-63049 Implemented counters for aggregate accumulator expressionsTimour Katchaounov
(cherry picked from commit a3f1584a71210df4ba299d0eb74612302c9371cb)
2022-07-29SERVER-67535 move_chunk_large_chunk_map_workloads no longer reports timing ↵Enrico Golfieri
breakdown of chunk migration due to server logging changes
2022-07-29SERVER-67259 Change sleep for assert.soon in ↵Enrico Golfieri
ttl_deletes_not_targeting_orphaned_documents.js
2022-07-29SERVER-67477 Ensure range deletion index is created on addShard (6.0 only)Allison Easton
2022-07-28SERVER-68196 Fix broken assertion in BoundedSorterDan Larkin-York
2022-07-28SERVER-67006 log assertions between db.serverStatus() calls in ↵Benety Goh
replset/profile.js (cherry picked from commit ca1befe5258cf5578ea540f2926000c7152b0dad)
2022-07-28SERVER-66072 Fix dependency analysis for $match on $expr with $randAlya Berciu
2022-07-28SERVER-67457 Wait for majority commit on completionAbdul Qadeer
2022-07-28SERVER-67377 Check whether $lookup pushdown feature availability on primary ↵Rui Liu
shard in mixed version cluster
2022-07-28SERVER-68016 Use little endian for deserializing data serialized by BufBuilderRui Liu
(cherry picked from commit 5ecdd383565058346f1ade42b438c190b7f13ad2)
2022-07-28SERVER-68354 Set `whenToClean` to `now` when marking range deletion task as ↵Pierlauro Sciarelli
processing
2022-07-28Import wiredtiger: 3ab8999188b852b1cebf3f9e9fe4e0956a8328b5 from branch ↵Luke Chen
mongodb-6.0 ref: e436e94012..3ab8999188 for: 6.0.1 WT-9432 Ensure Evergreen builds have debug information (#8006) (#8144)
2022-07-28Import wiredtiger: e436e940122e02cf8c0e289d577636158ef11970 from branch ↵Luke Chen
mongodb-6.0 ref: c0c3fa3b36..e436e94012 for: 6.0.1 WT-9311 Ensure log messages clearly identify storage HW corruption (#8063) (#8143)
2022-07-28Import wiredtiger: c0c3fa3b3678db9156be7dbf752413e44c30d998 from branch ↵Luke Chen
mongodb-6.0 ref: c5e905e5bf..c0c3fa3b36 for: 6.0.1 WT-9302 Deprecated object_target_size as a config in api_data.py (#8029) (#8101)
2022-07-28SERVER-68363 Mark 5.3 as EOLKelsey Schubert
2022-07-27SERVER-64112 Stop running applicable multiversion tests as soon as a release ↵Mikhail Shchatko
is EOL (cherry picked from commit 17cbfe0780d6252b06ed863c943bf03ba775f18c)
2022-07-27SERVER-67418 Retry apple SSLManagerCoordinator initialization on failureGabriel Marks
2022-07-27SERVER-67532 Fail oplog server status section lessGabriel Marks
2022-07-27SERVER-66023 Use DelayableTimeoutCallback class to avoid resetting election ↵Matthew Russotto
and liveness timers. (cherry picked from commit 94f976f475b7d26e75f60d0e0733aed99bb6f272)
2022-07-27SERVER-66023 Create a DelayableTimeoutCallback class to avoid constantly ↵Matthew Russotto
resetting timers. (cherry picked from commit 466ddbc1784709f3421ed9ccc485210b1fe94e6e) (cherry picked from commit 87d6ec40779e3750a123efd941e16d159bf938bb)
2022-07-27SERVER-67122 Add warning when requesting a module that doesn't exist or when ↵Richard Samuels
loading legacy ninja module (cherry picked from commit 7da265df0f82719bc642fc0e28718780ebd7c9b2)
2022-07-27SERVER-68330: Suppress mixed-mode testing assertions on config.transactions.Daniel Gottlieb
2022-07-27SERVER-66970 Add EOL'd releases infoRichard Samuels
(cherry picked from commit abd407e59f4bf93a96b22b96c3aff2081f8e6a7c)
2022-07-27SERVER-66308 restore 'sbe' command test for multiversionKyle Suarez
(cherry picked from commit 1cb03bb7e99accaa2f3abefd0f32448d86265efc)
2022-07-27SERVER-66246 refactoring tenant_migration_concurrent_writes_on_donor testsmathisbessamdb
(cherry picked from commit 2cd9b2a9ee09e9f4e9ee8b16df57c99ab01a9c42)
2022-07-27SERVER-67802 ensure mongos count can handle large values for skipBenety Goh
(cherry picked from commit f97eb26ed47f1974090361fc0bc0942f186e5439)
2022-07-27SERVER-68158 fix incorrect replica set node reference in test for listIndexesBenety Goh
(cherry picked from commit 082506444530d83a11b5ecfca52100aefc91a603)
2022-07-27SERVER-67801 createIndexes on config.transactions should handle empty list ↵Benety Goh
of index specs (cherry picked from commit a7cd9bf337b0c41387ebc351e41093d3ff5aba59)
2022-07-27SERVER-68041 Robustify merge_write_concern.js and add diagnostic logRuoxin Xu
(cherry picked from commit 7684a3e44eadcc9eaaf1b20cf0c13f2aa2b4e1f3)