Jump to content

Connect SuperML | Leeroopedia MCP: Equip your AI agents with best practices, code verification, and debugging knowledge. Powered by Leeroo — building Organizational Superintelligence. Contact us at founders@leeroo.com.

Principle:Risingwavelabs Risingwave CI Integration Testing

From Leeroopedia


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.

Related Pages

Implemented By

Page Connections

Double-click a node to navigate. Hold to expand connections.
Principle
Implementation
Heuristic
Environment