Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
Description
Description
In v4.2, the validate() shell helper took a boolean that was interpreted as the value for the 'full' parameter of the validate cmd.
Now in v4.4, the validate() shell helper accepts an object parameter, in which {full: <bool>, background: <bool>} can be explicitly specified.
Valid calls:
validate()
validate({})
validate({full: false, background: true})
Description of Linked Ticket
Scope of changes
Update validate and cmd for new format.
Impact to Other Docs
MVP (Work and Date)
Resources (Scope or Design Docs, Invision, etc.)
Attachments
Issue Links
- documents
-
SERVER-43644 validate() helper in src/shell/collections.js should only accept an object, not also a boolean which is interpreted as the 'full' option
-
- Closed
-
- is related to
-
DOCS-13157 Investigate changes in SERVER-30357: Allow users to run the validate cmd with {background:true}
-
- Closed
-
- related to
-
DOCS-13681 Undocument background : true
-
- Closed
-