You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, we are switching the default compilation stack from the older, IRCore-based implementation to the new, GOpt-based framework. A related issue is #3736.
This issue track the progress in switching to GOpt in Insight, based on Groot Store.
bug fix and new features
some expected results in gremlin test are out-of-date
unexpected results when query a pattern via CBO when the statistics is not ready (the reason is an empty glogue is built, from an initialized empty schema; while it is not updated when schema is ready). Fixed in fix(interactive): Fix Bugs in Dynamic Schema Fetching #4176
<!--
Thanks for your contribution! please review
https://github.com/alibaba/GraphScope/blob/main/CONTRIBUTING.md before
opening an issue.
-->
## What do these changes do?
<!-- Please give a short brief about these changes. -->
As titled.
This pr add test suits based on the new GOpt-based compilation, in the
Insight+Groot ci, including:
* Gremlin Tests on ModernGraph
* Cypher Tests on MovieGraph
* Pattern Tests, IC Tests, SimpleTest on LdbcGraph
## Related issue number
<!-- Are there any issues opened that will be resolved by merging this
change? -->
#4163
---------
Co-authored-by: shirly121 <[email protected]>
Is your feature request related to a problem? Please describe.
Currently, we are switching the default compilation stack from the older, IRCore-based implementation to the new, GOpt-based framework. A related issue is #3736.
This issue track the progress in switching to GOpt in Insight, based on Groot Store.
EdgeExpand
in GIE Runtime #3668Support importing the test graphs, and add test suits based on the new GOpt-based compilation, in the Insight+Groot ci, including:
The text was updated successfully, but these errors were encountered: