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 f1b04d27b docs(test): identify store snapshot coverage gap
f1b04d27b is described below
commit f1b04d27b526c3dccf3c9fe57084887538d4be45
Author: vaughn <[email protected]>
AuthorDate: Sun Sep 13 09:00:57 2026 +0800
docs(test): identify store snapshot coverage gap
---
docs/rust-rewrite-pd-store-test-audit.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/rust-rewrite-pd-store-test-audit.md
b/docs/rust-rewrite-pd-store-test-audit.md
index dc5bc0fed..a3f209cbe 100644
--- a/docs/rust-rewrite-pd-store-test-audit.md
+++ b/docs/rust-rewrite-pd-store-test-audit.md
@@ -41,3 +41,5 @@ Rust 迁移单元只有在:相关测试方法已映射契约编号;Oracle
## 审计限制
本文件是基于源码和构建配置的资产审计,不声称现有测试完备。方法级契约映射、实际 Surefire 执行结果和补测报告需在 POC
阶段提交后,才能将条目标记为 `covered`。
+
+2026-09-13 复核:完整 `hg-store-test` 构建曾成功,现有报告显示 61 项无失败;但 Snapshot 测试类
`HgSnapshotHandlerTest` 未纳入 `CoreSuiteTest`(该 suite 当前整体注释),且用假的
SnapshotReader/Writer,不能证明真实快照持久化恢复。Store Snapshot 仍保持迁移硬门禁,需新增可执行 suite、真实文件
round-trip、损坏快照和重启恢复测试。