save checkpoint
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"feature": "router-streaming-data-transfer",
|
||||
"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,
|
||||
"TypedEndpointAdapter.cs": true,
|
||||
"Models/StreamDataPayload.cs": true,
|
||||
"Models/StreamingOptions.cs": true,
|
||||
"Enums/FrameType.cs (STREAM_DATA)": true
|
||||
},
|
||||
"behaviorsVerified": [
|
||||
"Streaming request with multiple data chunks received by endpoint",
|
||||
"Streaming response delivers chunks to caller",
|
||||
"Backpressure flow control signals during fast send",
|
||||
"Large payload streaming with complete delivery",
|
||||
"Streaming cancellation with resource cleanup"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user