summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-66445 Make the classic engine the default execution engineMihai Andrei2022-05-1717-99/+128
| | | | (cherry picked from commit 40109e237a0ffaf41d26b5465920d12bc6a3f304)
* SERVER-65884 $lookup from ts optimize $sequentialCacheruslan.abdulkhalikov2022-05-171-0/+93
| | | | (cherry picked from commit a672dcd5658bdb7117de384e50e1747e610a5684)
* SERVER-65699 delete test-only 'sbe' commandKyle Suarez2022-05-164-132/+0
|
* SERVER-65859 Enable filtering of 'fromMigrate' change steam events for ↵Kyle Suarez2022-05-161-28/+20
| | | | individual operations within applyOps array
* SERVER-66031 rename must succeed on all shards when UUIDs provided for C2CPierlauro Sciarelli2022-05-161-1/+29
|
* SERVER-65956 fix minor bugs in defragmentation source code/testsPaolo Polato2022-05-164-5/+14
| | | | (cherry picked from commit 4afa98e3a445ee7f6738c8717f7283c2ef6eeefd)
* SERVER-65956 Skip split phase of collection defragmentation based on feature ↵Paolo Polato2022-05-161-41/+62
| | | | | | flag (cherry picked from commit 7e7e34fb672286c403ccfc999ac1a66625a31acb)
* SERVER-66089 Initial sync should do transaction table read with a later ↵Matthew Russotto2022-05-161-0/+98
| | | | | | afterClusterTime. (cherry picked from commit 878b6bb32413dc105133ffac31e9a0cf21e930f4)
* SERVER-65916 Prevent batched_multi_deletes_failover.js from stalling on ↵Haley Connelly2022-05-161-13/+10
| | | | | | failpoint (cherry picked from commit d7cf7fead440ccd82456c7ee5159bfe0444340d3)
* SERVER-66389 Fix $where parameter bind-in optimizationDavid Storch2022-05-131-0/+33
| | | | (cherry picked from commit 48acc21bc952810c7028f79773905f9cdcce44af)
* SERVER-64628 Add more targeted tests for adding nodes to sharded setsVesselina Ratcheva2022-05-124-0/+195
| | | | (cherry picked from commit 181a405baf42fc204e924dcde8f246d6f40a09bb)
* SERVER-65641 Add test coverage for reaping a session with active ↵Cheahuychou Mao2022-05-121-0/+130
| | | | | | TransactionParticipant and TransactionRouter yielders (cherry picked from commit 879d439c78c5c72735af6fbfdb2690eb32f74559)
* 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-122-52/+223
| | | | documents
* 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-111-8/+0
| | | | | | 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)
* SERVER-65692 $searchMeta improvementCharlie Swanson2022-05-111-3/+10
|
* SERVER-66375 Retry all operations on killed session errors in ↵Jack Mulrow2022-05-111-0/+5
| | | | | | random_moveChunk_update_shard_key_kill_sessions.js (cherry picked from commit 4201be5dc451353a6f8ea1f373fd34c752b48739)
* SERVER-66299 Read random document with linearizable read concern in ↵Jack Mulrow2022-05-111-1/+7
| | | | | | internal_transactions_unsharded.js (cherry picked from commit 7ef3dda0e9bc6f843fcb2a3cc15d32888a50ddd4)
* SERVER-65797 Remove invalid index specs in memory before parsing for ↵Yuhong Zhang2022-05-101-0/+56
| | | | `listIndexes`
* SERVER-65503 Migrate FLE2 tests to core passthrough suitesMark Benvenuto2022-05-109-17/+94
| | | | (cherry picked from commit 5325fff3f096116b0f2a5054b92f148cb8a6d415)
* SERVER-65638 Add concurrency workload that changes FCV while there are ↵Cheahuychou Mao2022-05-102-1/+204
| | | | active internal transactions started using test command
* SERVER-65821 Allow prepared transactions to write commit decision across FCV ↵Gregory Noma2022-05-102-2/+100
| | | | | | barrier (cherry picked from commit 5f15e515c617fca69a4a6dc4be741c19e2d07aa8)
* SERVER-64659 add multiple index spec test case for indexBulkBuilder server ↵Benety Goh2022-05-101-0/+14
| | | | | | status section (cherry picked from commit e2abe094a39dda8d4b8f623de23423868c7efb8f)
* SERVER-65863 Have optimized _id expression(s) pushed down properlyYoonsoo Kim2022-05-101-0/+8
| | | | (cherry picked from commit 7f55c457738556cf96236ef9c7aa4b30bbe07390)
* SERVER-52286 Enable feature flag for Bucket Unpacking with Sorting, reduce ↵samontea2022-05-091-2/+1
| | | | FCV to 6.0
* SERVER-66064 Optimize FLE2 document countingMark Benvenuto2022-05-091-18/+15
| | | | (cherry picked from commit c23236c1b63f147f950d921a5411749e637d54ae)
* Revert "SERVER-66307 [v6.0]Set $_generateV2ResumeTokens parameter only on ↵Arun Banala2022-05-091-150/+113
| | | | | | mongos" This reverts commit 0056ecb9c07a317e93e1bef083efa4462f21f7a0.
* SERVER-66307 [v6.0]Set $_generateV2ResumeTokens parameter only on mongosArun Banala2022-05-091-113/+150
|
* SERVER-66119 Avoid duplicated seek into index for local fields with nested ↵Irina Yatsenko2022-05-092-0/+35
| | | | | | arrays (cherry picked from commit 96b8052c9e34423534ac610fcb5b11bca7239d12)
* SERVER-66233 Tag index_filter_commands.js with requires_fcv _60Anton Korshunov2022-05-091-0/+1
| | | | (cherry picked from commit bae75df36389b0c5ca59df2a9a88067e03990561)
* SERVER-64659 add initial sync test case for indexBulkBuilder server status ↵Benety Goh2022-05-091-0/+17
| | | | | | section (cherry picked from commit 4adfa1a54c9cba165525caf4a4200a891945637c)
* SERVER-65638 Make internal_transactions_unsharded.js track dirty documents ↵Cheahuychou Mao2022-05-083-32/+99
| | | | | | and retry_on_killed_session.js only retry idempotent operations (cherry picked from commit 6575cefe29ae8577e0450c04ea91851f36ddda48)
* SERVER-64769 Make sure bounded sorter provides sort key for sharded mergesortDan Larkin-York2022-05-065-95/+223
|
* SERVER-65406 Handle compressed buckets in timeseries dotted path support libraryDan Larkin-York2022-05-061-8/+27
|
* SERVER-65050 Optimize time-series sorting with point query on metadataDavid Percy2022-05-061-37/+268
|
* SERVER-64659 add external sorter file handle metrics to indexBulkBuilder ↵Benety Goh2022-05-061-1/+9
| | | | | | server status section (cherry picked from commit bfc606f1cc5ad931f054b5c152993a57d30eef64)
* SERVER-64349 Fix test file FCVsamontea2022-05-061-1/+1
|
* SERVER-66222 Retryable transactions should reject multi writes with an ↵Jack Mulrow2022-05-054-4/+167
| | | | | | initialized statement id (cherry picked from commit 883238375b56d7a4a11f48583a5f79a5f7192d87)
* SERVER-65345 Check if CanonicalQuery has pushed down stagesAlexander Ignatyev2022-05-053-27/+206
| | | | (cherry picked from commit 8aa42af0644b93e794db1b824238c4b2ab203d25)
* SERVER-65460 Set allowDiskUse to false in read-only modeRomans Kasperovics2022-05-053-17/+159
|
* SERVER-65832 Block mongod CompactStructuredEncryptionData on shard serverMark Benvenuto2022-05-051-0/+38
| | | | (cherry picked from commit 671486e7ba73cfac7e769f9839de9c7be023be21)
* SERVER-65483 Add tests for compact contention with concurrent FLE2 inserts ↵Erwin Pe2022-05-051-1/+2
| | | | | | and deletes (cherry picked from commit d457616e6acfcbf1d89d889d341e6929f26f930d)
* SERVER-65431 Disallow renaming to/from a collection with encrypted fieldsErwin Pe2022-05-051-0/+69
| | | | (cherry picked from commit 3904aa02b46c153193bd8110397bb0cd2f882c6b)
* SERVER-65810: Disable test-only cluster server parameters when ↵Varun Ravichandran2022-05-054-35/+167
| | | | | | enableTestCommands is false (cherry picked from commit 0047a5b2e8c723e3ca1cd9bf1331342aad2c661b)
* SERVER-64659 add resumable index build counter to indexBulkBuild server ↵Benety Goh2022-05-051-0/+25
| | | | | | status section (cherry picked from commit 0c40fc644df33161b34faa3708545e894757327e)
* SERVER-61485 Wrong SBE plan reported by explain() for rejected plansDenis Grebennicov2022-05-051-0/+66
|
* SERVER-65167 Remove usage of std:tie in fle_crud.cppMark Benvenuto2022-05-041-1/+2
| | | | (cherry picked from commit 3df96ded70db4da1da4c1a1f86feb7567c48c3cb)
* SERVER-66211 setFCV downgrade can overwrite the state for the latest ↵Cheahuychou Mao2022-05-041-0/+120
| | | | txnNumber during internal transactions config.transactions entries removal