What problem does it solve?
This skill streamlines running ClickHouse tests (stateless and integration) directly from the repository, ensuring consistent results and faster feedback.
Core Features & Use Cases
- Test discovery: Run stateless tests from tests/queries/0_stateless/ and integration tests from tests/integration/.
- Flexible selection: Specify a test name or let the skill auto-detect the type based on naming and location.
- Managed execution: Logs are written to a temporary file, and results are analyzed by Task tooling; tests run in the background to free up your time.
- Environment awareness: Stateless tests run from the repository root using the configured build directory; integration tests leverage Docker containers via Praktika.
Quick Start
From the repository root, invoke the skill with a test name, e.g. /test test_keeper_three_nodes_start or /test 03312_issue_63093. The system will guide you through choosing stateless or integration tests and will stream logs in real time.