kuzudb / kuzu

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

Infer test group name directly from test file path #3418

Closed yiyun-sj closed 1 month ago

yiyun-sj commented 1 month ago

Test Group Name Generation

Note: some characters such as : and - result in tests not being actually run (some current test cases are like this) image

Example the file test/test_files/tck/match/match8 now has test group name tck~match~match8

Todo delete -GROUP from all existing test files (do we want to do this?)

ray6080 commented 1 month ago

Also, can u revisit the false positive issue? We'd better understand what's acceptable directory and file naming conventions under test_files.