summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70371 Remove `featureFlagShardSplit`, add `requires_fcv_62`Matt Broadstone2022-10-1258-200/+59
* SERVER-70447 Wait for primary to complete shutdown before stopping set in for...ali-mir2022-10-121-0/+3
* SERVER-66435 Always use classic engine for IDhack plansAnna Wawrzyniak2022-10-125-27/+13
* SERVER-69447 Add a query knob to control version of Cost Model coefficientsAlexander Ignatyev2022-10-122-0/+47
* SERVER-70364 Retry once on network errorAbdul Qadeer2022-10-112-10/+8
* SERVER-70101 Implement token bucket rate limited sampling inside query analyzerCheahuychou Mao2022-10-111-4/+6
* SERVER-70469 Use virtual env python in watchdog testsMark Benvenuto2022-10-111-1/+1
* SERVER-70314 Adjust time series extended range tests to account for log reten...Dan Larkin-York2022-10-112-10/+0
* SERVER-70421 Complete TODO listed in SERVER-69884sergey.galtsev2022-10-1110-20/+0
* SERVER-70125 Make mongos periodically refresh query sampling rates from confi...Cheahuychou Mao2022-10-111-1/+7
* SERVER-69369 Ensure collMod command works in multitenancy environmentDidier Nadeau2022-10-112-0/+51
* Revert "SERVER-70364 Retry once on network error"Max Hirschhorn2022-10-111-2/+1
* SERVER-70033 Improve the verbosity of `balancing_based_on_size.js`Silvia Surroca2022-10-111-2/+13
* SERVER-67358 implement AccumultorInternalConstructStatsMisha Tyulenev2022-10-111-0/+61
* SERVER-70194 Improve debuggability of columnstore_index_correctness.jsIrina Yatsenko2022-10-102-118/+142
* SERVER-70364 Retry once on network errorAbdul Qadeer2022-10-101-1/+2
* SERVER-70098: Use listAllDatabases in AllDatabaseCloner.Adityavardhan Agrawal2022-10-101-12/+7
* SERVER-70372: Disable automaticForgetMigration in tenant_migration_logs.Adityavardhan Agrawal2022-10-101-1/+2
* SERVER-67228 no_disconnect_on_stepdown.js should not strictly test the number...kauboy262022-10-101-1/+1
* SERVER-65708 exhaust_hello_topology_changes.js should wait until electable no...kauboy262022-10-101-0/+3
* SERVER-69499 Change callsites to use serialize and deserialize from Namespace...Adityavardhan Agrawal2022-10-102-9/+9
* SERVER-67285 Provide context to errorCodeToStatus()Reo Kimura2022-10-101-4/+4
* SERVER-64978 Add metrics to track if a plan was recovered from the plan cacheMaddie Zechar2022-10-102-8/+72
* SERVER-69884 filter out tests with featureFlagXXX from selinuxSergey Galtsev2022-10-101-1/+11
* SERVER-70317 Do not append the read and write concern explicitly in _clusterQ...Jason Zhang2022-10-101-5/+46
* SERVER-65558 Enable range deleter service feature flagPierlauro Sciarelli2022-10-101-1/+0
* SERVER-67594 Remove failpoint 'assertChangeStreamNssCollection'.Rishab Joshi2022-10-101-5/+19
* SERVER-69718 Add global_index.js jscore/txns testJosef Ahmad2022-10-101-0/+314
* SERVER-66643 Create pre-image collections per tenantRomans Kasperovics2022-10-101-5/+28
* SERVER-70326 Avoid running index_filter_commands_invalidate_plan_cache_entrie...Rishab Joshi2022-10-071-0/+1
* SERVER-70120 [CQF] Extra Unique stage after GroupByNaama Bareket2022-10-071-2/+2
* SERVER-70165: Add better logging for parallel shutdown and change flakey testsKshitij Gupta2022-10-072-2/+2
* SERVER-66834 Zones created by defragmentation_util.js must always align with ...Allison Easton2022-10-071-9/+10
* SERVER-70270: Use fail_point_util.js instead of checkLog to wait for failpoin...Ivan Fefer2022-10-0710-106/+69
* SERVER-67598 Add support for maxSpanSeconds and roundingSeconds argumentsAdrian Gonzalez2022-10-075-47/+397
* SERVER-68689 Switch background validation to use checkpoint cursors againYuhong Zhang2022-10-063-0/+70
* SERVER-70219 fix spill_to_disk_secondary_readZixuan Zhuang2022-10-061-0/+2
* SERVER-67888 Add metrics to FTDC for connection reuseReo Kimura2022-10-062-1/+135
* SERVER-69764: Run native_tenant jstests with featureFlagRequireTenantId enabled.Adityavardhan Agrawal2022-10-063-735/+809
* SERVER-67795: Add serverstatus counters for updateMany, deleteMany callsAdi Zaimi2022-10-062-15/+136
* SERVER-70021 Soft close time series buckets instead of archiving except under...Dan Larkin-York2022-10-061-13/+3
* SERVER-70159 Rename global indexes namespace to system.globalIndex.<UUID>Josef Ahmad2022-10-063-10/+10
* SERVER-70266 Add requres_fcv_62 tag to tests failing on sharding_jscore multi...Alya Berciu2022-10-065-2/+5
* SERVER-70183 Tag SBE plan cache test as 'tenant_migration_incompatible'David Storch2022-10-051-0/+2
* SERVER-69694 Implement broadcast aggregate in _clusterQueryWithoutShardKeyJason Zhang2022-10-052-6/+345
* SERVER-70170 Update ssl_helpers.js for Amazon 2022Mark Benvenuto2022-10-051-1/+1
* SERVER-69109 Fix logging in random_moveChunk_index_operations FSM testMarcos José Grillo Ramirez2022-10-051-1/+1
* SERVER-64181 Remove TODO's from closed ticket that won't be doneMarcos José Grillo Ramirez2022-10-051-2/+0
* SERVER-68095 Implement $not in CQFBen Shteinfeld2022-10-041-0/+261
* SERVER-69740 Implement _refreshQueryAnalyzerConfiguration commandCheahuychou Mao2022-10-047-1/+274