summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-66488 Update selinux tests to use shell from archive_dist_testBACKPORT-12771sergey.galtsev2022-05-183-11/+25
| | | | (cherry picked from commit 08e5f964cdb3fd71f7e7d1691797c4ece29ea1d8)
* SERVER-66526 Hang upon restart when there is a prepared internal transaction ↵Cheahuychou Mao2022-05-182-7/+57
| | | | | | for retryable findAndModify executed with storeFindAndModifyImagesInSideCollection=true to reconstruct (cherry picked from commit 13a610d118fb039dc6e9ecb72f3d41e3777d2263)
* SERVER-66264 shardsvrDropIndex should use timeseries namespace in the ↵Randolph Tan2022-05-183-55/+69
| | | | | | shardVersionRetry loop (cherry picked from commit d5a929be4f4604497a07186e72d477f8c1b7e7a6)
* SERVER-66518: Include packaging as part of powercycle dependenciesDavid Bradford2022-05-171-0/+1
| | | | (cherry picked from commit 2bca294623d31cc4bc023b8b2d8fca65d4cbc346)
* SERVER-62175 Mongos fails to attach RetryableWrite Error Label For Command ↵r6.0.0-rc6Rachita Dhawan2022-05-173-45/+130
| | | | | | Interrupted In _parseCommand (cherry picked from commit 38e4a5516d614a2bd1f3c3afde97c19068fd1441)
* Revert "SERVER-65884 $lookup from ts optimize $sequentialCache"James Wahlin2022-05-173-121/+0
| | | | This reverts commit 252235fda4d45e85db342bb6437b1587b980b1ed.
* SERVER-65152 Update change_stream_null_existence_eq_rewrite_test.js for ↵Andrii Dobroshynski2022-05-172-4/+30
| | | | | | newly-added events (cherry picked from commit 5a611b4f0dd3c2117b0f7dd7a7ccf9469dae796b)
* SERVER-65947 MigrationDestinationManager must recover if an error occurs ↵Jordi Serra Torrens2022-05-178-153/+356
| | | | | | during release of the critical section (cherry picked from commit 5bd946b1fcda93b27ab4c34297454c64c2b9702a)
* SERVER-66075 Make change_streams_pre_image_removal_job.js tolerate transient ↵Mindaugas Malinauskas2022-05-171-5/+35
| | | | | | CappedPositionLost errors when reading the oplog (cherry picked from commit 7de665954a026bf1fd68aaae78ad3aec2f2150f9)
* SERVER-65937: Support different fcv tags for lts and continuous multiversion ↵David Bradford2022-05-177-76/+252
| | | | | | tests (cherry picked from commit 3b4067a108295b079c3d43027caffe2e2c66d7d0)
* SERVER-65930 DDL coordinators and rename participant initial checkpoint may ↵Allison Easton2022-05-173-10/+33
| | | | incur in DuplicateKey error
* SERVER-66031 fix fcv document retrieval in jstests/sharding/rename_sharded.jsPierlauro Sciarelli2022-05-171-2/+2
|
* SERVER-66377 make ClusterChunksResizePolicy resilient to renameCollection() ↵Paolo Polato2022-05-172-5/+26
| | | | | | with dropTarget (cherry picked from commit 46c54afca7f15c78a578a4941b3a765f8f4e90c7)
* SERVER-66498 Disable Baseline JIT for MozJSMohammad Dashti2022-05-171-4/+24
| | | | (cherry picked from commit 13ec926abfad8452f9e44196d5592577d245032e)
* SERVER-66120 Use consistent way to refer to FLE 2 encryption in user-facing ↵Mark Benvenuto2022-05-1710-34/+46
| | | | | | messages (cherry picked from commit ad2271e4c9dfeffd8a11b04a23da361483d695fb)
* SERVER-65999 Fix the sharding test for two simultaneous compactsErwin Pe2022-05-171-0/+8
| | | | (cherry picked from commit a86cebf1f3e71d70d83de592128ada08493321be)
* SERVER-66445 Make the classic engine the default execution engineMihai Andrei2022-05-1734-211/+322
| | | | (cherry picked from commit 40109e237a0ffaf41d26b5465920d12bc6a3f304)
* SERVER-65884 $lookup from ts optimize $sequentialCacheruslan.abdulkhalikov2022-05-173-0/+121
| | | | (cherry picked from commit a672dcd5658bdb7117de384e50e1747e610a5684)
* SERVER-66082: Propagate cluster server parameters to new nodes during ↵Varun Ravichandran2022-05-169-292/+660
| | | | | | file-copy based initial sync (cherry picked from commit 33ced84ad3537acb5a70907b6febb34adbcfbbcc)
* Revert "SERVER-64332 added macos binary signing to push task"Tausif Rahman2022-05-162-18/+0
| | | | (cherry picked from commit dff7548deff174f47650eff9632acb8f201bac86)
* SERVER-65699 delete test-only 'sbe' commandKyle Suarez2022-05-1613-3324/+0
|
* SERVER-65859 Enable filtering of 'fromMigrate' change steam events for ↵Kyle Suarez2022-05-162-28/+27
| | | | individual operations within applyOps array
* SERVER-66139 Disable oplog visibility in standalone modeHenrik Edin2022-05-167-26/+96
| | | | (cherry picked from commit fbdcf79b38b141aa89d7b38ddcf40d4065c4c2ae)
* SERVER-66031 rename must succeed on all shards when UUIDs provided for C2CPierlauro Sciarelli2022-05-162-3/+29
|
* SERVER-66383 Persist the progress of ClusterChunksResizePolicy without ↵Paolo Polato2022-05-161-13/+25
| | | | | | holding the state mutex (cherry picked from commit bbd45c53cc35a4e2c614be62d13e307ab56ddc95)
* SERVER-65956 fix minor bugs in defragmentation source code/testsPaolo Polato2022-05-165-12/+20
| | | | (cherry picked from commit 4afa98e3a445ee7f6738c8717f7283c2ef6eeefd)
* SERVER-65956 Skip split phase of collection defragmentation based on feature ↵Paolo Polato2022-05-162-42/+70
| | | | | | flag (cherry picked from commit 7e7e34fb672286c403ccfc999ac1a66625a31acb)
* SERVER-66089 Initial sync should do transaction table read with a later ↵Matthew Russotto2022-05-163-5/+111
| | | | | | afterClusterTime. (cherry picked from commit 878b6bb32413dc105133ffac31e9a0cf21e930f4)
* SERVER-66354 Additional $search metadata pipeline should use separate ↵Mihai Andrei2022-05-1616-45/+83
| | | | ExpressionContext (cherry picked from commit d3d37be21fdac8e773c30db8ba542bbf7d9f5f4f)
* SERVER-66423 Set the fromMigrate flag of DurableReplOperation entries only ↵Antonio Fuschetto2022-05-162-6/+27
| | | | when FCV is 6.0 or greater
* SERVER-65916 Prevent batched_multi_deletes_failover.js from stalling on ↵Haley Connelly2022-05-161-13/+10
| | | | | | failpoint (cherry picked from commit d7cf7fead440ccd82456c7ee5159bfe0444340d3)
* SERVER-64352 Don't attempt to notarize the test shellAndrew Morrow2022-05-131-3/+2
| | | | (cherry picked from commit 1d4d6b6f83b4c4e1a96802fffe89b9399f89e3b3)
* SERVER-64433 Recovering the topology tick points on startup/init syncSergi Mateo Bellido2022-05-1310-91/+495
| | | | (cherry picked from commit cc33146088335da2bc08edf4eeec7d6b9fd724f0)
* SERVER-66389 Fix $where parameter bind-in optimizationDavid Storch2022-05-1310-29/+102
| | | | (cherry picked from commit 48acc21bc952810c7028f79773905f9cdcce44af)
* SERVER-64352 mongo shell no longer built by defaultAlexander Neben2022-05-1327-2321/+49
| | | | (cherry picked from commit f59190ee55876c17de0ba92aaae9d2b369cdf901)
* SERVER-66366 remove encryptionInformation after rewriting update and delete ↵Davis Haupt2022-05-132-0/+5
| | | | requests for explain commands
* SERVER-64628 Add more targeted tests for adding nodes to sharded setsVesselina Ratcheva2022-05-124-0/+195
| | | | (cherry picked from commit 181a405baf42fc204e924dcde8f246d6f40a09bb)
* SERVER-59400 Revert "SERVER-55581: Return ScopedDbConnection to connection ↵Amirsaman Memaripour2022-05-121-1/+0
| | | | | | | | pool in cluster aggregation planner" This reverts commit 663e90bbe862969572246b7b442845ed83a2472d. (cherry picked from commit 81fa710687e399d7aa2bd093987396c6f6a36956)
* SERVER-65641 Add test coverage for reaping a session with active ↵Cheahuychou Mao2022-05-124-10/+155
| | | | | | TransactionParticipant and TransactionRouter yielders (cherry picked from commit 879d439c78c5c72735af6fbfdb2690eb32f74559)
* SERVER-66386 Update AMI images for package testsBrian McCarthy2022-05-122-7/+17
| | | | (cherry picked from commit 558e2dfd2cc4d4a7e87b321d1a65c89a23984b17)
* Revert "SERVER-65831 Use ScopedTaskExecutor to speed up ↵Paolo Polato2022-05-122-21/+12
| | | | | | BalancerCommandsScheduler stop()" This reverts commit 00275096d675702c749a7cac59ca29d6532a5d7d.
* SERVER-66312 Tests on batched operations do not involve orphaned documentsAntonio Fuschetto2022-05-121-178/+128
|
* SERVER-65858 Mark the applyOps entries when the operations involves orphaned ↵Antonio Fuschetto2022-05-126-58/+259
| | | | documents
* Import wiredtiger: c2a7ed8278fa29430cd51d5e6ae9815f9fba2850 from branch ↵Luke Chen2022-05-1212-89/+320
| | | | | | | | | mongodb-6.0 ref: 799bf81c4b..c2a7ed8278 for: 6.0.0-rc6 WT-9251 Perform log flush before the metadata checkpoint
* Import wiredtiger: 799bf81c4b6546b4edccaaa985077de8e69a4e99 from branch ↵Luke Chen2022-05-123-1/+129
| | | | | | | | | mongodb-6.0 ref: ed5f8423a8..799bf81c4b for: 6.0.0-rc6 WT-9304 Fix checkpoint not to read deleted pages into cache
* Import wiredtiger: ed5f8423a825c363f913be25c52a4ffdfc59d679 from branch ↵Luke Chen2022-05-122-2/+2
| | | | | | | | | mongodb-6.0 ref: 50aa449b70..ed5f8423a8 for: 6.0.0-rc6 WT-9176 Set operation rate to 10ms for update threads in operations_test
* Import wiredtiger: 50aa449b701f987e5c5379379cc2c99054872b2a from branch ↵Luke Chen2022-05-124-7/+8
| | | | | | | | | mongodb-6.0 ref: ba455f3c9b..50aa449b70 for: 6.0.0-rc6 WT-8152 Remove stat_db_size runtime check from operations_test and rename cpp evergreen tasks
* SERVER-66319 dbcheck_no_history_on_secondary.js waits for dbCheck hasher to ↵Benety Goh2022-05-121-0/+3
| | | | | | start (cherry picked from commit 3ba08e75e54c9e5f80e12870f0a42949ee449239)
* SERVER-66316 Make transactions API interact better with Client Side ↵Jack Mulrow2022-05-119-67/+111
| | | | | | Operation Timeout (cherry picked from commit 2102f99116f9c8a4409ef2376abf7f2f1c9590c4)
* SERVER-66319 use bulk inserts to speed up dbcheck testBenety Goh2022-05-111-2/+6
| | | | (cherry picked from commit 2daf151f5a547c9e4a213f996d72adc67ae2e832)