This is an automated email from the ASF dual-hosted git repository.

yangjiaqi pushed a commit to branch pd-store-jacky
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git

commit 5809687cfaf729efbb80b88ea529596b70a32e42
Author: jacky.yang <[email protected]>
AuthorDate: Tue Feb 27 14:39:45 2024 +0800

    local test
---
 .../src/main/java/org/apache/hugegraph/api/BaseApiTest.java           | 2 +-
 .../hugegraph-test/src/main/resources/hugegraph.properties            | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java
 
b/hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java
index a964a7236..2a37f7052 100644
--- 
a/hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java
+++ 
b/hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java
@@ -88,7 +88,7 @@ public class BaseApiTest {
 
     @After
     public void teardown() throws Exception {
-        BaseApiTest.clearData();
+        //BaseApiTest.clearData();
     }
 
     public RestClient client() {
diff --git 
a/hugegraph-server/hugegraph-test/src/main/resources/hugegraph.properties 
b/hugegraph-server/hugegraph-test/src/main/resources/hugegraph.properties
index 5999855d2..cd9e7d822 100644
--- a/hugegraph-server/hugegraph-test/src/main/resources/hugegraph.properties
+++ b/hugegraph-server/hugegraph-test/src/main/resources/hugegraph.properties
@@ -17,8 +17,8 @@
 
 gremlin.graph=org.apache.hugegraph.HugeFactory
 
-backend=${backend}
-serializer=${serializer}
+backend=hstore
+serializer=binary
 
 store=hugegraph
 

Reply via email to