summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66064 Optimize FLE2 document countingMark Benvenuto2022-05-091-18/+15
* Revert "SERVER-66307 [v6.0]Set $_generateV2ResumeTokens parameter only on mon...Arun Banala2022-05-091-150/+113
* 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 ar...Irina Yatsenko2022-05-092-0/+35
* SERVER-66233 Tag index_filter_commands.js with requires_fcv _60Anton Korshunov2022-05-091-0/+1
* SERVER-64659 add initial sync test case for indexBulkBuilder server status se...Benety Goh2022-05-091-0/+17
* SERVER-65638 Make internal_transactions_unsharded.js track dirty documents an...Cheahuychou Mao2022-05-083-32/+99
* 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 serv...Benety Goh2022-05-061-1/+9
* SERVER-64349 Fix test file FCVsamontea2022-05-061-1/+1
* SERVER-66222 Retryable transactions should reject multi writes with an initia...Jack Mulrow2022-05-054-4/+167
* SERVER-65345 Check if CanonicalQuery has pushed down stagesAlexander Ignatyev2022-05-053-27/+206
* 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
* SERVER-65483 Add tests for compact contention with concurrent FLE2 inserts an...Erwin Pe2022-05-051-1/+2
* SERVER-65431 Disallow renaming to/from a collection with encrypted fieldsErwin Pe2022-05-051-0/+69
* SERVER-65810: Disable test-only cluster server parameters when enableTestComm...Varun Ravichandran2022-05-054-35/+167
* SERVER-64659 add resumable index build counter to indexBulkBuild server statu...Benety Goh2022-05-051-0/+25
* 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
* SERVER-66211 setFCV downgrade can overwrite the state for the latest txnNumbe...Cheahuychou Mao2022-05-041-0/+120
* SERVER-64315 Re-enable caching of SBE plans when there is a single query solu...David Storch2022-05-045-44/+26
* SERVER-55112 Make distinct on a view match distinct on a collection for certa...Ted Tuckman2022-05-041-0/+97
* SERVER-64659 add indexBulkBuilder server status section with minimal creation...Benety Goh2022-05-041-0/+40
* SERVER-66088 Create separate indexes for resharding test to drop.Max Hirschhorn2022-05-031-2/+5
* SERVER-66008 fix undefined function bug in cluster.jsPaolo Polato2022-05-031-3/+4
* SERVER-64349 Add heuristic-based planning support for bucket unpacking with sortsamontea2022-05-036-51/+431
* SERVER-65643 Exclude set_cluster_parameter.js test from inMemory variantsMarcos José Grillo Ramirez2022-05-031-1/+5
* SERVER-65897 Remove SBE plan cache entries from the corresponding collection ...Ruoxin Xu2022-05-031-15/+48
* SERVER-65649 Throttle merge/split chunk ops issued by the balancerPaolo Polato2022-05-034-1/+35
* SERVER-65319 Count explicit use of allowDiskUse:falseRomans Kasperovics2022-05-032-68/+67
* SERVER-64194 Add test coverage for refreshFromStorageIfNeeded() for a retryab...Sanika Phanse2022-05-021-0/+113
* SERVER-66104 Make internal_transactions_transient_error_after_setFCV.js check...Cheahuychou Mao2022-05-021-2/+1
* SERVER-65436 Make autosplit_setFCV_downgrade_from_60.js set the FCV back to l...Cheahuychou Mao2022-04-301-0/+1
* SERVER-65993 Make internal transaction concurrency workloads create test coll...Cheahuychou Mao2022-04-291-0/+2
* SERVER-65640 Add concurrency workload that performs resharding while there ar...Cheahuychou Mao2022-04-295-18/+201
* SERVER-64986 Make maxClusterTime not default to null timestmapCheahuychou Mao2022-04-291-1/+1
* SERVER-64986 Make internal transactions concurrency workloads retry testInter...Cheahuychou Mao2022-04-293-7/+23
* SERVER-64986 Add concurrency workloads that test internal transactions using ...Cheahuychou Mao2022-04-295-0/+721
* SERVER-64627 Refactor onInitialSyncComplete and onStartupRecoveryComplete int...Vesselina Ratcheva2022-04-291-0/+40
* SERVER-65436 Create FSM workload to test chunk splitting on downgradeAllison Easton2022-04-291-0/+128
* SERVER-65773 Improved MozJS error handlingMohammad Dashti2022-04-282-0/+108
* SERVER-65998 Fix expected document in random_moveChunk_update_shard_key.jsCheahuychou Mao2022-04-281-2/+3
* SERVER-66054 Internal transactions in jstests/multiversion are not running on...Cheahuychou Mao2022-04-287-11/+2
* SERVER-66044 Fix feature flag assertion in lookup_unionWith_subpipeline_local...Rui Liu2022-04-281-3/+2
* SERVER-65922 Allow duplicate keys to be inserted before the index build with ...Yuhong Zhang2022-04-281-0/+51
* SERVER-64285 Create indexes on `config.rangeDeletions`Allison Easton2022-04-281-0/+32
* SERVER-63864 Add tests to validate change stream namespace and operationType ...Arun Banala2022-04-274-74/+939