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,36 @@
{
"filesChecked": [
"src/Graph/StellaOps.Graph.Indexer/Incremental/GraphChangeStreamProcessor.cs",
"src/Graph/StellaOps.Graph.Indexer/Incremental/GraphChangeEvent.cs",
"src/Graph/StellaOps.Graph.Indexer/Incremental/GraphChangeStreamOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Incremental/InMemoryIdempotencyStore.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresIdempotencyStore.cs",
"src/Graph/StellaOps.Graph.Indexer/Incremental/NoOpGraphChangeEventSource.cs",
"src/Graph/StellaOps.Graph.Indexer/Incremental/GraphBackfillMetrics.cs",
"src/Graph/StellaOps.Graph.Indexer/Incremental/GraphChangeStreamServiceCollectionExtensions.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Sbom/SbomIngestProcessor.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Sbom/SbomIngestTransformer.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphChangeStreamProcessorTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphIndexerEndToEndTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Persistence.Tests/PostgresIdempotencyStoreTests.cs"
],
"found": [
"src/Graph/StellaOps.Graph.Indexer/Incremental/GraphChangeStreamProcessor.cs",
"src/Graph/StellaOps.Graph.Indexer/Incremental/GraphChangeEvent.cs",
"src/Graph/StellaOps.Graph.Indexer/Incremental/GraphChangeStreamOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Incremental/InMemoryIdempotencyStore.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresIdempotencyStore.cs",
"src/Graph/StellaOps.Graph.Indexer/Incremental/NoOpGraphChangeEventSource.cs",
"src/Graph/StellaOps.Graph.Indexer/Incremental/GraphBackfillMetrics.cs",
"src/Graph/StellaOps.Graph.Indexer/Incremental/GraphChangeStreamServiceCollectionExtensions.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Sbom/SbomIngestProcessor.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Sbom/SbomIngestTransformer.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphChangeStreamProcessorTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphIndexerEndToEndTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Persistence.Tests/PostgresIdempotencyStoreTests.cs"
],
"missing": [
],
"verdict": "pass"
}

View File

@@ -0,0 +1,13 @@
{
"project": "src/Graph (indexer + persistence matrix)",
"buildResult": "pass",
"testResult": "pass",
"command": "dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj -c Release --nologo; dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Persistence.Tests/StellaOps.Graph.Indexer.Persistence.Tests.csproj -c Release --nologo",
"testsRun": 54,
"testsPassed": 54,
"testsFailed": 0,
"errors": [
],
"runAtUtc": "2026-02-10T20:36:50Z"
}

View File

@@ -0,0 +1,24 @@
{
"type": "integration-tests",
"runId": "run-007",
"timestampUtc": "2026-02-10T20:36:50Z",
"commands": [
{
"command": "dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj -c Release --nologo",
"expected": "pass",
"actual": "pass",
"summary": "Passed: 37, Failed: 0, Skipped: 0"
},
{
"command": "dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Persistence.Tests/StellaOps.Graph.Indexer.Persistence.Tests.csproj -c Release --nologo",
"expected": "pass",
"actual": "pass",
"summary": "Passed: 17, Failed: 0, Skipped: 0"
}
],
"assertions": [
"Incremental change-stream and end-to-end indexer flows remain green in Graph.Indexer.Tests.",
"Postgres idempotency persistence behavior validated in Graph.Indexer.Persistence.Tests."
],
"verdict": "pass"
}