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

fix(pd-store): intro `Useless` annotation & refactor and mark the failed tests in `hg-pd-test` #2480

Closed VGalaxies closed 3 months ago

VGalaxies commented 3 months ago

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

Some unused classes have been annotated with @Useless, while some temporarily failing tests have been annotated with @Ignore (some tests' @Test annotations have been commented out).

codecov[bot] commented 3 months ago

Codecov Report

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

:exclamation: No coverage uploaded for pull request base (pd-store@d56ad10). Click here to learn what that means.

Files Patch % Lines
...in/java/org/apache/hugegraph/pd/ConfigService.java 0.00% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## pd-store #2480 +/- ## =========================================== Coverage ? 56.85% Complexity ? 2149 =========================================== Files ? 718 Lines ? 58323 Branches ? 7490 =========================================== Hits ? 33157 Misses ? 21917 Partials ? 3249 ```

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