-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: Broken Tests for Fetch #116
Comments
Thinking briefly here, this may be to do with deserialising the results from fetch. We might want to try to reproduce a JSON reponse to the deserialiser for a test. |
Also, this might be related in case it is deserialisation: https://stackoverflow.com/questions/77553464/deserializing-a-graph-query/77582309#77582309 |
|
This would be a test in the driver. We would have a fake network layer, and fake json responses.
Something like that |
I guess this is a known issue, but would like to make it more obvious. |
Describe the bug
This bug is a follow up from the below PR. This requires us to fix testcases listed in TestFetch()
This is not a bug in the SDK and a bug in the core engine which needs to be fixed.
#115
Steps to reproduce
Expected behaviour
The tests listed above are expected to pass.
SurrealDB version
surreal 1.0.0 for MacOS
Contact Details
sbs.191197@gmail.com
Is there an existing issue for this?
Code of Conduct
The text was updated successfully, but these errors were encountered: