Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
ALL
-
QO 2023-05-01
Description
While trying to re-enable testing in SERVER-75596, I hit an error case where a find command with a reference to an unknown variable cannot be reported in telemetry. It came from this command:
{
|
"find":"command_let_variables", |
"filter":{}, |
"let":{"a":{"$rand":{}}}, |
"projection":{"_id":"$$a"} |
}
|
This suggests our re-parsing needs to examine the 'let' variables to parse correctly.
Attachments
Issue Links
- is depended on by
-
SERVER-75596 Stress $queryStats read path for aggregation
-
- Closed
-
- related to
-
SERVER-76412 Separate variable binding and error checking from parsing
-
- Backlog
-