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 45c261288 test: record Maven network blocker
45c261288 is described below

commit 45c2612886fe05c39d14be56e6b730fd147853b6
Author: vaughn <[email protected]>
AuthorDate: Thu Sep 10 02:10:46 2026 +0800

    test: record Maven network blocker
---
 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 863496632..43d0a0d4a 100644
--- a/docs/rust-rewrite-partition-pilot.md
+++ b/docs/rust-rewrite-partition-pilot.md
@@ -53,3 +53,5 @@ A standalone invariant oracle was implemented at 
`tools/rust-partition-poc`. It
 补充执行结果:Oracle 已加入确定性日志重放、损坏重启状态和重复过期事件测试,当前共 **9 passed, 0 
failed**。这完成了模型层的恢复/重放闭环;服务级缓存通知丢失和 PD 进程崩溃编排仍必须在 `hg-pd-test` 集成环境执行,不能由模型测试替代。
 
 真实集成执行记录(2026-09-10):RAT 已通过,但 Maven 在解析 `maven-surefire-plugin:2.20` 
时因当前环境无法写入 `/home/zy/.m2` 且缺少缓存而停止,未进入测试阶段。该结果标记为环境阻塞,不能计作通过;重试需提供可写 Maven 
本地仓库并保存 Surefire 报告。
+
+重试记录:改用 `-Dmaven.repo.local=/tmp/hugegraph-m2` 后,构建因 DNS 无法解析 
`repo.maven.apache.org`,缺少 `org.apache:apache:23` 父 POM而停止。该环境阻塞仍未计作测试通过。

Reply via email to