ha-shell-runone

Execute a single CTP HA shell testcase on master/slave infrastructure and report pass/fail.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Executes a single CTP HA shell testcase on configured HA infrastructure and reports pass/fail. The tests require a master + slave node setup and the presence of HA helpers to run the scenario.

Core Features & Use Cases

  • Run a single HA shell testcase on a master/slave CTP setup.
  • Produce a deterministic pass/fail report compatible with CTP tooling.
  • Use case: when asked to run a specific HA shell test, this skill executes it and returns the outcome.

Quick Start

Run a single ha shell test by name on the configured HA environment.

Frequently Asked Questions about ha-shell-runone

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

FAQPage Schema
How do I run a single CTP HA shell test on a master/slave infrastructure?

To run a single CTP HA shell test, execute the testcase on a configured master/slave CUBRID infrastructure. The skill enforces prerequisites like HA.properties and make_ha.sh in CTP_HOME, returning a deterministic pass/fail outcome.

What prerequisites do I need to execute a CUBRID HA shell testcase?

Executing a CUBRID HA shell testcase requires a configured master and slave node setup with a functional CUBRID installation. You must also have HA.properties and make_ha.sh present in CTP_HOME on both nodes.

Does running an HA shell test require a specific CTP environment setup?

Yes, running an HA shell test requires a functional CTP environment with a master and slave node. The infrastructure must have CUBRID installed and configured correctly, alongside HA.properties and make_ha.sh in CTP_HOME.

Why does my CTP HA shell test fail to execute on the master/slave nodes?

CTP HA shell test execution fails if prerequisites are missing. Ensure make_ha.sh is in CTP_HOME, HA.properties is configured, and a functional CUBRID installation exists on both master and slave nodes before running the scenario.

Can I get a standardized pass/fail report after running a CUBRID HA shell test?

Yes, running a single CUBRID HA shell test produces a deterministic pass/fail report. The outcome is output in a standardized format compatible with CTP tooling after executing the scenario on the configured infrastructure.