docs: add E2E full gap coverage implementation plan

12 tasks covering all 3 priority tiers: monitoring, headers,
shutdown/drain, JetStream extensions, cluster, leaf node,
gateway, MQTT, WebSocket, and advanced feature tests.
This commit is contained in:
Joseph Doherty
2026-03-12 19:05:48 -04:00
parent 1f122bf56f
commit 0e252d6ccf
2 changed files with 1864 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"planPath": "docs/plans/2026-03-12-e2e-full-gap-coverage-plan.md",
"tasks": [
{"id": 1, "subject": "Task 1: Add MQTTnet NuGet Package", "status": "pending"},
{"id": 2, "subject": "Task 2: Monitoring Endpoint Tests", "status": "pending"},
{"id": 3, "subject": "Task 3: Header Pub/Sub Tests", "status": "pending"},
{"id": 4, "subject": "Task 4: Shutdown and Drain Tests", "status": "pending"},
{"id": 5, "subject": "Task 5: JetStream Extended Tests", "status": "pending"},
{"id": 6, "subject": "Task 6: Cluster Fixture and Tests", "status": "pending"},
{"id": 7, "subject": "Task 7: Leaf Node Fixture and Tests", "status": "pending"},
{"id": 8, "subject": "Task 8: Gateway Fixture and Tests", "status": "pending"},
{"id": 9, "subject": "Task 9: MQTT Fixture and Tests", "status": "pending", "blockedBy": [1]},
{"id": 10, "subject": "Task 10: WebSocket Fixture and Tests", "status": "pending"},
{"id": 11, "subject": "Task 11: Advanced Tests", "status": "pending"},
{"id": 12, "subject": "Task 12: Final Verification and Cleanup", "status": "pending", "blockedBy": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]}
],
"lastUpdated": "2026-03-12T00:00:00Z"
}