contrueCT opened a new issue, #3018:
URL: https://github.com/apache/hugegraph/issues/3018

   ### Feature Description (功能描述)
   
   Currently `hugegraph-struct` is built in PR CI as an upstream dependency, 
but its tests are not executed by default. In `pd-store-ci.yml`, the module is 
built with:
   
   `mvn -DskipTests -pl hugegraph-struct -am install`
   
   This means regressions covered only by `hugegraph-struct` tests can be 
missed by the default CI workflow.
   
   Since `hugegraph-struct` is intended to become the shared source of truth 
for common data structures and query abstractions, it would be helpful to add 
CI coverage for its test suite.
   
   Expected outcome:
   - run `hugegraph-struct` tests in PR CI
   - catch regressions in struct-side logic earlier
   - keep the existing pd/store downstream workflow working as before


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to