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 d5f7e0474 docs(test): record complete partition integration pass
d5f7e0474 is described below
commit d5f7e047437a3fd6bc4fdea72c1ae07c9e776b9e
Author: vaughn <[email protected]>
AuthorDate: Thu Sep 10 09:51:33 2026 +0800
docs(test): record complete partition integration pass
---
docs/rust-rewrite-partition-pilot.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/rust-rewrite-partition-pilot.md
b/docs/rust-rewrite-partition-pilot.md
index 7fc8a8e44..c144da21c 100644
--- a/docs/rust-rewrite-partition-pilot.md
+++ b/docs/rust-rewrite-partition-pilot.md
@@ -65,3 +65,5 @@ Rust 工程门禁记录:`cargo fmt -- --check`、`cargo clippy
--all-targets -
真实集成结果(2026-09-10,修复初始化边界后):`hg-pd-test` Partition 过滤测试共 32 项,30 通过、0 错误、2
失败。`PartitionServiceTest.testCombinePartition` 与 `testCombinePartition2`
均在合并后范围断言失败:期望 `endKey=5462`,实际 `16386`。该差异尚未解释,不得标记契约兼容或 GO;Surefire 原始报告位于
`hugegraph-pd/hg-pd-test/target/surefire-reports`,完整日志为
`/tmp/pd-partition-test-2.log`。
真实集成修复与复验(2026-09-10):发现测试类共享 `graph0` 元数据导致分区配置污染;将 core PartitionServiceTest
改为专属 graph 名称后,真实 Maven 执行 `PartitionServiceTest` **4/4 通过,0 失败,BUILD
SUCCESS**。该修复已提交 `202650f71`。
+
+完整 Partition 集成复验(2026-09-10):清理隔离数据后执行 `-Dtest='*Partition*Test'`,core
4、service 3、cache 23、utils 2,共 **32/32 通过,0 失败,BUILD
SUCCESS**。完整日志:`/tmp/pd-partition-all.log`。