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

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