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

chore: move server info into GlobalMasterInfo #2370

Merged
merged 4 commits into from
Dec 4, 2023

move RoleElectionStateMachineTest to UnitTestSuite

cb27fb5
Select commit
Loading
Failed to load commit list.
Merged

chore: move server info into GlobalMasterInfo #2370

move RoleElectionStateMachineTest to UnitTestSuite
cb27fb5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Dec 3, 2023 in 1s

69.35% of diff hit (target 66.26%)

View this Pull Request on Codecov

69.35% of diff hit (target 66.26%)

Annotations

Check warning on line 94 in hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/RedirectFilter.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/RedirectFilter.java#L94

Added line #L94 was not covered by tests

Check warning on line 781 in hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java#L781

Added line #L781 was not covered by tests

Check warning on line 285 in hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java#L285

Added line #L285 was not covered by tests

Check warning on line 506 in hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java#L506

Added line #L506 was not covered by tests

Check warning on line 586 in hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java#L586

Added line #L586 was not covered by tests

Check warning on line 980 in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java#L980

Added line #L980 was not covered by tests

Check warning on line 58 in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/GlobalMasterInfo.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/GlobalMasterInfo.java#L57-L58

Added lines #L57 - L58 were not covered by tests

Check warning on line 116 in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/GlobalMasterInfo.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/GlobalMasterInfo.java#L116

Added line #L116 was not covered by tests

Check warning on line 52 in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleElectionStateMachine.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleElectionStateMachine.java#L52

Added line #L52 was not covered by tests

Check warning on line 61 in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleListener.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleListener.java#L60-L61

Added lines #L60 - L61 were not covered by tests

Check warning on line 77 in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleListener.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleListener.java#L75-L77

Added lines #L75 - L77 were not covered by tests

Check warning on line 90 in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleListener.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleListener.java#L90

Added line #L90 was not covered by tests

Check warning on line 92 in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleListener.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleListener.java#L92

Added line #L92 was not covered by tests

Check warning on line 98 in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleListener.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleListener.java#L98

Added line #L98 was not covered by tests

Check warning on line 138 in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/task/ServerInfoManager.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/task/ServerInfoManager.java#L138

Added line #L138 was not covered by tests

Check warning on line 160 in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/task/ServerInfoManager.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/task/ServerInfoManager.java#L160

Added line #L160 was not covered by tests

Check warning on line 189 in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/task/ServerInfoManager.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/task/ServerInfoManager.java#L188-L189

Added lines #L188 - L189 were not covered by tests

Check warning on line 268 in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskManager.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskManager.java#L268

Added line #L268 was not covered by tests