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

zyxxoo pushed a commit to branch refactor/rust-rewrite-design
in repository https://gitbox.apache.org/repos/asf/hugegraph.git


The following commit(s) were added to refs/heads/refactor/rust-rewrite-design 
by this push:
     new e66520668 test(cluster): expose vertex write error
e66520668 is described below

commit e66520668c612d88ed161ff792ca7f8eb94b19a9
Author: vaughn <[email protected]>
AuthorDate: Sun Sep 13 17:58:41 2026 +0800

    test(cluster): expose vertex write error
---
 tools/rust-rewrite-cluster/smoke.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/rust-rewrite-cluster/smoke.sh 
b/tools/rust-rewrite-cluster/smoke.sh
index 7dff8852a..63a2308b3 100755
--- a/tools/rust-rewrite-cluster/smoke.sh
+++ b/tools/rust-rewrite-cluster/smoke.sh
@@ -47,7 +47,7 @@ post_checked 
"$base_server/graphs/hugegraph/schema/propertykeys" "{\"name\":\"$p
 sleep 10
 post_checked "$base_server/graphs/hugegraph/schema/vertexlabels" 
"{\"name\":\"$vertex_label\",\"id_strategy\":\"CUSTOMIZE_STRING\",\"properties\":[\"$property_key\"],\"primary_keys\":[],\"nullable_keys\":[]}"
 >/dev/null
 sleep 10
-post_checked "$base_server/graphs/hugegraph/graph/vertices" 
"{\"id\":\"$fixture_id\",\"label\":\"$vertex_label\",\"properties\":{\"$property_key\":\"committed\"}}"
 >/dev/null
+post_checked "$base_server/graphs/hugegraph/graph/vertices" 
"{\"id\":\"$fixture_id\",\"label\":\"$vertex_label\",\"properties\":{\"$property_key\":\"committed\"}}"
 
 "${compose[@]}" stop pd0 >/dev/null
 sleep 8

Reply via email to