fix(tests): align Agent99 bundle size contract
All checks were successful
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 2m27s
CD Pipeline / build-and-deploy (push) Successful in 15m17s
AWOOOI Harbor 110 Local Repair / workflow-shape (push) Successful in 1s
AWOOOI Harbor 110 Local Repair / harbor-110-local-repair (push) Successful in 11s
CD Pipeline / post-deploy-checks (push) Successful in 2m19s

This commit is contained in:
Your Name
2026-07-17 07:00:43 +08:00
parent 504c66e1f2
commit 1a1b3f58b2
2 changed files with 5 additions and 5 deletions

View File

@@ -142,7 +142,7 @@ def test_ledger_links_confirmed_runtime_gaps_without_false_closure() -> None:
items["AIA-SRE-013"]["runtime_gaps"] items["AIA-SRE-013"]["runtime_gaps"]
) )
assert "host99 Agent99" in " ".join(items["AIA-SRE-017"]["runtime_gaps"]) assert "host99 Agent99" in " ".join(items["AIA-SRE-017"]["runtime_gaps"])
assert "atomic 16-file bundle" in items["AIA-SRE-017"]["next_action"] assert "atomic 17-file bundle" in items["AIA-SRE-017"]["next_action"]
assert "gitea-native" in " ".join(items["AIA-SRE-018"]["runtime_gaps"]) assert "gitea-native" in " ".join(items["AIA-SRE-018"]["runtime_gaps"])
assert payload["completion_contract"]["evidence_layers"] == { assert payload["completion_contract"]["evidence_layers"] == {
"source_test": "partial_source_evidence_only", "source_test": "partial_source_evidence_only",

View File

@@ -122,7 +122,7 @@ def test_agent99_atomic_bundle_owns_the_dispatch_entrypoint() -> None:
assert "$dbExecutorRecoveryContract" in contract assert "$dbExecutorRecoveryContract" in contract
assert "awoooi_db_bounded_executor_receipt_v2" in contract assert "awoooi_db_bounded_executor_receipt_v2" in contract
assert "Receipt.database_sqlstate" in contract assert "Receipt.database_sqlstate" in contract
assert 'expectedRuntimeFileCount": 16' in transport assert 'expectedRuntimeFileCount": 17' in transport
assert "expectedRuntimeFileCount=16" in transport assert "expectedRuntimeFileCount=17" in transport
assert "expectedRuntimeFileCount -ne 16" in receiver assert "expectedRuntimeFileCount -ne 17" in receiver
assert "fileCount = 16" in receiver assert "fileCount = 17" in receiver