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,29 @@
{
"feature": "messaging-abstractions-library",
"tier": "tier2-integration",
"timestamp": "2026-02-13T00:00:00Z",
"result": "PASS",
"testProject": "StellaOps.Messaging.Transport.Valkey.Tests (35 skipped - needs Valkey), verified via InMemory transport in integration tests",
"testCounts": { "passed": 154, "failed": 0, "skipped": 35, "total": 189 },
"duration": "combined",
"sourceVerification": {
"Abstractions/IMessageQueue.cs": true,
"Abstractions/IDistributedCache.cs": true,
"Abstractions/IEventStream.cs": true,
"Abstractions/IRateLimiter.cs": true,
"Abstractions/IIdempotencyStore.cs": true,
"Abstractions/IAtomicTokenStore.cs": true,
"InMemoryTransportPlugin.cs": true,
"PostgresTransportPlugin.cs": true,
"ValkeyTransportPlugin.cs": true
},
"behaviorsVerified": [
"IMessageQueue enqueue/dequeue with InMemory transport",
"IDistributedCache store/retrieve with InMemory transport",
"IEventStream publish/subscribe with InMemory transport",
"IRateLimiter throttling above limit",
"IIdempotencyStore duplicate prevention",
"Plugin-based transport registration"
],
"notes": "Valkey tests skipped (35) due to missing Valkey server in CI; InMemory transport covers contract compliance"
}