summaryrefslogtreecommitdiff
path: root/jstests/hooks
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64244 Drop exceptions due to transient errors for whole runBackgroundD...Yu Jin Kang Park2022-06-211-92/+93
* SERVER-62513 dbCheck background hook should ignore interruptsLouis Williams2022-02-011-1/+2
* SERVER-62336 Tolerate SnapshotTooOld errors in dbCheck testingJosef Ahmad2022-01-241-2/+7
* SERVER-30846 Run dbCheck in the background of some FSM testsLouis Williams2021-12-201-0/+162
* SERVER-56961 Ensure FCV 4.4 while running FuzzerRestoreClusterSettings.Max Hirschhorn2021-05-173-73/+25
* SERVER-54890 Disable background validation and dbHash checks on capped collec...Gregory Wlodarek2021-05-131-1/+2
* SERVER-54091 Update assertion messages for dbhash check run by resmoke.pyJudah Schvimer2021-02-171-1/+2
* SERVER-53359 jstestfuzz should validate at latest FCVMax Hirschhorn2021-02-162-2/+7
* SERVER-53445 Impose lock acquisition timeout for background validationLouis Williams2021-01-121-1/+1
* SERVER-53376 Impose maximum lock timeout for dbHashLouis Williams2021-01-061-0/+6
* SERVER-51333 Skip setFeatureCompatibilityVersion in validation hook when long...Gregory Wlodarek2020-12-141-6/+19
* SERVER-51333 setFeatureCompatibilityVersion fails when downgrading from FCV 4...Gregory Wlodarek2020-12-142-8/+15
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-301-1/+1
* SERVER-47900 Disable checkOrphansDeleted helper in 4.4 multiversion testingHaley Connelly2020-08-101-0/+9
* SERVER-43060 CheckReplDBHashInBackground should retry the dbHash command on W...Louis Williams2020-07-171-0/+8
* SERVER-47353 remove ConfigurationInProgress as ignorable error in reconfig hookPavi Vetriselvan2020-06-181-3/+3
* SERVER-48364: Omit verifying the oplog as part of the validate command.Daniel Gottlieb2020-06-011-2/+1
* SERVER-48294: Have internal oplog readers be resilient to EBUSY on cursor open.Daniel Gottlieb2020-05-191-1/+2
* SERVER-48215: Disable background validation against 4.2 nodes.Daniel Gottlieb2020-05-151-0/+11
* SERVER-45094 add disabled replica set reconfig passthroughsPavi Vetriselvan2020-05-141-0/+147
* SERVER-47658: Improve validate diagnostics, with a focus on multikey failures.Daniel Gottlieb2020-04-241-0/+2
* SERVER-47754 Allow background validation to run on storage engines that do no...Gregory Wlodarek2020-04-241-6/+0
* SERVER-47500 Specify writeConcern: {w: 1} in run_fuzzer_restore_cluster_setti...Gregory Noma2020-04-161-2/+6
* SERVER-46947 Add cleanup fuzzer hook to undo undesired settings from fuzzerRandolph Tan2020-03-251-0/+8
* SERVER-44244 Increase transactionLifetimeLimitSecs during validate hook.Max Hirschhorn2020-03-132-45/+59
* 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