cdc_repl-runone

Execute a single CUBRID CDC replication testcase via CTP and report pass/fail.

1|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/tw-kang/skills --skill cdc-repl-runone
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cdc_repl-runone
Source: https://github.com/tw-kang/skills/tree/main/cdc_repl-runone
Command: npx skills add https://github.com/tw-kang/skills --skill cdc-repl-runone

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Executes a single CUBRID CDC replication testcase (.sql with --test:/--check: markers) via CTP and reports pass/fail. Requires configured CDC infrastructure (source + target nodes). NOT for: creating tests (use cdc_repl-create).

Core Features & Use Cases

  • Run a single cdc_repl testcase against a pre-configured source and target cluster.
  • Requires CDC-ready infrastructure with cdc_test_helper built on both nodes and a CUBRID build URL.
  • Reports clear PASS/FAIL outcomes and highlights discrepancies via CheckDiff-style validation.

Quick Start

Run a single cdc_repl test on configured CDC infrastructure using a provided test file.

Frequently Asked Questions about cdc_repl-runone

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a single CUBRID CDC replication test case?

To run a single CUBRID CDC replication test case, execute a .sql file with --test:/--check: markers via CTP against a configured source and target cluster, which reports a clear pass or fail outcome.

What prerequisites do I need to run a CDC replication test via CTP?

Running a single CDC replication test requires a .sql test file annotated with --test:/--check: markers, a CUBRID build URL, and a configured source and target cluster infrastructure.

Can I use CTP to create new CDC replication tests?

No, CTP cannot create new CDC replication tests in this context. This execution is strictly for running existing annotated .sql test files and reporting pass/fail results, not for test creation.

How does CTP validate CDC replication results?

CTP validates CDC replication results by highlighting discrepancies between the source and target nodes using CheckDiff-style validation, reporting a clear pass or fail outcome for the executed test case.

Do I need cdc_test_helper on both nodes for CUBRID CDC testing?

Yes, you need cdc_test_helper built and available on both the source and target nodes to satisfy the infrastructure prerequisites for executing and validating CDC replication test cases.

When should I use a single CDC test run instead of full regression?

You should use a single CDC test run when you need to execute and validate a specific annotated .sql test case rather than performing a full regression suite across your configured CUBRID CDC infrastructure.