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 8d3fa68ec test(rust): archive release and CI gate reruns
8d3fa68ec is described below

commit 8d3fa68ec296a5a9bfec372a2a1b94c020b205b6
Author: vaughn <[email protected]>
AuthorDate: Sun Sep 13 17:52:10 2026 +0800

    test(rust): archive release and CI gate reruns
---
 .../rust-rewrite/ci-audit-rerun-20260913.log       |  2 ++
 .../rust-rewrite/rust-release-rerun-20260913.log   | 39 ++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/docs/evidence/rust-rewrite/ci-audit-rerun-20260913.log 
b/docs/evidence/rust-rewrite/ci-audit-rerun-20260913.log
new file mode 100644
index 000000000..94a096c4c
--- /dev/null
+++ b/docs/evidence/rust-rewrite/ci-audit-rerun-20260913.log
@@ -0,0 +1,2 @@
+workflow=/home/zy/code/hugegraph/.github/workflows/rust-partition-poc.yml
+gates=fmt,clippy,test,mutation
diff --git a/docs/evidence/rust-rewrite/rust-release-rerun-20260913.log 
b/docs/evidence/rust-rewrite/rust-release-rerun-20260913.log
new file mode 100644
index 000000000..b1ba1a578
--- /dev/null
+++ b/docs/evidence/rust-rewrite/rust-release-rerun-20260913.log
@@ -0,0 +1,39 @@
+   Compiling hugegraph-partition-poc v0.1.0 
(/home/zy/code/hugegraph/tools/rust-partition-poc)
+    Finished `release` profile [optimized + debuginfo] target(s) in 0.46s
+     Running unittests src/lib.rs 
(target/release/deps/hugegraph_partition_poc-1b9833d76eb2f22a)
+
+running 19 tests
+test cache_counterexamples::rejects_equal_version_with_different_range ... ok
+test cache_counterexamples::rejects_future_version_against_fixed_reference ... 
ok
+test cache_tests::invalidation_requires_latest_value ... ok
+test recovery_tests::replay_rejects_corrupt_restart_state ... ok
+test recovery_tests::replay_rejects_duplicate_stale_event ... ok
+test cache_tests::latest_cache_value_is_equivalent_to_source ... ok
+test recovery_tests::replay_rejects_unknown_partition_event ... ok
+test recovery_tests::replay_is_deterministic ... ok
+test tests::catches_dropped_right_partition ... ok
+test tests::catches_overlap ... ok
+test tests::baseline_is_valid ... ok
+test tests::rejects_empty_partitions ... ok
+test tests::heartbeat_is_idempotent ... ok
+test tests::rejects_end_beyond_max ... ok
+test tests::rejects_nonzero_first_start ... ok
+test tests::rejects_heartbeat_with_either_range_field_mismatch ... ok
+test tests::rejects_stale_heartbeat ... ok
+test tests::rejects_zero_length_range ... ok
+test tests::range_coverage_does_not_order_unrelated_versions ... ok
+
+test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; 
finished in 0.00s
+
+     Running unittests src/main.rs 
(target/release/deps/hugegraph_partition_poc-55beacd6595da95c)
+
+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
+

Reply via email to