summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63010 Ensure that unpacking measurements doesn't overwrite pushedown a...Matt Boros2022-02-141-0/+90
* SERVER-63141 Ensure stages without dependency tracking are not cached in $lookupAlya Berciu2022-02-141-0/+101
* SERVER-63079 Avoid using projection parser in $setWindowFields executionNicholas Zolnierz2022-02-081-0/+9
* SERVER-63250 Check featureFlagShardedTimeSeries on both primary and secondary...Rui Liu2022-02-083-20/+46
* SERVER-62192 Check feature flag for sharding timeseries collection on shards ...Rui Liu2022-02-071-2/+6
* SERVER-21070 Add option to FTDC to gather collection statsMark Benvenuto2022-02-042-8/+86
* SERVER-62906 Add a check in the createCollection/shardCollection path verifyi...Antonio Fuschetto2022-02-042-1/+31
* SERVER-59390 Config server health observerAndrew Shuvalov2022-02-022-0/+171
* SERVER-61977 Concurrent rollback and stepUp can cause a node to fetch from a ...Moustafa Maher Khalil2022-02-021-0/+71
* SERVER-63097 stepdown_race_with_transaction.js should use the 'uses_transacti...Vishnu Kaushik2022-02-021-0/+1
* SERVER-63110 manually reconcile minor test discrepancies made during backportAndrew Shuvalov2022-02-012-5/+1
* SERVER-62904: Fault Manager progress checker should not fault unless the offe...LaMont Nelson2022-01-312-11/+90
* SERVER-59391 fault if LDAP facets are enabled but misconfiguredDavis Haupt2022-01-312-8/+55
* SERVER-60684 Delete Serverless tests from 5.0 branchA. Jesse Jiryu Davis2022-01-31107-19748/+0
* SERVER-63110 health monitoring backport to 5.0 branch 1Kshitij Gupta2022-01-295-0/+452
* SERVER-61706 make sure that the new config has reached all nodes in cluster_x...sergey.galtsev2022-01-271-0/+33
* SERVER-61592 Correctness fix for time-series query with millisecond granularityJames Wahlin2022-01-271-31/+33
* SERVER-62511 Fix race in dbcheck_no_history_on_secondary.jsLouis Williams2022-01-261-1/+2
* SERVER-62514 dbcheck_write_concern.js should prevent primary from stepping downLouis Williams2022-01-261-1/+5
* SERVER-62513 dbCheck background hook should ignore interruptsLouis Williams2022-01-261-1/+2
* SERVER-61755 Migration recovery should handle refined shard keyAllison Easton2022-01-251-61/+80
* SERVER-62171 Add logs to output of runConcurrentMoveChunk in sharding_statist...Randolph Tan2022-01-211-0/+3
* SERVER-62336 Tolerate SnapshotTooOld errors in dbCheck testingJosef Ahmad2022-01-211-2/+7
* SERVER-62423 Fix replsetinitiate_works_with_keyfile_profile_verbose_options.j...Huayu Ouyang2022-01-201-2/+7
* SERVER-62380 Wait for majority commit point to be advanced on secondary befor...Huayu Ouyang2022-01-201-0/+8
* SERVER-62706 dbcheck.js: handle replsets with mixed debug/opt membersJosef Ahmad2022-01-191-7/+11
* SERVER-62277 Add `freeStorage` option to dbstats, off by defaultr5.0.6-rc1Daniel Gómez Ferro2022-01-192-3/+10
* SERVER-59754 Prevent get_executor from overwriting information set by an oute...Jennifer Peshansky2022-01-181-0/+68
* SERVER-62592 Make config server update more resilient for clearJumboFlag test...Rui Liu2022-01-141-1/+4
* SERVER-62147 Fix broken OP_QUERY exhaust cursor implementationDavid Storch2022-01-131-5/+38
* SERVER-62065 Introduce the 'repairShardedCollectionChunksHistory' commandKaloian Manassiev2022-01-108-1/+88
* SERVER-62419 fix recover_multiple_migrations_on_stepup.js execution in config...Paolo Polato2022-01-101-4/+3
* SERVER-60392 Fix timing in priority_takeover_two_nodes_equal_priority testMoustafa Maher Khalil2022-01-101-1/+1
* SERVER-61590 Add null check before accesssing time-series options in the shar...Arun Banala2022-01-071-0/+21
* SERVER-58035 Remove db.runCommandWithMetadata from mongo shellBlake Oler2022-01-0610-117/+53
* SERVER-61195 Scale BucketCatalog memory limit based on RAM sizeDan Larkin-York2022-01-054-71/+85
* SERVER-61005 rs.initiate() fails with "Invariant failure" under specific star...Huayu Ouyang2022-01-051-0/+23
* SERVER-61201 Prevent deadlock when user tries to create a view on the databas...r5.0.6-rc0Dianna Hohensee2022-01-041-1/+16
* SERVER-58135: Increase numInitialSyncAttempts for JS tests with chaining disa...XueruiFa2022-01-043-5/+6
* SERVER-62245 MigrationRecovery must not assume that only one migration needs ...Jordi Serra Torrens2021-12-301-0/+85
* SERVER-60624 Use unique LSID for each test in txn_commit_optimizations_for_re...Matt Boros2021-12-301-1/+5
* SERVER-62296 MoveChunk should recover any unfinished migration before startin...Jordi Serra Torrens2021-12-301-0/+81
* SERVER-61637 Increase default range deletion batch sizePierlauro Sciarelli2021-12-241-1/+1
* SERVER-62226 Don't run dbcheck_no_history_on_secondary.js on ephemeralForTestLouis Williams2021-12-231-0/+1
* SERVER-62212 Support writeConcern for dbCheck batchesLouis Williams2021-12-231-0/+181
* SERVER-56127 Fixing retryable writes on update and delete commands to not exe...Bobby Morck2021-12-221-0/+83
* SERVER-59428 Use more robust regex matching in rollback resumable index build...Yuhong Zhang2021-12-211-1/+2
* SERVER-62022 Reduce dbCheck info logging in prod, log start/stopJosef Ahmad2021-12-212-54/+103
* SERVER-61955 Make dbCheck a generally available commandJosef Ahmad2021-12-201-0/+49
* SERVER-61757 Add configurable dbCheck batch sizeJosef Ahmad2021-12-201-2/+51