zyxxoo commented on code in PR #2055: URL: https://github.com/apache/incubator-hugegraph/pull/2055#discussion_r1055966735
########## hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java: ########## @@ -215,6 +212,8 @@ public StandardHugeGraph(HugeConfig config) { try { this.tx = new TinkerPopTransaction(this); + boolean supportsPersistence = this.backendStoreFeatures().supportsPersistence(); + this.features = new HugeFeatures(this, supportsPersistence); Review Comment: here are backendStoreFeatures() call tx.readwrite cause ConnectionException, but Open method catch the exception, throw RuntimeException, so here need change the unit test -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@hugegraph.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org