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

ci(interactive): Refactor Interactive CI for adhoc queries #4462

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zhanglei1949
Copy link
Collaborator

@zhanglei1949 zhanglei1949 commented Feb 6, 2025

We now support all LDBC SNB IC1 to IC14 queries. To maintain proper functionality during continuous integration, we are incorporating these queries into the ad hoc query test.

Fix #4461

TODOs

  • Remove the temporarily added .cypher and .json files @zhanglei1949
  • Make sure all plans could be supported by the compiler @shirly121
  • Make sure the test cases could pass @zhanglei1949

Committed-by: xiaolei.zl@alibaba-inc.com from Dev container
@zhanglei1949 zhanglei1949 marked this pull request as draft February 6, 2025 06:48
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.78%. Comparing base (9c11778) to head (9ad9996).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             main    #4462       +/-   ##
===========================================
+ Coverage   33.11%   58.78%   +25.67%     
===========================================
  Files         126       12      -114     
  Lines       13261      592    -12669     
===========================================
- Hits         4391      348     -4043     
+ Misses       8870      244     -8626     

see 126 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9c11778...9ad9996. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test all LDBC IC queries in CI
2 participants