save checkpoint

This commit is contained in:
master
2026-02-11 01:32:14 +02:00
parent 5593212b41
commit cf5b72974f
2316 changed files with 68799 additions and 3808 deletions

View File

@@ -0,0 +1,18 @@
{
"filesChecked": [
"src/Timeline/StellaOps.Timeline.WebService/Endpoints/ReplayEndpoints.cs",
"src/Timeline/__Libraries/StellaOps.Timeline.Core/Replay/TimelineReplayOrchestrator.cs",
"src/Timeline/__Libraries/StellaOps.Timeline.Core/ServiceCollectionExtensions.cs",
"src/Timeline/__Tests/StellaOps.Timeline.WebService.Tests/TimelineApiIntegrationTests.cs"
],
"found": [
"src/Timeline/StellaOps.Timeline.WebService/Endpoints/ReplayEndpoints.cs",
"src/Timeline/__Libraries/StellaOps.Timeline.Core/Replay/TimelineReplayOrchestrator.cs",
"src/Timeline/__Libraries/StellaOps.Timeline.Core/ServiceCollectionExtensions.cs",
"src/Timeline/__Tests/StellaOps.Timeline.WebService.Tests/TimelineApiIntegrationTests.cs"
],
"missing": [
],
"verdict": "pass"
}

View File

@@ -0,0 +1,20 @@
{
"project": "src/Timeline (__Tests matrix)",
"buildResult": "pass",
"testResult": "pass",
"command": "dotnet test src/Timeline/__Tests/StellaOps.Timeline.Core.Tests/StellaOps.Timeline.Core.Tests.csproj -c Release --nologo; dotnet test src/Timeline/__Tests/StellaOps.Timeline.WebService.Tests/StellaOps.Timeline.WebService.Tests.csproj -c Release --nologo",
"testProjects": [
"src/Timeline/__Tests/StellaOps.Timeline.Core.Tests/StellaOps.Timeline.Core.Tests.csproj",
"src/Timeline/__Tests/StellaOps.Timeline.WebService.Tests/StellaOps.Timeline.WebService.Tests.csproj"
],
"testsRun": 26,
"testsPassed": 26,
"testsFailed": 0,
"errors": [
],
"warnings": [
],
"runAtUtc": "2026-02-10T20:30:54Z"
}

View File

@@ -0,0 +1,41 @@
{
"type": "api",
"module": "timeline",
"feature": "timeline-replay-api",
"runId": "run-006",
"dateUtc": "2026-02-10T19:58:53Z",
"baseUrl": "in-process TestServer (WebApplicationFactory\u003cProgram\u003e)",
"requests": [
{
"description": "Replay initiation returns accepted operation",
"method": "POST",
"path": "/api/v1/timeline/{correlationId}/replay",
"expectedStatus": 202,
"actualStatus": 202,
"assertion": "operation id is returned for replay request",
"result": "pass",
"evidence": "TimelineApiIntegrationTests.ReplayStatus_IsReachableAfterReplayInitiation"
},
{
"description": "Replay status endpoint remains reachable across requests",
"method": "GET",
"path": "/api/v1/timeline/replay/{replayId}",
"expectedStatus": 200,
"actualStatus": 200,
"assertion": "status payload returns same replayId from initiation",
"result": "pass",
"evidence": "TimelineApiIntegrationTests.ReplayStatus_IsReachableAfterReplayInitiation"
}
],
"verdict": "pass",
"timestampUtc": "2026-02-10T20:30:54Z",
"suiteReplay": {
"commands": [
"dotnet test src/Timeline/__Tests/StellaOps.Timeline.Core.Tests/StellaOps.Timeline.Core.Tests.csproj -c Release --nologo",
"dotnet test src/Timeline/__Tests/StellaOps.Timeline.WebService.Tests/StellaOps.Timeline.WebService.Tests.csproj -c Release --nologo"
],
"testsRun": 26,
"testsPassed": 26,
"testsFailed": 0
}
}