summaryrefslogtreecommitdiff
path: root/jstests/hooks
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-1/+1
* SERVER-50533 Unset "requireApiVersion" after fuzz testsA. Jesse Jiryu Davis2020-08-251-0/+2
* SERVER-21861: Prohibit Timestamp.prototype.toString via resmoke injection.Daniel Gottlieb2020-08-051-1/+1
* SERVER-43060 CheckReplDBHashInBackground should retry the dbHash command on W...Louis Williams2020-07-091-0/+8
* SERVER-47353 remove ConfigurationInProgress as ignorable error in reconfig hookPavi Vetriselvan2020-06-051-3/+3
* SERVER-48492 reconfig hook should ignore ShutdownInProgress errorsPavi Vetriselvan2020-06-041-1/+8
* SERVER-48364: Omit verifying the oplog as part of the validate command.Daniel Gottlieb2020-05-281-2/+1
* SERVER-48294: Have internal oplog readers be resilient to EBUSY on cursor open.Daniel Gottlieb2020-05-191-1/+2
* SERVER-47754 Allow background validation to run on storage engines that do no...Gregory Wlodarek2020-04-241-6/+0
* SERVER-47658: Improve validate diagnostics, with a focus on multikey failures.Daniel Gottlieb2020-04-241-0/+2
* SERVER-47678 stepdown and kill primary reconfig passthroughs should ignore Re...Pavi Vetriselvan2020-04-241-10/+14
* SERVER-47500 Specify writeConcern: {w: 1} in run_fuzzer_restore_cluster_setti...Gregory Noma2020-04-141-2/+6
* SERVER-45094 add replica_sets_reconfig_kill_primary_jscore_passthroughPavi Vetriselvan2020-04-141-12/+28
* SERVER-45094 add replica_sets_reconfig_jscore_stepdown_passthroughPavi Vetriselvan2020-04-021-47/+41
* SERVER-46947 Add cleanup fuzzer hook to undo undesired settings from fuzzerRandolph Tan2020-03-231-0/+8
* SERVER-45094 add replica_sets_reconfig_jscore_passthrough suitePavi Vetriselvan2020-03-171-0/+133
* SERVER-44244 Increase transactionLifetimeLimitSecs during validate hook.Max Hirschhorn2020-03-122-34/+46
* SERVER-45489 Remove compound hashed shard key FCV related codeArun Banala2020-03-121-14/+0
* SERVER-46059 Run CheckOrphansDeleted hook in concurrency_sharded*.yml.Max Hirschhorn2020-02-181-0/+36
* SERVER-45610 Reject commands that read data when node is in RECOVERING stateVesselina Ratcheva2020-02-181-0/+6
* Revert "SERVER-45610 Reject commands that read data when node is in RECOVERIN...Ian Boros2020-02-141-6/+0
* SERVER-45610 Reject commands that read data when node is in RECOVERING stateVesselina Ratcheva2020-02-131-0/+6
* SERVER-45719 Set failpoint to allow test fuzzer to allow FCV 4.2 downgrade in...Arun Banala2020-01-241-0/+14
* SERVER-44613 ValidateCollections hook must always set the expected FCV prior ...Dianna Hohensee2019-11-261-4/+3
* SERVER-44473 Disable implicit sessions for the background validation hook to ...Gregory Wlodarek2019-11-071-0/+4
* SERVER-44313 Background validation hook checks correct serverStatus parameterGregory Wlodarek2019-11-051-1/+1
* SERVER-42358 Add new background collection validation test hook. Runs concurr...Dianna Hohensee2019-10-212-2/+183
* SERVER-43644 Update 'validate' shell helper to use an object instead of a boo...Gregory Wlodarek2019-10-021-3/+1
* SERVER-42761 Move feature_compatibility_version.js into src/mongo/shellJason Chan2019-09-091-3/+0
* SERVER-43037 Update hooks/validate_collections.js to recognize NamespaceNotFo...Dianna Hohensee2019-08-261-1/+1
* SERVER-41177 Remove Javascript ScopedThread classMathew Robinson2019-08-123-9/+7
* SERVER-41278 FSM dbhash background check shouldn't use sessions outside of er...Jack Mulrow2019-08-071-19/+37
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-277-612/+603
* SERVER-42316 always join all threads in run_check_repl_dbhash_background.jsGabriel Russell2019-07-231-2/+12
* SERVER-40086: Extend CheckReplDBHashInBackground to Sharded ClustersLingzhi Deng2019-05-011-327/+396
* SERVER-40851 CheckReplDBHashInBackground should retry running 'appendOplogNot...Gregory Wlodarek2019-04-291-2/+7
* SERVER-39321 Re-enable the CheckReplDBHashInBackground hookGregory Wlodarek2019-04-251-4/+31
* SERVER-40148 Load implicitly_retry_on_background_op_in_progress override in t...Gregory Wlodarek2019-04-051-0/+2
* SERVER-37972 Create suite for running multi shard jscore with sharded transac...Randolph Tan2019-02-281-7/+24
* SERVER-39169 Add $_internalReadAtClusterTime option to find and dbHash.Max Hirschhorn2019-02-111-63/+22
* SERVER-39212 waitForSecondaries in background dbhash check must wait for last...Tess Avitabile2019-01-291-5/+9
* SERVER-39076 print in background dbhash when a hash mismatch occurs before do...Judah Schvimer2019-01-221-0/+3
* SERVER-38928: Have run_check_repl_dbhash_background.js cope with secondaries ...Daniel Gottlieb2019-01-111-10/+20
* SERVER-38869: Add logging to run_check_repl_dbhash_background.js when it erro...Daniel Gottlieb2019-01-081-2/+34
* SERVER-37853 Create sharded_core_txn with balancer suiteRandolph Tan2019-01-071-0/+33
* Revert "SERVER-37853 Create sharded_core_txn with balancer suite"William Schultz2019-01-041-33/+0
* SERVER-37853 Create sharded_core_txn with balancer suiteRandolph Tan2019-01-041-0/+33
* SERVER-37143 Retry background dbHash check on Interrupted errors.Max Hirschhorn2018-12-271-2/+13
* SERVER-38182 Avoid calling abortTransaction() after txn committed.Max Hirschhorn2018-12-271-26/+38
* SERVER-37240 Enable dbhash background thread for enableMajorityReadConcern:fa...Vesselina Ratcheva2018-12-141-8/+27