apache / incubator-hugegraph

A graph database that supports more than 100+ billion data, high performance and scalability (Include OLTP Engine & REST-API & Backends)
https://hugegraph.apache.org
Apache License 2.0
2.58k stars 512 forks source link

feat(pd): integrate `pd-dist` into hugegraph & add core tests, client tests, and REST tests for PD #2532

Closed VGalaxies closed 1 month ago

VGalaxies commented 2 months ago

subtask of https://github.com/apache/incubator-hugegraph/issues/2265

codecov-commenter commented 2 months ago

Codecov Report

Attention: Patch coverage is 0% with 8 lines in your changes are missing coverage. Please review.

Project coverage is 57.13%. Comparing base (2b3bc4f) to head (c12d367).

Files Patch % Lines
...va/org/apache/hugegraph/pd/client/ClientCache.java 0.00% 7 Missing :warning:
...java/org/apache/hugegraph/pd/meta/IdMetaStore.java 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2532 +/- ## ============================================ - Coverage 57.14% 57.13% -0.01% Complexity 827 827 ============================================ Files 608 608 Lines 49415 49420 +5 Branches 6645 6647 +2 ============================================ - Hits 28238 28237 -1 - Misses 18361 18368 +7 + Partials 2816 2815 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.