Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
3.3.11
-
None
-
Fully Compatible
-
ALL
-
Integration 2016-09-19
Description
Currently, the validate command fails on a view namespace with an "ns not found" message. We should update the validate command to check for a view and validate its definitiion:
- The view has no unexpected fields
- The view does not refer to itself
- Each field in the view definition is the correct type
- The view has a valid aggregation pipeline
Alternatively, we can choose to not support validate on views. If this is the case, we should fail with ErrorCodes::CommandNotSupportedOnView.
Attachments
Issue Links
- is documented by
-
DOCS-8900 Document that the validate command fails on views
-
- Closed
-