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 b8f68977c docs(test): record incomplete store profile run
b8f68977c is described below
commit b8f68977c675a7b70ba2d8ef900602b0353a9fcc
Author: vaughn <[email protected]>
AuthorDate: Sun Sep 13 10:31:05 2026 +0800
docs(test): record incomplete store profile run
---
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 6bab5cd8f..319bae9ba 100644
--- a/docs/rust-rewrite-pd-store-test-audit.md
+++ b/docs/rust-rewrite-pd-store-test-audit.md
@@ -57,3 +57,5 @@ Store 全量回归(2026-09-13):活动 SnapshotHandler 测试纳入后,
Profile 隔离复验(2026-09-13):尝试将活动 SnapshotHandlerTest 加入 `store-core-test`
后,Snapshot 5/5 通过,但随后 BatchGraphIsolationTest 因 JRaft `TableFormatConfig`
静态重复注册失败。已撤销该 profile 合并,保留独立 Snapshot 执行入口;Store 测试 profile 需要 fork/JVM
隔离设计后才能宣称 CI 覆盖闭环。
Profile 隔离修复(2026-09-13):为 `store-core-test` 设置
`forkCount=1`、`reuseForks=false` 并纳入活动 `SnapshotHandlerTest`;Snapshot
5/5、BatchGraphIsolation 6/6 均通过,profile 总计 11 项通过,`BUILD
SUCCESS`。日志:`/tmp/store-core-fork.log`。该配置消除了 JRaft 静态注册跨 suite 污染。
+
+补充复验记录(2026-09-13):使用独立 Maven 仓库重跑 `store-core-test` 时,进程在约 15 分钟内持续补齐 reactor
依赖,未到达最终测试汇总,随后终止;该次运行不计入通过证据。既有 `store-core-fork.log` 的 11 项通过结果仍是当前 profile
证据。