[AZ-1123] Cycle 11 closeout: traceability, deploy, retro
ci/woodpecker/push/01-test Pipeline failed
ci/woodpecker/push/02-build-push unknown status

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-06-26 11:08:24 +03:00
parent 179daae235
commit a0449f79d0
7 changed files with 119 additions and 12 deletions
@@ -52,7 +52,8 @@ Console application that runs end-to-end integration tests against a live API in
- ProjectReferences: `SatelliteProvider.Api` (running service for the integration runner), `SatelliteProvider.TestSupport` (canonical `JwtTokenFactory` + `IntegrationTestResetGuard`), `SatelliteProvider.Common` (added by AZ-503 so the `MultiSourceCoexistence_AZ484_Cycle2` seeder can compute `location_hash` via `Uuidv5.Create` instead of duplicating the UUIDv5 algorithm in T-SQL fixtures), `SatelliteProvider.GrpcContracts` (added cycle 9 — generated gRPC client stubs for `RouteTileDeliveryGrpcTests`).
## Consumers
- `docker-compose.tests.yml` — runs as a container that depends on the API service
- `docker-compose.tests.yml` — runs as a container that depends on the API service (self-contained stack; no host postgres port — see `deployment/containerization.md` §Compose overlays)
- Perf tests against a host-published API use `docker-compose.yml` + `docker-compose.perf.yml` — documented in `tests/environment.md` and `deployment/containerization.md`
## Configuration
- `API_URL` environment variable (set in docker-compose.tests.yml to `https://api:8080`)