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 ea6bc6711 test(partition): archive poc rerun evidence
ea6bc6711 is described below
commit ea6bc6711897312109580bff54aa50a15990e3d4
Author: vaughn <[email protected]>
AuthorDate: Sun Sep 13 15:13:36 2026 +0800
test(partition): archive poc rerun evidence
---
.../partition-poc-verify-20260913-rerun.log | 38 ++++++++++++++++++++++
docs/rust-rewrite-preflight-status.md | 2 ++
2 files changed, 40 insertions(+)
diff --git a/docs/evidence/rust-rewrite/partition-poc-verify-20260913-rerun.log
b/docs/evidence/rust-rewrite/partition-poc-verify-20260913-rerun.log
new file mode 100644
index 000000000..e8b187856
--- /dev/null
+++ b/docs/evidence/rust-rewrite/partition-poc-verify-20260913-rerun.log
@@ -0,0 +1,38 @@
+commit=e83d63f913d88de43ab7563e3ab88ec1670415e9
+host=x86_64-unknown-linux-gnu
+rustc 1.94.1 (e408947bf 2026-03-25)
+cargo 1.94.1 (29ea6fb6a 2026-03-24)
+ Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
+ Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
+ Running unittests src/lib.rs
(tools/rust-partition-poc/target/debug/deps/hugegraph_partition_poc-374d4748908bc5d1)
+
+running 14 tests
+test cache_counterexamples::rejects_equal_version_with_different_range ... ok
+test cache_tests::latest_cache_value_is_equivalent_to_source ... ok
+test recovery_tests::replay_rejects_corrupt_restart_state ... ok
+test recovery_tests::replay_is_deterministic ... ok
+test tests::catches_dropped_right_partition ... ok
+test recovery_tests::replay_rejects_unknown_partition_event ... ok
+test cache_counterexamples::rejects_future_version_against_fixed_reference ...
ok
+test tests::catches_overlap ... ok
+test tests::heartbeat_is_idempotent ... ok
+test tests::baseline_is_valid ... ok
+test cache_tests::invalidation_requires_latest_value ... ok
+test recovery_tests::replay_rejects_duplicate_stale_event ... ok
+test tests::range_coverage_does_not_order_unrelated_versions ... ok
+test tests::rejects_stale_heartbeat ... ok
+
+test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out;
finished in 0.00s
+
+ Running unittests src/main.rs
(tools/rust-partition-poc/target/debug/deps/hugegraph_partition_poc-10322c3acbb98d33)
+
+running 0 tests
+
+test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out;
finished in 0.00s
+
+ Doc-tests hugegraph_partition_poc
+
+running 0 tests
+
+test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out;
finished in 0.00s
+
diff --git a/docs/rust-rewrite-preflight-status.md
b/docs/rust-rewrite-preflight-status.md
index 81dc62f40..abca52ab7 100644
--- a/docs/rust-rewrite-preflight-status.md
+++ b/docs/rust-rewrite-preflight-status.md
@@ -31,3 +31,5 @@ Store 网络分区复验(2026-09-13):断开并恢复 store0 网络连接
可重复集群 smoke runner(2026-09-13):`tools/rust-rewrite-cluster/smoke.sh` 退出码
0,自动完成三 PD/三 Store/三 Server 健康检查、pd0 停止恢复、store0 停止恢复及故障期间跨 Server fixture
读取;fixture `rust-gate-20260913114719`。原始日志归档于
`compose-cluster-smoke-20260913.log`。
2026-09-13 rerun passed after bounded store-read retries; fixture
rust-gate-20260913151059. Evidence: compose-cluster-smoke-20260913-rerun.log.
+
+2026-09-13 Partition POC rerun: fmt, clippy, and 14 tests passed; evidence
partition-poc-verify-20260913-rerun.log.