save checkpoint
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
@@ -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-10T19:53:04Z"
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "integration-tests",
|
||||
"runId": "run-005",
|
||||
"timestampUtc": "2026-02-10T19:53:04Z",
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user