Files
git.stella-ops.org/src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests
StellaOps Bot 7503c19b8f 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.
2025-12-24 02:17:34 +02:00
..
up
2025-12-13 00:20:26 +02:00
2025-12-20 12:15:16 +02:00
up
2025-12-13 00:20:26 +02:00
up
2025-12-13 00:20:26 +02:00
up
2025-12-13 00:20:26 +02:00
up
2025-12-13 00:20:26 +02:00
up
2025-12-13 00:20:26 +02:00
up
2025-12-13 00:20:26 +02:00
up
2025-12-13 00:20:26 +02:00
up
2025-12-13 00:20:26 +02:00

Concelier Merge Tests

This project verifies distro version comparison logic and merge rules.

Layout

  • Comparer unit tests: *.Tests.cs in this project (RPM, Debian, APK).
  • Golden fixtures: Fixtures/Golden/*.golden.ndjson.
  • Integration cross-checks: src/Concelier/__Tests/StellaOps.Concelier.Integration.Tests.

Golden files

Golden files capture pairwise comparison results in NDJSON. See Fixtures/Golden/README.md for format and regeneration steps.

Integration tests

Cross-check tests compare container-installed versions against fixed versions using the same comparers. They require Docker/Testcontainers.

Enable with: $env:STELLAOPS_INTEGRATION_TESTS = "true"

Run (from repo root): dotnet test src/Concelier/__Tests/StellaOps.Concelier.Integration.Tests/StellaOps.Concelier.Integration.Tests.csproj