documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"feature": "router-request-cancellation-propagation",
|
||||
"tier": "tier2-integration",
|
||||
"timestamp": "2026-02-13T00:00:00Z",
|
||||
"result": "PASS",
|
||||
"testProjects": ["StellaOps.Microservice.Tests", "StellaOps.Router.Integration.Tests"],
|
||||
"testCounts": { "passed": 335, "failed": 0, "skipped": 0, "total": 335 },
|
||||
"sourceVerification": {
|
||||
"RequestDispatcher.cs": true,
|
||||
"InflightRequestTracker.cs": true,
|
||||
"Models/CancelPayload.cs": true,
|
||||
"Enums/FrameType.cs (CANCEL)": true
|
||||
},
|
||||
"behaviorsVerified": [
|
||||
"CANCEL frame triggers CancellationToken in endpoint handler",
|
||||
"Client disconnect auto-propagates cancellation",
|
||||
"Inflight request tracking and cleanup after cancellation",
|
||||
"Endpoint handlers receive CancellationToken for graceful cancellation",
|
||||
"Cancellation of non-existent request ID handled without errors"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user