save checkpoint

This commit is contained in:
master
2026-02-14 09:11:48 +02:00
parent 9ca2de05df
commit e9aeadc040
1512 changed files with 30863 additions and 4728 deletions

View File

@@ -0,0 +1,27 @@
{
"type": "integration",
"capturedAtUtc": "2026-02-13T14:07:00Z",
"feature": "evidence-re-index-tooling",
"module": "evidencelocker",
"testProject": "src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/StellaOps.EvidenceLocker.Tests.csproj",
"testFilter": "EvidenceReindexServiceTests",
"testsRun": 14,
"testsPassed": 14,
"testsFailed": 0,
"behaviorVerified": [
"Reindex with empty repository returns zero counts",
"Reindex skips bundles with matching root hash (no unnecessary updates)",
"Reindex updates bundles with different root hash",
"Dry-run mode reports changes without applying updates",
"Progress reporting during reindex operation",
"Requires valid tenant ID and positive batch size",
"Verify continuity checks old root validity and proof consistency",
"Cross-reference generation with schema version and entry counts",
"Checkpoint creation captures current state with bundle snapshots",
"Rollback to checkpoint restores previous state",
"Rollback throws for unknown checkpoint IDs",
"Checkpoints ordered by creation time (newest first)",
"StorageKeyGenerator produces consistent keys"
],
"verdict": "pass"
}