summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-70801 Add purging for expired multi-tenant pre-imagesRomans Kasperovics2022-11-031-0/+142
* SERVER-70602 Handle faulty balancerCompliant reporting by waiting for some no...Silvia Surroca2022-11-032-0/+10
* SERVER-70269 Push match predicates into unpack stageRui Liu2022-11-023-6/+547
* SERVER-70768 Balancer use wrong chunk size for jumbo chunksSilvia Surroca2022-11-022-46/+169
* SERVER-68490 Remove ce_histogram.js logAlya Berciu2022-11-021-1/+0
* SERVER-58276 Add collscan plan if collection is clustered and collscan uses c...Ivan Fefer2022-11-025-29/+66
* SERVER-70800 Add tag 'uses_parallel_shell' to 'bench_test2.js'Pol Pinol Castuera2022-11-021-0/+1
* SERVER-70925 Changed the logic inside 'removeShard' helper.Pol Pinol Castuera2022-11-021-1/+2
* SERVER-70754 Make shards support persisting diffs for sampled update queriesCheahuychou Mao2022-11-023-2/+243
* SERVER-70753 Make shards persist sampled write queriesCheahuychou Mao2022-11-026-7/+676
* SERVER-70473 Make shards persist sampled read queriesCheahuychou Mao2022-11-013-0/+387
* SERVER-70544 Only group oplog entries if more than one delete in batchShin Yee Tan2022-11-012-12/+72
* SERVER-70824 All serverless allowed commands should be allowed with security ...Sophia Tan2022-11-011-3/+75
* SERVER-70745 explain command for cluster delete results in error when on shar...wenqinYe2022-11-012-37/+87
* SERVER-70976 assign unique collection names to each test case in arrayfind8.jsBenety Goh2022-10-311-3/+7
* SERVER-70411 Serialize and deserialize DbCheckOplogBatch correctlymathisbessamdb2022-10-312-0/+10
* SERVER-62034 Prevent hybrid CQF for pipeline prefixes and subpiplinesBen Shteinfeld2022-10-314-3/+54
* SERVER-67517 [CQF] Support field path references with dots, dollars, and emptyNicholas Zolnierz2022-10-317-11/+208
* SERVER-70103 Add mirroredReads succeeded and processed server status metricsAlex Li2022-10-312-83/+167
* SERVER-69160: Await replication in shards in shardingTest for FCV initializationVarun Ravichandran2022-10-311-0/+3
* SERVER-69687 Add $_externalDataSources aggregate command optionYoonsoo Kim2022-10-291-16/+15
* SERVER-70931 Make ampleTimeMS at least 2 seconds in allow_partial_results_wit...Steve Tarzia2022-10-281-1/+3
* SERVER-70249: Include database in profile change log event.Colin Stolley2022-10-281-16/+16
* SERVER-70934 batched_multi_deletes_large_transaction.js disables batched quer...Benety Goh2022-10-281-1/+13
* SERVER-70920 Relax asserts about the number of next/seek calls in csi testIrina Yatsenko2022-10-281-11/+8
* SERVER-69735 Increase timeout in directoryperdb.js to wait for foo to be removedPavi Vetriselvan2022-10-281-1/+1
* SERVER-70866: Accept indexStat counts greater or equal to 1Colin Stolley2022-10-281-3/+6
* SERVER-69603 Do not report drop events as part of shardCollectionEnrico Golfieri2022-10-281-0/+62
* SERVER-69773 Fix entire json comparison from $_internalAllCollectionStats tes...Pol Pinol Castuera2022-10-281-1/+10
* SERVER-69511 Enable multi-tenancy while setting 'expireAfterSeonds' for chang...Rishab Joshi2022-10-272-4/+4
* SERVER-69732 Increase election timeout in resumable_index_build_drain_writes_...Pavi Vetriselvan2022-10-271-2/+2
* SERVER-65494 handle empty field names for column scanAlyssa Wagenmaker2022-10-271-0/+56
* SERVER-68317 Create replset tests for serverless cluster parametersGabriel Marks2022-10-275-99/+406
* SERVER-68743 Push down $exits and $typeIrina Yatsenko2022-10-271-1/+135
* SERVER-70053 Serialize and deserialize DatabaseName correctly in multitenancy...jannaerin2022-10-275-44/+90
* SERVER-70836 Increase election timeout to avoid generating extra oplog entrie...Yuhong Zhang2022-10-271-1/+1
* SERVER-68782 speedup batched multi delete testsTommaso Tocci2022-10-2728-67/+99