This commit is contained in:
@@ -4468,8 +4468,9 @@ def build_pchome_direct_mapping_retry_candidate_exception_controlled_apply_recei
|
||||
},
|
||||
{"check": "replay_does_not_write_database", "passed": safety["writes_database"] is False},
|
||||
]
|
||||
summary["executor_receipt_materialized_count"] = len(materialized_artifacts)
|
||||
summary["executor_receipt_hash_match_count"] = 1 if actual_sha and actual_sha == receipt_artifact["payload_sha256"] else 0
|
||||
existing_receipt_hash_match = bool(actual_sha) and actual_sha == receipt_artifact["payload_sha256"]
|
||||
summary["executor_receipt_materialized_count"] = len(materialized_artifacts) or (1 if existing_receipt_hash_match else 0)
|
||||
summary["executor_receipt_hash_match_count"] = 1 if existing_receipt_hash_match else 0
|
||||
summary["post_executor_receipt_verifier_check_count"] = len(verifier_checks)
|
||||
safety["writes_artifact_count"] = len(materialized_artifacts)
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user