Commit Graph

2 Commits

Author SHA1 Message Date
zenfun
f56f9215d8 test(integration): add e2e testing suite and infrastructure
Introduces a comprehensive integration testing setup and local development environment.

Changes include:
- Add `docker-compose.yml` for local stack orchestration.
- Add `docker-compose.integration.yml` for the integration test environment.
- Create `mock-upstream` service to simulate external LLM provider responses.
- Implement Go-based end-to-end tests verifying control plane configuration and data plane routing.
- Add `integration_test.sh` for quick connectivity verification.
2025-12-02 14:51:33 +08:00
57d92de5e6 feat(docker): add docker-compose configuration for PostgreSQL, Redis, EZ-API, and Balancer services 2025-12-02 14:33:07 +08:00