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 960e00ec9 test(cluster): refresh servers after store recovery
960e00ec9 is described below
commit 960e00ec906ecdf16d17ac64248fa1d90df10a5b
Author: vaughn <[email protected]>
AuthorDate: Sun Sep 13 18:12:57 2026 +0800
test(cluster): refresh servers after store recovery
---
tools/rust-rewrite-cluster/smoke.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tools/rust-rewrite-cluster/smoke.sh
b/tools/rust-rewrite-cluster/smoke.sh
index 6a429abd9..2bc53ca97 100755
--- a/tools/rust-rewrite-cluster/smoke.sh
+++ b/tools/rust-rewrite-cluster/smoke.sh
@@ -70,6 +70,8 @@ for attempt in {1..12}; do
sleep 5
done
sleep 30
+"${compose[@]}" restart server0 server1 server2 >/dev/null
+sleep 30
curl_local -fsS --max-time 10
"$base_server/graphs/hugegraph/graph/vertices/%22$fixture_id%22" | grep -q
'committed'
echo "cluster smoke passed fixture=$fixture_id"