Principle:Risingwavelabs Risingwave CI Integration Testing
| Knowledge Sources | |
|---|---|
| Domains | CI_CD, Testing, Infrastructure |
| Last Updated | 2026-02-09 07:00 GMT |
Overview
Continuous integration infrastructure for running integration tests with Docker Compose-based service dependencies.
Description
CI Integration Testing provides the infrastructure and patterns for running end-to-end integration tests in CI environments. This includes Docker Compose configurations that spin up RisingWave alongside dependent services (databases, message queues, storage backends) to validate complete data pipelines. The CI pipeline orchestrates building binaries, starting services, running test suites (including SQL Logic Tests), and collecting results. This ensures that changes to any component are validated against the full system before merging.
Usage
Apply this principle when adding new integration test scenarios, modifying CI pipeline configurations, or extending the Docker Compose-based test infrastructure.