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 9eab04b12 test(rust): record local e2e recovery evidence
9eab04b12 is described below
commit 9eab04b12c79cd6b41cb8a44b0a081327323f7ae
Author: vaughn <[email protected]>
AuthorDate: Sun Sep 13 17:13:30 2026 +0800
test(rust): record local e2e recovery evidence
---
docs/evidence/rust-rewrite/e2e-snapshot-20260913.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/docs/evidence/rust-rewrite/e2e-snapshot-20260913.md
b/docs/evidence/rust-rewrite/e2e-snapshot-20260913.md
new file mode 100644
index 000000000..6468f084f
--- /dev/null
+++ b/docs/evidence/rust-rewrite/e2e-snapshot-20260913.md
@@ -0,0 +1,7 @@
+# Local E2E and recovery execution (2026-09-13)
+
+Command: `bash tools/rust-rewrite-cluster/smoke.sh`
+
+Environment: Docker Compose project `hugegraph-3x3`, compose file
`docker/docker-compose-3pd-3store-3server.yml`, loopback proxy bypass. The
script successfully started 3 PD, 3 Store and 3 Server containers and health
checks passed. It created a unique fixture, stopped/restarted `pd0`, then
stopped `store0`. Reads through surviving servers timed out repeatedly (`curl:
(28) Operation timed out after 15000 milliseconds with 0 bytes received`), so
the script could not establish post-failure [...]
+
+Result: **FAIL** for recovery E2E gate (exit not produced because process was
terminated after hung retries); evidence is the captured `/tmp/e2e.log` output
and command behavior. This is a reproducible environment/runtime failure, not a
relaxed assertion.