summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68769 If the shard key index cannot be dropped, it cannot be hidden.Pol Pinol Castuera2022-11-112-5/+84
* SERVER-68855 Optimize $collStats for $shardedDataDistributionPol Piñol Castuera2022-11-111-36/+144
* SERVER-71241 Fix long getMores in allow_partial_results_with_maxTimeMS.jsSteve Tarzia2022-11-112-68/+130
* SERVER-71226 Skip collections with explicitly set conflicting validators in t...Yuhong Zhang2022-11-112-1/+27
* SERVER-33182 Remove atomic applyOpsAdityavardhan Agrawal2022-11-1031-453/+156
* SERVER-68569 Use hinting to update projection_semantics.jsCharlie Swanson2022-11-101-47/+57
* SERVER-71225 Make sure collation.js does not change 'db'Matthew Russotto2022-11-101-208/+210
* SERVER-70553 Add ES Modules support to mongo test runnerMatt Broadstone2022-11-104-11/+4
* SERVER-70538 Replace fillEmpty function with a binary operationMartin Neupauer2022-11-101-6/+6
* SERVER-68928 Persist historical placement metadata when moveChunk() is committedPaolo Polato2022-11-101-5/+80
* SERVER-68361 Make migration properly handle cases when shard key value modifi...Randolph Tan2022-11-101-49/+141
* SERVER-71224 Improve debugging output for timeseries_metric_index_ascending_d...Dan Larkin-York2022-11-091-4/+6
* SERVER-70796 Remove batchedExpiredChangeStreamPreImageRemoval parameterRomans Kasperovics2022-11-091-37/+19
* SERVER-71164 Data consistency checker should check index optionsMatthew Russotto2022-11-091-0/+101
* SERVER-71025 Fix synchronization between time series direct writes and bucket...Dan Larkin-York2022-11-091-0/+92
* SERVER-71149 Rename queryType range to rangePreviewMark Benvenuto2022-11-092-2/+3
* SERVER-68838: Prohibit NaN and out of bound doubles when setting log componen...Varun Ravichandran2022-11-091-1/+15
* SERVER-70646 Compute and add query planning time to PlanSummaryStatsMaddie Zechar2022-11-091-0/+63
* SERVER-68832: Fix undefined field in commit_and_abort_large_unprepared_transa...Lingzhi Deng2022-11-091-1/+1
* SERVER-70683 Store placement changes into config.placementHistory when a move...Enrico Golfieri2022-11-091-37/+82
* SERVER-71139 Ensure indexes with simple collation are created correctly durin...Matthew Russotto2022-11-081-7/+115
* SERVER-68847 Include query framework information in GetMore profiler entriesBen Shteinfeld2022-11-081-12/+60
* SERVER-70726 Push down AND of supported predicates on the same field in colum...Irina Yatsenko2022-11-082-0/+74
* SERVER-71167 Abort transactions in `txn_index_catalog_changes.js`Gregory Noma2022-11-081-24/+18
* SERVER-65078 Report schema violations as errors when the validation level is ...Yuhong Zhang2022-11-0810-21/+48
* SERVER-67103 Add global index copy when migrating a chunkMarcos José Grillo Ramirez2022-11-081-2/+237
* SERVER-69874 Execute in dryRun mode first during unique index conversion on a...Yuhong Zhang2022-11-081-0/+91
* SERVER-62329: Port simple projections tests to golden frameworkHana Pearlman2022-11-087-0/+1768
* SERVER-70028 [CQF] Sort unioned intervals in sargable nodeSvilen Mihaylov2022-11-082-12/+8
* SERVER-70855 update statistics in the cache after running analyzeMisha Tyulenev2022-11-082-21/+19
* SERVER-65492 Cleaning the sbe::PlanCache when it has sharded stale infoSergi Mateo Bellido2022-11-081-0/+135
* SERVER-66691 Track statistics around fetching closed buckets in execution sta...Faustoleyva542022-11-071-0/+31
* SERVER-70311 Only use query-based reopening for time series collections that ...Faustoleyva542022-11-071-13/+274
* SERVER-70327 Add 'internalQueryFrameworkControl' to server parameters include...Nicholas Zolnierz2022-11-071-22/+10
* SERVER-71115 Add test coverage that explain queries are not sampledCheahuychou Mao2022-11-075-100/+132
* SERVER-70980 Finish TODOGabriel Marks2022-11-071-3/+2
* SERVER-71094 Increase log level for 'Voted yes in election' to (debug) 1Matthew Russotto2022-11-071-1/+4
* SERVER-70939 Refactor split writes-during-aborted testMatt Broadstone2022-11-0731-255/+113
* SERVER-71104 Use assert.soon in reconfig_waits_for_oplog_commitment_condition.jskauboy262022-11-071-3/+3
* SERVER-71091 Fix null type error in set_fcv_logging.jsHuayu Ouyang2022-11-041-13/+13
* SERVER-71082 Test must wait for election before counting documents on shardTommaso Tocci2022-11-041-2/+3
* SERVER-71063 Use test name as database nameMilena Ivanova2022-11-042-2/+3
* SERVER-60474 Change error message for $search without search enabledTed Tuckman2022-11-042-1/+31
* SERVER-70436 Handle covered $or null queries with regexAlya Berciu2022-11-042-46/+440
* SERVER-67695 Prevent dbcheck.js from running in multiversion testsLouis Williams2022-11-041-0/+2
* SERVER-69801 Support sampling find, count and distinct queries on sharded clu...Cheahuychou Mao2022-11-032-0/+258
* SERVER-70742 Add assertion that tenantId is always set in NamespaceStringUtil...jannaerin2022-11-031-4/+5
* SERVER-69802 Support sampling write queries on sharded clustersCheahuychou Mao2022-11-033-18/+475
* SERVER-68490 Robustify ce_histogram.jsAlya Berciu2022-11-031-4/+17
* SERVER-67695 Remove write-blocking dbCheckLouis Williams2022-11-032-38/+88