summaryrefslogtreecommitdiff
path: root/jstests/hooks/validate_collections.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76392 Collection validation hook should not error when trying to valid...Gregory Wlodarek2023-04-211-0/+7
* SERVER-59058 Enforce fast count validation in ValidateCollections Python hookGregory Noma2021-09-301-1/+7
* Revert "SERVER-59058 Enforce fast count validation in ValidateCollections Pyt...Gregory Noma2021-08-211-7/+1
* SERVER-59058 Enforce fast count validation in ValidateCollections Python hookGregory Noma2021-08-191-1/+7
* Revert "SERVER-59058 Enforce fast count validation in ValidateCollections Pyt...Gregory Noma2021-08-161-7/+1
* SERVER-59058 Enforce fast count validation in ValidateCollections Python hookGregory Noma2021-08-161-1/+7
* SERVER-53359 jstestfuzz should validate at latest FCVMax Hirschhorn2021-01-151-1/+3
* SERVER-50581 Replace setSlaveOk and getSlaveOk occurrences in jstestsAli Mir2020-09-091-1/+1
* 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-44244 Increase transactionLifetimeLimitSecs during validate hook.Max Hirschhorn2020-03-121-28/+1
* 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-44613 ValidateCollections hook must always set the expected FCV prior ...Dianna Hohensee2019-11-261-4/+3
* SERVER-42358 Add new background collection validation test hook. Runs concurr...Dianna Hohensee2019-10-211-2/+4
* 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-121-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+2
* SERVER-37074 Handle interrupted FCV downgrade in validate hook.Max Hirschhorn2018-11-301-18/+30
* 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-051-5/+3
* SERVER-36718 Add forceValidationWithFeatureCompatibilityVersion to collection...Xiangyu Yao2018-08-271-3/+32
* SERVER-32642 Return raw command response in the validate JS hookJonathan Abrahams2018-08-241-3/+5
* SERVER-34306: include host in validate error messagesDavid Bradford2018-04-261-3/+5
* SERVER-31920 refactor validate_collections.js to accept a list of nodes in ad...Robert Guo2018-01-101-58/+117
* SERVER-32243 Add an option to have the validate hook skip some collectionsJonathan Abrahams2018-01-081-0/+15
* 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-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-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-24506 listCollections support for viewsJames Wahlin2016-07-191-3/+8
* 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-22860 allow resmoke.py to run JS hooksRobert Guo2016-05-181-0/+35