[AZ-137] [AZ-138] Decompose test tasks and scaffold E2E test infrastructure

Made-with: Cursor
This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-03-23 14:07:54 +02:00
parent 091d9a8fb0
commit 86d8e7e22d
47 changed files with 1883 additions and 88 deletions
View File
+1
View File
@@ -0,0 +1 @@
"""POST /detect/{media_id} async flow, SSE /detect/stream events, annotations callback."""
+1
View File
@@ -0,0 +1 @@
"""Health & engine lifecycle tests (FT-P-01, FT-P-02, FT-P-14, FT-P-15)."""
+1
View File
@@ -0,0 +1 @@
"""Invalid inputs, empty uploads, corrupt media, and expected HTTP error responses."""
+1
View File
@@ -0,0 +1 @@
"""Latency and throughput baselines for sync detect and async pipelines."""
+1
View File
@@ -0,0 +1 @@
"""Loader and annotations outage modes, retries, and degraded behavior."""
+1
View File
@@ -0,0 +1 @@
"""Memory, concurrency, and payload size boundaries under load."""
+1
View File
@@ -0,0 +1 @@
"""Auth headers, token refresh, and abuse-resistant API usage."""
+1
View File
@@ -0,0 +1 @@
"""Synchronous POST /detect single-image scenarios (bounding boxes, config, class mapping)."""
+1
View File
@@ -0,0 +1 @@
"""Large-image tiling and overlap behavior for POST /detect."""
+1
View File
@@ -0,0 +1 @@
"""Video ingestion, frame sampling, and end-to-end media processing."""