save checkpoint
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "integration-tests",
|
||||
"runId": "run-003",
|
||||
"timestampUtc": "2026-02-10T16:37:52Z",
|
||||
"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