save checkpoint

This commit is contained in:
master
2026-02-12 21:02:43 +02:00
parent 5bca406787
commit 9911b7d73c
593 changed files with 174390 additions and 1376 deletions

View File

@@ -0,0 +1,17 @@
{
"project": "src/Router/__Tests/StellaOps.Gateway.WebService.Tests/StellaOps.Gateway.WebService.Tests.csproj",
"buildResult": "pass",
"testResult": "pass",
"totalTests": 224,
"passedTests": 224,
"failedTests": 0,
"skippedTests": 0,
"capturedAtUtc": "2026-02-12T12:30:00Z",
"errors": [],
"codeReview": {
"nonTrivialImplementation": true,
"logicMatchesDescription": true,
"unitTestsCoverCoreBehavior": true,
"assertionsMeaningful": true
}
}

View File

@@ -0,0 +1,40 @@
{
"type": "api",
"baseUrl": "http://127.0.0.1:15080",
"capturedAtUtc": "2026-02-12T12:44:00Z",
"note": "WebSocket proxy tested via integration tests (WebApplicationFactory with in-process upstream WS echo server). Live curl testing of WS is not feasible; integration tests exercise the full ASP.NET middleware pipeline including WebSocket upgrade, bidirectional message pump, and close handshake.",
"integrationTests": {
"testProject": "src/Router/__Tests/StellaOps.Gateway.WebService.Tests",
"testClass": "RouteTableIntegrationTests",
"testsRun": 4,
"testsPassed": 4,
"testsFailed": 0,
"tests": [
{
"name": "WebSocket_UpgradeSucceeds",
"description": "Connect to ws://host/ws/ws/echo and verify WebSocketState.Open",
"result": "pass",
"capturedAtUtc": "2026-02-12T12:44:20Z"
},
{
"name": "WebSocket_MessageRoundTrip",
"description": "Send 'Hello WebSocket' text message, receive same text echo back",
"result": "pass",
"capturedAtUtc": "2026-02-12T12:44:21Z"
},
{
"name": "WebSocket_BinaryMessage",
"description": "Send binary [0x01, 0x02, 0x03, 0xFF], receive identical binary echo",
"result": "pass",
"capturedAtUtc": "2026-02-12T12:44:22Z"
},
{
"name": "WebSocket_CloseHandshake",
"description": "Send close frame with NormalClosure, verify state becomes Closed",
"result": "pass",
"capturedAtUtc": "2026-02-12T12:44:23Z"
}
]
},
"verdict": "pass"
}