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 1442997b2 docs(test): publish current rewrite preflight audit
1442997b2 is described below
commit 1442997b2e82832ec3b053aaf76186ea21f12d2e
Author: vaughn <[email protected]>
AuthorDate: Sun Sep 13 09:29:38 2026 +0800
docs(test): publish current rewrite preflight audit
---
docs/rust-rewrite-preflight-status.md | 9 +++++++++
.../main/java/org/apache/hugegraph/store/core/CoreSuiteTest.java | 2 +-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/docs/rust-rewrite-preflight-status.md
b/docs/rust-rewrite-preflight-status.md
new file mode 100644
index 000000000..76c1715ad
--- /dev/null
+++ b/docs/rust-rewrite-preflight-status.md
@@ -0,0 +1,9 @@
+# Rust 重构前置条件当前审计
+
+更新时间:2026-09-13
+
+已具备证据:设计与不变量文档;测试入口盘点;独立 Partition 模型 Oracle(13 项 fmt/clippy/test 通过);PD
Partition 真实测试 32/32 通过;PD core/common 回归 187 项执行、2 项跳过、0 失败;Store 当前测试构建报告 61
项无失败;RAT/Checkstyle/Maven 离线 validate 通过。
+
+尚未具备证据:活动 `SnapshotHandler` 的真实文件 round-trip、损坏快照与重启恢复;Store Raft 故障注入;事务并发
Oracle;Java/Rust 差分回放;实现级负向变异;性能/资源/长稳基线;双读灰度回滚;维护者和社区签核。
+
+结论:可继续非生产 POC,整体保持 NO-GO。任何一项“未具备证据”完成后,必须保存提交版本、配置、数据集、seed、命令、日志和报告,再更新门禁。
diff --git
a/hugegraph-store/hg-store-test/src/main/java/org/apache/hugegraph/store/core/CoreSuiteTest.java
b/hugegraph-store/hg-store-test/src/main/java/org/apache/hugegraph/store/core/CoreSuiteTest.java
index 68530367a..f26fe4cdf 100644
---
a/hugegraph-store/hg-store-test/src/main/java/org/apache/hugegraph/store/core/CoreSuiteTest.java
+++
b/hugegraph-store/hg-store-test/src/main/java/org/apache/hugegraph/store/core/CoreSuiteTest.java
@@ -23,7 +23,7 @@ import lombok.extern.slf4j.Slf4j;
//@RunWith(Suite.class)
//@Suite.SuiteClasses({
// HgCmdClientTest.class,
-// HgSnapshotHandlerTest.class,
+// SnapshotHandlerTest.class,
// RaftUtilsTest.class,
// RaftOperationTest.class,
// UnsafeUtilTest.class,