summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-61754 dbCheck does not hold strong locks during batchesLouis Williams2021-12-202-0/+105
* SERVER-57588 Inconsistent query results when an array position is indexed who...Timour Katchaounov2021-12-201-0/+96
* SERVER-62041 Add a maximum batch execution time to dbCheckJosef Ahmad2021-12-181-0/+65
* SERVER-30846 Run dbCheck in the background of some FSM testsLouis Williams2021-12-171-0/+162
* SERVER-60685 Allow currentOp to work with both v4.4 and v5.0Luis Osta2021-12-171-3/+8
* SERVER-61858 Wait for node to become primary before disconnecting in sync_sou...Huayu Ouyang2021-12-171-6/+6
* SERVER-61650 Disconnect nodes before restarting replication in sync_source_se...Huayu Ouyang2021-12-171-1/+5
* SERVER-60788 Update 'merge_causes_infinite_loop.js' to demonstrate the hallow...Mihai Andrei2021-12-161-5/+21
* SERVER-61877 Remove catalog consistency verification from dbCheckJosef Ahmad2021-12-161-36/+0
* SERVER-61738 Revive dbcheck.js and make it deterministicJosef Ahmad2021-12-151-97/+113
* SERVER-55483 Add a new startup parameter that skips verifying the tableGregory Wlodarek2021-12-131-0/+32
* SERVER-57037 Improve precision of operator countersMilena Ivanova2021-12-131-22/+30
* SERVER-57020 Extend tests for aggregation exprsAlexander Ignatyev2021-12-131-52/+136
* SERVER-59781 Retry transaction on transient error in multi_statement_transact...Marcos José Grillo Ramirez2021-12-131-70/+81
* SERVER-61681 Wait for replSetGetStatus to update in replSetGetStatus_member_w...Vesselina Ratcheva2021-12-131-24/+28
* SERVER-45149 Add replset commands to prevent replsetDown timeoutLuis Osta2021-12-101-1/+4
* SERVER-61910 initiate_takes_stable_checkpoint.js doesn't account for closing ...Vishnu Kaushik2021-12-091-2/+2
* SERVER-57772 suppress state-change rewrite when `writeConcernError` is inject...Billy Donahue2021-12-081-0/+72
* SERVER-61532 Expose opcounters to detect constraint violationsJudah Schvimer2021-12-081-0/+4
* SERVER-61816 Add steps past kWaitingForVotes to assert.soonLuis Osta2021-12-081-0/+135
* SERVER-60682 Exempt transaction coordinators and journal flusher from acquiri...Josef Ahmad2021-12-071-0/+109