What problem does it solve?
Creating well-formed CUBRID CTP isolation testcase files is repetitive and error-prone, and teams need consistent scaffolding, headers, synchronization, and cleanup to avoid flaky or non-runnable tests. This Skill provides a rule-driven template and checklist so authors can produce ready-to-run .ctl files that follow CTP conventions and directory naming standards.
Core Features & Use Cases
- Generate .ctl scaffolds that include a complete header block, NUM_CLIENTS setup, MC and Cx commands, phase comments, and cleanup steps.
- Enforce conventions such as isolation-level directories, sequential numbering, lock timeout setup, explicit client quit, and synchronization barriers to prevent interleaving.
- Use Cases: drafting a bug-fix isolation test for a CBRD issue, creating a new feature isolation test under the features directory, and producing variants of a scenario with correct numbering and documentation.
Quick Start
Create an isolation testcase draft for CBRD-12345 that verifies read committed lock contention between two clients.