TUDB-Labs / TuDB

A distributed graph database system (GDBMS)
https://tudb-labs.github.io/TuDB/
Apache License 2.0
8 stars 1 forks source link

Fix wrong expect result of Join test #362

Closed LianxinGao closed 1 year ago

LianxinGao commented 1 year ago

What changes were proposed in this pull request?

as title

Why are the changes needed?

For historical reason, the expect test result is not correct. (verified on neo4j)

Does this PR introduce any user-facing change?

No

How was this patch tested?

tested.

LianxinGao commented 1 year ago

How did the tests pass earlier?

The lynx module has a plug-in set up in the pom file to skip tests. The reason may be that some features were not implemented, but tests were added to prevent forgetting.