save checkpoint

This commit is contained in:
master
2026-02-14 09:11:48 +02:00
parent 9ca2de05df
commit e9aeadc040
1512 changed files with 30863 additions and 4728 deletions

View File

@@ -0,0 +1,23 @@
{
"feature": "router-backpressure",
"tier": "tier2-integration",
"timestamp": "2026-02-13T00:00:00Z",
"result": "PASS",
"testProjects": ["StellaOps.Router.Gateway.Tests", "StellaOps.Router.Integration.Tests"],
"testCounts": { "passed": 167, "failed": 0, "skipped": 0, "total": 167 },
"sourceVerification": {
"ValkeyRateLimitStore.cs": true,
"InMemoryRateLimiter.cs": true,
"RateLimitMiddleware.cs": true,
"RateLimitService.cs": true,
"CircuitBreaker.cs": true,
"InstanceRateLimiter.cs": true
},
"behaviorsVerified": [
"HTTP 429 responses with Retry-After header on rate limit exceeded",
"HTTP 503 response when all instances overloaded",
"Backpressure propagation via gateway to callers",
"Rate limit recovery after window expiry",
"Per-instance rate limiting with individual counters"
]
}