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 779613812 docs(test): document cluster smoke scope
779613812 is described below
commit 77961381247ffb7db5a8707c533feb4f275cf854
Author: vaughn <[email protected]>
AuthorDate: Sun Sep 13 11:49:47 2026 +0800
docs(test): document cluster smoke scope
---
tools/rust-rewrite-cluster/README.md | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/tools/rust-rewrite-cluster/README.md
b/tools/rust-rewrite-cluster/README.md
new file mode 100644
index 000000000..a347ae6b7
--- /dev/null
+++ b/tools/rust-rewrite-cluster/README.md
@@ -0,0 +1,11 @@
+# Rust rewrite cluster smoke
+
+`smoke.sh` runs the reversible three-PD/three-Store/three-Server preflight
against
+`docker/docker-compose-3pd-3store-3server.yml`. It checks all service health
+endpoints, creates a uniquely named fixture, stops and restores `pd0`, stops
and
+restores `store0`, and verifies the fixture through the surviving servers.
+
+The runner requires a working Docker daemon, the HugeGraph images, and local
+proxy bypass for loopback. It is a smoke/failure-recovery gate; it does not
+prove linearizability, durability under concurrent writes, snapshot corruption
+handling, or Java/Rust differential equivalence.