# @v2/telemetry-integration-tests

Client-to-warehouse telemetry integration tests for Phase 72.5.1.14.

`runTelemetryClientToWarehouseIntegration` posts a client `TelemetryEventBatch`
to the real in-memory ingestion endpoint, converts the queued firehose batch
into a Kafka stream envelope, runs `runTelemetryDataPipelineOnce`, and verifies
the resulting `warehouse.v2_telemetry.events` rows.

Targeted verification:

```bash
pnpm --filter @v2/telemetry-integration-tests run typecheck
pnpm --filter @v2/telemetry-integration-tests run test
python V2/ue/Tools/check-v2-telemetry-integration-tests.py
```
