tests: MinIO Data Lake Writer (Parquet, Partitioned) test

This commit is contained in:
voltsrage
2026-06-17 18:59:23 +08:00
parent 65be22fd1c
commit 3b4c5c524b
3 changed files with 213 additions and 4 deletions
@@ -306,10 +306,13 @@ Note: if you accidentally create a typo folder like `dashbpards`, Grafana provis
docker compose up -d --force-recreate <service>
```
3. Verify logs and health endpoints.
4. Run project verification scripts (example):
4. Run project verification scripts (examples):
```bash
./scripts/run-phase8-verification.sh
./scripts/run-phase9-verification.sh
```
Phase 9 also benefits from the MinIO client (`mc`) and DuckDB CLI for object and Parquet checks. Install without sudo — see `docs/plans/phase-9-plan.md`.
This avoids unnecessary full resets and speeds up local development.