chore(observability): refresh registry parity after main sync

This commit is contained in:
ogt
2026-07-15 13:58:52 +08:00
parent 552e44ee53
commit 3cfae4d482
3 changed files with 10 additions and 10 deletions

View File

@@ -346,13 +346,13 @@ def evaluate(root: Path, contract_path: Path) -> dict[str, Any]:
asset_reconciliation.get("drift_work_item_id") == "P0-OBS-002-ASSET-DRIFT-001"
and asset_reconciliation.get("source_service_count")
== len(source_services)
== 27
== 28
and asset_reconciliation.get("runtime_mirror_service_count")
== len(runtime_services)
== 27
== 28
and asset_reconciliation.get("exact_shared_service_count")
== len(exact_shared_services)
== 27
== 28
and asset_reconciliation.get("shared_service_drift_count") == 0
and asset_reconciliation.get("source_only_services")
== source_only_services

View File

@@ -933,9 +933,9 @@ def test_post_release_verifier_and_native_backup_close_with_remaining_gaps() ->
)
assets = receipt["asset_reconciliation"]
assert assets["drift_work_item_id"] == "P0-OBS-002-ASSET-DRIFT-001"
assert assets["source_service_count"] == 27
assert assets["runtime_mirror_service_count"] == 27
assert assets["exact_shared_service_count"] == 27
assert assets["source_service_count"] == 28
assert assets["runtime_mirror_service_count"] == 28
assert assets["exact_shared_service_count"] == 28
assert assets["shared_service_drift_count"] == 0
assert assets["source_only_services"] == []
assert assets["source_runtime_manifest_exact"] is True