Surreal-Net / Surreal.Net

Database driver for SurrealDB available for REST and RPC sessions.
Apache License 2.0
57 stars 7 forks source link

Added test case for a Guid that is failing in SurrealDB #100

Closed Du-z closed 1 year ago

Du-z commented 1 year ago

Added test case for a Guid that is failing in SurrealDB. This is the cause for the flaky test that was in #95.

Doing a Rest Create (even through postman) for the Guid 7909681d-37e5-4373-b868-30fe3430b439 results in a record being created with the ID of object:21670y18w5d.

I have raised it in surrealdb/surrealdb#1364 we can leave this PR open until it is fixed.