summaryrefslogtreecommitdiff
path: root/jstests/hooks
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-37074 Handle interrupted FCV downgrade in validate hook.Max Hirschhorn2018-11-301-18/+30
* SERVER-36728 Don't ignore errors when aborting a transaction in testsPavi Vetriselvan2018-10-301-1/+1
* SERVER-37197 Fix validateCollectionsThread() to check validate result.Max Hirschhorn2018-09-181-2/+3
* SERVER-35160 ScopedThreads should automatically inherit TestData from their p...Jonathan Abrahams2018-09-052-11/+7
* SERVER-36845 Change sessionId check in check_repl_db_hash_background hook to ...jannaerin2018-08-291-1/+2
* SERVER-36718 Add forceValidationWithFeatureCompatibilityVersion to collection...Xiangyu Yao2018-08-272-4/+38
* SERVER-32642 Return raw command response in the validate JS hookJonathan Abrahams2018-08-241-3/+5
* SERVER-35559 Update transaction retry functions to not call abort after commitJonathan Abrahams2018-06-261-2/+12
* SERVER-34779 Add hook for checking dbhash while a test is running.Max Hirschhorn2018-05-251-0/+323
* SERVER-34155 add clean shutdown primary passthroughRobert Guo2018-05-171-1/+5
* SERVER-34526 Jstests should not depend on ReplSetTest.liveNodesTess Avitabile2018-05-011-1/+1
* SERVER-34306: include host in validate error messagesDavid Bradford2018-04-261-3/+5
* SERVER-34178 Wire up TestData.excludedDBsFromDBHash again.Max Hirschhorn2018-03-292-3/+6
* SERVER-32143 Remove test coverage for master-slaveVesselina Ratcheva2018-02-213-110/+1
* SERVER-33068 Fix run_check_repl_dbhash.js hook to actually run dbhash.Max Hirschhorn2018-02-022-237/+203
* SERVER-21630 run CheckReplDBHash on csrs and shard replsetKevin Albertson2018-01-172-86/+193
* SERVER-31920 refactor validate_collections.js to accept a list of nodes in ad...Robert Guo2018-01-102-120/+128
* Revert "SERVER-21630 run CheckReplDBHash on csrs and shard replset"Max Hirschhorn2018-01-101-164/+81
* SERVER-32243 Add an option to have the validate hook skip some collectionsJonathan Abrahams2018-01-081-0/+15
* SERVER-21630 run CheckReplDBHash on csrs and shard replsetKevin Albertson2017-12-261-81/+164
* Revert "SERVER-21630 run CheckReplDBHash on csrs and shard replset"Kevin Albertson2017-12-211-165/+80
* SERVER-21630 run CheckReplDBHash on csrs and shard replsetKevin Albertson2017-12-211-80/+165
* SERVER-31807 Add Powercycle task using writeConcern {w: "majority"}Jonathan Abrahams2017-11-081-24/+2
* SERVER-31441 Run validateCollections on each server in parallelr3.6.0-rc3Eddie Louie2017-11-061-11/+45