You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you suspect this could be a bug, follow the template.
What version of Dgraph are you using?
v1.0.12-rc3-4-g4e2895d9
Have you tried reproducing the issue with latest release?
Yes
What is the hardware spec (RAM, OS)?
Steps to reproduce the issue (command/config used to run Dgraph).
Run the alpha server through run-single.sh inside dgraph/dgraph
Run the query curl http://localhost:8180/query -d @query.txt
where the query.txt has the following data
{e(orderasc:#
Then the alpha server will crash with the following stack trace:
Great find. As discussed, we should be iterating over the lexer output to check for any errors upfront, before we start to use it to generate the query tree.
If you suspect this could be a bug, follow the template.
What version of Dgraph are you using?
v1.0.12-rc3-4-g4e2895d9
Have you tried reproducing the issue with latest release?
Yes
What is the hardware spec (RAM, OS)?
Steps to reproduce the issue (command/config used to run Dgraph).
Run the alpha server through run-single.sh inside dgraph/dgraph
Run the query
curl http://localhost:8180/query -d @query.txt
where the query.txt has the following data
{e(orderasc:#
Then the alpha server will crash with the following stack trace:
The alpha server should return an error saying the input is invalid.
The text was updated successfully, but these errors were encountered: