[AZ-1133] Cycle 16 closeout — traceability, retro, state
ci/woodpecker/push/02-build-push/2 Pipeline is pending
ci/woodpecker/push/01-test Pipeline was successful
ci/woodpecker/push/02-build-push/1 Pipeline was successful

Test-spec sync, doc ripple, retrospective; autodev advances to cycle 17.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-06-26 18:00:47 +03:00
parent 67530eb169
commit 56c15611ce
6 changed files with 89 additions and 10 deletions
@@ -1,5 +1,13 @@
# Performance Test Scenarios
## Preflight: API reachability (before PT-01)
**Trigger**: `scripts/run-performance-tests.sh` after JWT mint, before PT-01
**Load**: 1 authenticated GET `/api/satellite/tiles/latlon` probe (same `CURL_OPTS` / TLS trust as scenarios)
**Expected**: API at `$API_URL` accepts TCP/TLS connection
**Pass criterion**: curl completes (any HTTP status including 4xx counts as reachable); script continues to PT-01
**Fail criterion**: connection refused / timeout / TLS handshake failure → script prints `docker compose -f docker-compose.yml -f docker-compose.perf.yml up -d --build` and exits **7** (PT-01 does not run)
## PT-01: Single Tile Download Latency
**Trigger**: GET /api/satellite/tiles/latlon (uncached tile)