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 87b66bc0c docs(test): record bounded store startup download
87b66bc0c is described below
commit 87b66bc0c56db936cb4fb22ce8b5e3812ef64458
Author: vaughn <[email protected]>
AuthorDate: Sun Sep 13 11:38:33 2026 +0800
docs(test): record bounded store startup download
---
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 e61980eef..0beabf049 100644
--- a/docs/rust-rewrite-pd-store-test-audit.md
+++ b/docs/rust-rewrite-pd-store-test-audit.md
@@ -65,3 +65,5 @@ Profile 隔离修复(2026-09-13):为 `store-core-test` 设置 `forkCount=1
Store 核心 profile 在线复验完成(2026-09-13):`store-core-test` 构建成功,SnapshotHandler
5/5、BatchGraphIsolation 6/6,profile 汇总 11/11 通过、0 失败;完整日志归档于
`docs/evidence/rust-rewrite/store-core-profile-20260913.log`,SHA-256
`084a53c5204c89ba65657414cf1de9714c2b7f55c5733a17465c12037c0b6f95`。
Store 全量离线回归复验完成(2026-09-13):`hg-store-test` 构建成功;Client 34、Snapshot 5、Batch
6、Common 2、RocksDB 3、Service 6、Raft 3 等已启用 suite 均为 0 失败。日志归档于
`docs/evidence/rust-rewrite/store-full-regression-20260913.log`。
+
+启动脚本阻塞修复(2026-09-13):`download_and_verify` 的 jemalloc 下载增加 `--connect-timeout
10 --max-time 60`,并通过 `bash -n`
校验启动脚本与工具脚本;无代理时失败将按既有逻辑降级,不再无限阻塞容器启动。提交:`c36a58921`。