This is an automated email from the ASF dual-hosted git repository. zhaocong pushed a commit to branch improve_use_k8s_etcd_test in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-computer.git
commit f6a9f1208c68d30e20fca5adb643ebf33bd82806 Author: coderzc <[email protected]> AuthorDate: Wed May 24 17:57:47 2023 +0800 Use etcd in the k8s to test --- .../java/org/apache/hugegraph/computer/suite/unit/UnitTestBase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/computer-test/src/main/java/org/apache/hugegraph/computer/suite/unit/UnitTestBase.java b/computer-test/src/main/java/org/apache/hugegraph/computer/suite/unit/UnitTestBase.java index 7aabea3f..293ea7d5 100644 --- a/computer-test/src/main/java/org/apache/hugegraph/computer/suite/unit/UnitTestBase.java +++ b/computer-test/src/main/java/org/apache/hugegraph/computer/suite/unit/UnitTestBase.java @@ -81,7 +81,7 @@ public class UnitTestBase { Whitebox.setInternalState(ComputerOptions.BSP_ETCD_ENDPOINTS, "defaultValue", - "http://localhost:2579"); + "http://localhost:2379"); Whitebox.setInternalState(ComputerOptions.HUGEGRAPH_URL, "defaultValue", "http://127.0.0.1:8080");
