Add determinism tests for verdict artifact generation and update SHA256 sums script

- Implemented comprehensive tests for verdict artifact generation to ensure deterministic outputs across various scenarios, including identical inputs, parallel execution, and change ordering.
- Created helper methods for generating sample verdict inputs and computing canonical hashes.
- Added tests to validate the stability of canonical hashes, proof spine ordering, and summary statistics.
- Introduced a new PowerShell script to update SHA256 sums for files, ensuring accurate hash generation and file integrity checks.
This commit is contained in:
StellaOps Bot
2025-12-24 02:17:34 +02:00
parent e59921374e
commit 7503c19b8f
390 changed files with 37389 additions and 5380 deletions

View File

@@ -387,10 +387,10 @@ LIVE_TESTS_ENABLED=true dotnet test --filter "Lane=Live" src/Concelier/__Tests/
| KEV | ✅ | ✅ | ⬜ | ⬜ | ⬜ |
| EPSS | ✅ | ✅ | ⬜ | ⬜ | ⬜ |
| Distro.Alpine | ⬜ | ⬜ | ⬜ | ⬜ | ⬜ |
| Distro.Debian | | | ⬜ | ⬜ | ⬜ |
| Distro.RedHat | | | ⬜ | ⬜ | ⬜ |
| Distro.Suse | | | ⬜ | ⬜ | ⬜ |
| Distro.Ubuntu | | | ⬜ | ⬜ | ⬜ |
| Distro.Debian | | | ⬜ | ⬜ | ⬜ |
| Distro.RedHat | | | ⬜ | ⬜ | ⬜ |
| Distro.Suse | | | ⬜ | ⬜ | ⬜ |
| Distro.Ubuntu | | | ⬜ | ⬜ | ⬜ |
| Vndr.Adobe | ⬜ | ⬜ | ⬜ | ⬜ | ⬜ |
| Vndr.Apple | ⬜ | ⬜ | ⬜ | ⬜ | ⬜ |
| Vndr.Cisco | ✅ | ✅ | ⬜ | ⬜ | ⬜ |
@@ -422,4 +422,4 @@ LIVE_TESTS_ENABLED=true dotnet test --filter "Lane=Live" src/Concelier/__Tests/
---
*Last updated: 2025-06-30 · Sprint 5100.0007.0005*
*Last updated: 2025-12-24 · Sprint 5100.0007.0005*

View File

@@ -1,18 +0,0 @@
# Contract Testing — Draft Skeleton (2025-12-05 UTC)
Status: draft placeholder. Inputs pending: DOSK0101 harness guidance, sample fixtures.
## Goals
- Ensure stable contracts across services/SDKs with mock/replay.
## Components
- Mock server, record/replay pipeline, golden fixtures, determinism checks.
## Workflow
- Record -> approve -> replay -> diff.
## Quality Gates
- Ordering, timestamps (UTC), hashing rules.
## Open TODOs
- Add concrete CLI/scripts and sample fixtures when provided.