This is an automated email from the ASF dual-hosted git repository.
zhaocong pushed a change to branch migrate_1
in repository
https://gitbox.apache.org/repos/asf/incubator-hugegraph-computer.git
from d8b0dbcf Add output
add 0a339a56 Add test
No new revisions were added by this update.
Summary of changes:
.gitignore | 1 -
.../hugegraph/computer/dist/HugeGraphComputer.java | 151 +++++++++++++++++++++
.../ComputerDistTestSuite.java} | 7 +-
.../computer/dist/HugeGraphComputerTest.java | 103 ++++++++++++++
4 files changed, 257 insertions(+), 5 deletions(-)
create mode 100644
computer/computer-dist/src/main/java/org/apache/hugegraph/computer/dist/HugeGraphComputer.java
copy
computer/computer-test/src/main/java/org/apache/hugegraph/computer/{core/config/ConfigTestSuite.java
=> dist/ComputerDistTestSuite.java} (89%)
create mode 100644
computer/computer-test/src/main/java/org/apache/hugegraph/computer/dist/HugeGraphComputerTest.java