kuzudb / kuzu

Embeddable property graph database management system built for query speed and scalability. Implements Cypher.
https://kuzudb.com/
MIT License
1.09k stars 80 forks source link

Allow fuzzy matching on test result #3432

Closed yiyun-sj closed 4 weeks ago

yiyun-sj commented 1 month ago

Fuzzy (regex) matching on errors

Example we should now be able to run the example from issue (ExtensionErrorTest) but the behaviour of that test changed due to a code update.

yiyun-sj commented 4 weeks ago

Can u take a look at the following two tests and rewrite them with regex pattern too?

TinySnbExceptionTest.DeleteNodeWithEdgeErrorTest
TinySnbDeleteNodeTest.DeleteNodeWithConnectedRels

done!