What problem does it solve?
This skill helps engineers and QA contributors quickly produce well-formed CDC replication CTP SQL testcases for CUBRID by enforcing CTP formatting rules and CDC-specific constraints so tests are consistent, deterministic, and review-ready.
Core Features & Use Cases
- Structured testcase scaffolding: Produces .sql files with the required header, Coverage section, setup and teardown blocks, --test and --check markers, and COMMIT placement.
- CDC-specific validation guidance: Emphasizes explicit PRIMARY KEYs, deterministic ORDER BY in check queries, avoidance of LOBs, and proper use of cdc_test_helper and conf/cdc_repl.conf.
- Examples and checklist: Includes example testcases and a self-review checklist to ensure CTP compliance for bug fixes and new feature tests.
Quick Start
Create a draft CDC replication SQL testcase for CBRD-12345 that includes a header with Coverage, setup DDL, INSERT/UPDATE/DELETE test blocks with COMMITs, deterministic check queries with ORDER BY, and cleanup.