save checkpoint
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"feature": "router-common-models-and-abstractions-library",
|
||||
"tier": "tier2-integration",
|
||||
"timestamp": "2026-02-13T00:00:00Z",
|
||||
"result": "PASS",
|
||||
"testProject": "StellaOps.Router.Common.Tests",
|
||||
"testCounts": { "passed": 169, "failed": 0, "skipped": 0, "total": 169 },
|
||||
"duration": "7s 679ms",
|
||||
"sourceVerification": {
|
||||
"PathMatcher.cs": true,
|
||||
"Abstractions/IGlobalRoutingState.cs": true,
|
||||
"Abstractions/IRoutingPlugin.cs": true,
|
||||
"Abstractions/IRegionProvider.cs": true,
|
||||
"Abstractions/ITransportServer.cs": true,
|
||||
"Abstractions/ITransportClient.cs": true,
|
||||
"Models/EndpointDescriptor.cs": true,
|
||||
"Models/InstanceDescriptor.cs": true,
|
||||
"Models/RoutingContext.cs": true,
|
||||
"Models/RoutingDecision.cs": true,
|
||||
"Models/PayloadLimits.cs": true,
|
||||
"Enums/FrameType.cs": true
|
||||
},
|
||||
"behaviorsVerified": [
|
||||
"Frame type serialization/deserialization (REQUEST, RESPONSE, HELLO, HEARTBEAT, CANCEL, STREAM_DATA)",
|
||||
"PathMatcher exact, wildcard, and parameterized path matching",
|
||||
"EndpointDescriptor metadata validation",
|
||||
"RoutingContext and RoutingDecision model population",
|
||||
"PayloadLimits enforcement"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user