Skip to content
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

Add cypher test scenarios #4153

Closed
czpmango opened this issue Apr 14, 2022 · 0 comments
Closed

Add cypher test scenarios #4153

czpmango opened this issue Apr 14, 2022 · 0 comments
Labels
type/feature req Type: feature request

Comments

@czpmango
Copy link
Contributor

Is your feature request related to a problem? Please describe.

This issue hopes to improve the ability of automated testing frameworks to ensure correct development and refactoring.

At present, our BDD tests include ldbc, single match(mostly) and some multi-match scenarios.
The ldbc benchmark is mainly for performance testing, but the test coverage of cypher semantic boundary is incomplete.

The complexity of cypher semantics is mainly concentrated in multiple Pattern/Match/With/Unwind and combinations of clause factors like Filter/OrderBy/Limit/PatternExpression/AggregateExpression/Optional/Selectors/Restrictors, etc. We should fully consider these test scenarios.

Describe the solution you'd like

In the short term, we can increase the test case coverage, but IMO it is also necessary to establish a regression test. In some cases, we may also need to pay attention to the impact of the test dataset.

Describe alternatives you've considered

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature req Type: feature request
Projects
None yet
Development

No branches or pull requests

1 participant