summaryrefslogtreecommitdiff
path: root/jstests/hooks
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34178 Wire up TestData.excludedDBsFromDBHash again.Max Hirschhorn2018-04-062-3/+6
* SERVER-33068 Fix run_check_repl_dbhash.js hook to actually run dbhash.Max Hirschhorn2018-02-112-244/+202
* SERVER-21630 run CheckReplDBHash on csrs and shard replsetKevin Albertson2018-02-112-84/+190
* SERVER-32243 Add an option to have the validate hook skip some collectionsJonathan Abrahams2018-01-301-0/+15
* 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
* SERVER-31744 Only ignore UUIDs in dbhash check for master/slave.Max Hirschhorn2017-10-271-1/+6
* SERVER-30802 Add CRUD & FSM clients to powertest.pyJonathan Abrahams2017-10-251-0/+145
* SERVER-30161 Remove enableUUIDs server parameterLouis Williams2017-10-091-1/+1
* SERVER-24759 SERVER-31128 Validate collections on all nodes in clusterIan Boros2017-09-291-22/+71
* Revert "SERVER-30325 Temporarily exclude dbhash check on "config" database."Kaloian Manassiev2017-09-141-2/+1
* SERVER-30683 Support failovers in ReplicaSetFixtureYves Duhem2017-09-011-7/+1
* SERVER-30325 Temporarily exclude dbhash check on "config" database.r3.5.12Max Hirschhorn2017-08-211-1/+2
* SERVER-30325 Temporarily exclude the 'config' database from the fuzzer DBHash...Kaloian Manassiev2017-08-121-1/+2
* SERVER-29350 Bump featureCompatibilityVersion to 3.6Tess Avitabile2017-06-091-61/+0
* SERVER-28590 Invoke validate command on collections before shutting down mong...Eddie Louie2017-06-071-0/+10
* SERVER-24480 Make validate hook run after checkReplDBHashPeter Mauldin2017-06-061-1/+5
* SERVER-28501 validate_collections.js hook should tolerate KeyTooLong error re...Eddie Louie2017-04-191-3/+22
* SERVER-26894 Tolerate invalid views in validate_collections.js.Max Hirschhorn2016-11-091-9/+25
* SERVER-25376 Add checkOplog hook for replica setsJonathan Abrahams2016-09-302-0/+32
* SERVER-25889 Collection validation should fail if featureCompatibilityVersion...Tess Avitabile2016-09-071-0/+30
* SERVER-25768 skip hooks in fuzzer suites when invalid views presentKyle Suarez2016-08-241-0/+6
* SERVER-23476: move dbhash checks into replsettestScott Hernandez2016-08-163-286/+9
* SERVER-25274 Make checkDBHashesFsyncLocked, from jstests/hooks/check_repl_dbh...Jonathan Abrahams2016-07-283-217/+219
* SERVER-25273 Concurrency suite dbHash check should call checkDBHashesFsyncLockedJonathan Abrahams2016-07-261-5/+2
* SERVER-25259 Drop temporary databases in dbhash testing hookJonathan Abrahams2016-07-261-4/+6
* SERVER-25146 JS replset dbhash hook fails when checking nindexes with a colle...Jonathan Abrahams2016-07-221-0/+23
* Revert "SERVER-25146 JS replset dbhash hook fails when checking nindexes with...Mike Grundy2016-07-201-23/+0
* SERVER-25146 JS replset dbhash hook fails when checking nindexes with a colle...Jonathan Abrahams2016-07-201-0/+23
* SERVER-24506 listCollections support for viewsJames Wahlin2016-07-191-3/+8
* SERVER-24538 Add small_oplog_rs_initsync_static passthrough to include period...Judah Schvimer2016-07-193-36/+87
* Revert "SERVER-24506 listCollections support for views"r3.3.10James Wahlin2016-07-181-8/+3
* SERVER-24506 listCollections support for viewsJames Wahlin2016-07-151-3/+8
* SERVER-23306 Enhance checkDBHashes hook - add more comparisons from collStats...Jonathan Abrahams2016-07-051-21/+19
* SERVER-22105 run the validation hook on secondary nodesRobert Guo2016-06-281-5/+26
* SERVER-23226 port CheckReplDBHash hook to jSRobert Guo2016-06-222-0/+345
* SERVER-22860 allow resmoke.py to run JS hooksRobert Guo2016-05-182-0/+51