summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62181 Do not run tests with multiple parallel migrations in stepdown s...r5.2.0-rc4Paolo Polato2022-01-042-5/+21
* SERVER-60624 Use unique LSID for each test in txn_commit_optimizations_for_re...Matt Boros2021-12-301-1/+5
* SERVER-62245 MigrationRecovery must not assume that only one migration needs ...Jordi Serra Torrens2021-12-301-0/+85
* SERVER-62296 MoveChunk should recover any unfinished migration before startin...Jordi Serra Torrens2021-12-301-0/+81
* SERVER-61637 Increase default range deletion batch sizer5.2.0-rc3Pierlauro Sciarelli2021-12-241-1/+1
* SERVER-61870 Retry loading oplog entries on CappedPositionLost in retryable_i...Jack Mulrow2021-12-221-2/+28
* SERVER-62224 Disable dbCheck multiversion test on the 5.2 release branchJosef Ahmad2021-12-221-0/+1
* SERVER-62113 Ignore IndexBuildAborted errors when building indexes in find_fl...Jennifer Peshansky2021-12-221-1/+2
* SERVER-61300 Configure aggregation_mongos_passthrough suite to use CleanEvery...Mihai Andrei2021-12-172-9/+1
* SERVER-57766 Omit shardingStatistics.resharding section when resharding hasn'...Matt Boros2021-12-172-44/+48
* SERVER-62045 Add basic jstest coverage for $bucketAuto for the exact topN acc...Mihai Andrei2021-12-173-5/+118
* SERVER-62003 Fix change stream rewrite for 'fullDocument' null-equality on 'd...Bernard Gorman2021-12-161-15/+143
* SERVER-61367 Update featureFlagShardSplit test tagr5.2.0-rc1Hugh Tong2021-12-131-1/+1
* SERVER-58436 Implement spilling HashAggEric Cox2021-12-133-11/+24
* SERVER-61839 Fix SBE implementation of $exists and $type when a positional pr...Drew Paroski2021-12-101-0/+12
* SERVER-45149 Add replset commands to prevent replsetDown timeoutLuis Osta2021-12-101-1/+4
* SERVER-61941 Make $sortArray comparator satisfy "Compare" requirement with -1...Andrii Dobroshynski2021-12-091-0/+9
* SERVER-59664 Implement merge chunks routine Phase IAllison Easton2021-12-071-7/+34
* SERVER-61927 clean up geo_circle1_noindex.jsBenety Goh2021-12-071-11/+19
* SERVER-61759 Interrupt and join migrations when allowMigrations is set to falseKaloian Manassiev2021-12-072-3/+3
* SERVER-61615 Parse authenticated user from security token and add to authoriz...Sara Golemon2021-12-071-61/+95
* SERVER-61928 clean up bench_test2.jsBenety Goh2021-12-061-2/+5
* SERVER-61925 replace runtime --nojournal check with tag for CI systemBenety Goh2021-12-061-8/+6
* SERVER-61666 Fix migration for txns before startApplyingA. Jesse Jiryu Davis2021-12-061-0/+88
* SERVER-61922 add requires_replication tag to collmod test in noPassthroughBenety Goh2021-12-061-0/+3
* SERVER-58761 Make setFCV delete the config.transactions entries for all child...Jason Zhang2021-12-061-0/+283
* SERVER-61917 rollback fixture waits for index build to scan collectionBenety Goh2021-12-061-1/+2
* SERVER-60207 Enable feature flag for $sortArrayAndrii Dobroshynski2021-12-061-14/+0
* SERVER-60237 Implement FCV upgrade/downgrade for change stream pre-/post-imagesDenis Grebennicov2021-12-0615-142/+260
* SERVER-60967 Implement $sortArray in SBENeil Shweky2021-12-041-0/+33
* SERVER-61486 add test and fail point to check collMod handling of side writes...Benety Goh2021-12-041-0/+219
* SERVER-61486 add test case for non-existent namespace for unique index conver...Benety Goh2021-12-041-0/+7
* SERVER-61486 add parallel shell helpers for running commandsBenety Goh2021-12-041-0/+49
* SERVER-61698 adding support of adding and removing entries to config.tenants ...mathisbessamdb2021-12-037-15/+47
* SERVER-61910 initiate_takes_stable_checkpoint.js doesn't account for closing ...Vishnu Kaushik2021-12-031-2/+2
* SERVER-61807 Remove flag guard from $locfTed Tuckman2021-12-031-5/+22
* SERVER-61858 Wait for node to become primary before disconnecting in sync_sou...Huayu Ouyang2021-12-031-6/+6
* Revert "SERVER-60694 Move collMod to DDL coordinator infrastructure"Arun Banala2021-12-0319-134/+80
* SERVER-61842 Mixed mode writes to `config.system.preimages`Denis Grebennicov2021-12-031-88/+71
* SERVER-61084 Remove now-unnecessary ShardingTaskExecutorPoolMinSize mongos pa...Reo Kimura2021-12-031-5/+1
* SERVER-57886 add top/bottom/topN/bottomN operators as window functionsMickey. J Winters2021-12-032-24/+92
* SERVER-61590 Add null check before accesssing time-series options in the shar...Arun Banala2021-12-031-0/+21
* SERVER-61393 Throw CannotEnableIndexConstraint on unique conversion failureGabriel Marks2021-12-033-8/+105
* SERVER-59090 Remove backport_required_multiversion tags from tenant migration...Jack Mulrow2021-12-032-4/+0
* SERVER-59084 Add includeIndexBuildInfo flag to listIndexesGabriel Marks2021-12-031-0/+136
* SERVER-60788 Update 'merge_causes_infinite_loop.js' to demonstrate the hallow...Mihai Andrei2021-12-031-5/+21
* Revert "SERVER-60533 Ensure db exists in distinct command"Alya Berciu2021-12-032-14/+0
* SERVER-61591 Robustify currentop_shell.js testRuoxin Xu2021-12-031-2/+5
* SERVER-61759 Make MoveTimingHelper a member of MigrationSourceManagerKaloian Manassiev2021-12-031-77/+84
* SERVER-60310 Skip irrelevant certificates when validating OCSP responsesErwin Pe2021-12-023-2/+200