documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF

This commit is contained in:
master
2026-02-25 01:24:07 +02:00
parent b07d27772e
commit 4db038123b
9090 changed files with 4836 additions and 2909 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"
}