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,23 @@
{
"type": "integration",
"capturedAtUtc": "2026-02-13T12:00:00Z",
"feature": "zastava-runtime-observer",
"module": "zastava",
"testProject": "src/Zastava/__Tests/StellaOps.Zastava.Observer.Tests/StellaOps.Zastava.Observer.Tests.csproj",
"testFilter": "ContainerRuntimePollerTests|RuntimeEventBufferTests|RuntimeEventFactoryTests",
"testsRun": 11,
"testsPassed": 11,
"testsFailed": 0,
"behaviorVerified": [
"ContainerRuntimePoller produces start events in stable order",
"ContainerRuntimePoller emits stop event when container missing",
"ContainerRuntimePoller includes posture information in events",
"BackoffCalculator computes delay within bounds with jitter",
"RuntimeEventBuffer persists batch and ack removes files",
"RuntimeEventBuffer restores pending events after restart",
"RuntimeEventBuffer enforces disk capacity with eviction",
"RuntimeEventFactory attaches Build-ID from process capture",
"RuntimeEventFactory throws when tenant missing"
],
"verdict": "pass"
}