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 1136a7d16 test: record PD integration environment blocker
1136a7d16 is described below

commit 1136a7d1686ee46f41a33370975d002ec55be0da
Author: vaughn <[email protected]>
AuthorDate: Thu Sep 10 02:08:57 2026 +0800

    test: record PD integration environment blocker
---
 docs/rust-rewrite-partition-pilot.md | 2 ++
 pom.xml                              | 1 +
 2 files changed, 3 insertions(+)

diff --git a/docs/rust-rewrite-partition-pilot.md 
b/docs/rust-rewrite-partition-pilot.md
index d50b3cadd..863496632 100644
--- a/docs/rust-rewrite-partition-pilot.md
+++ b/docs/rust-rewrite-partition-pilot.md
@@ -51,3 +51,5 @@
 A standalone invariant oracle was implemented at `tools/rust-partition-poc`. 
It has no dependency on Java output or production PD code. Running `cargo test 
--manifest-path tools/rust-partition-poc/Cargo.toml` produced **6 passed, 0 
failed**. The suite detects dropped ranges, overlaps, version regression, stale 
heartbeats, and verifies heartbeat idempotence. This is a model-level POC only; 
cache invalidation, crash replay, restart recovery, Java differential replay, 
and two-person review  [...]
 
 补充执行结果:Oracle 已加入确定性日志重放、损坏重启状态和重复过期事件测试,当前共 **9 passed, 0 
failed**。这完成了模型层的恢复/重放闭环;服务级缓存通知丢失和 PD 进程崩溃编排仍必须在 `hg-pd-test` 集成环境执行,不能由模型测试替代。
+
+真实集成执行记录(2026-09-10):RAT 已通过,但 Maven 在解析 `maven-surefire-plugin:2.20` 
时因当前环境无法写入 `/home/zy/.m2` 且缺少缓存而停止,未进入测试阶段。该结果标记为环境阻塞,不能计作通过;重试需提供可写 Maven 
本地仓库并保存 Surefire 报告。
diff --git a/pom.xml b/pom.xml
index 3581d0346..d5d65dec7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -181,6 +181,7 @@
                             <exclude>**/swagger-ui/**/*</exclude>
                             <exclude>scripts/dev/reviewers</exclude>
                             <exclude>**/*.md</exclude>
+                            <exclude>docs/rust-test-traceability.csv</exclude>
                             <exclude>**/dependency-reduced-pom.xml</exclude>
                             <exclude>**/logs/*.log</exclude>
                             <exclude>**/META-INF/**/*</exclude>

Reply via email to