alicloud-database-analyticdb-mysql-test

Smoke test Alibaba Cloud AnalyticDB MySQL authentication, API reachability, and read-only queries.

396|34|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/cinience/alicloud-skills --skill alicloud-database-analyticdb-mysql-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alicloud-database-analyticdb-mysql-test
Source: https://github.com/cinience/alicloud-skills/tree/main/tests/database/analyticdb/alicloud-database-analyticdb-mysql-test
Command: npx skills add https://github.com/cinience/alicloud-skills --skill alicloud-database-analyticdb-mysql-test

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures basic connectivity and functionality for the Alibaba Cloud AnalyticDB MySQL service, validating that the service is reachable and can execute simple queries.

Core Features & Use Cases

  • Authentication Validation: Verifies that credentials can be successfully used to interact with the service.
  • API Reachability: Confirms that essential API endpoints are accessible.
  • Read-Only Query Test: Executes a low-risk, read-only query to ensure data retrieval works.
  • Use Case: Before deploying critical applications, run this smoke test to confirm that your AnalyticDB MySQL instance is operational and accessible from your environment.

Quick Start

Run the offline script compilation check for the alicloud-database-analyticdb-mysql skill.

Frequently Asked Questions about alicloud-database-analyticdb-mysql-test

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

FAQPage Schema
How do I run a smoke test for Alibaba Cloud AnalyticDB MySQL?

An AnalyticDB MySQL smoke test validates authentication, API reachability, and read-only query execution. It checks script compilation and executes a bounded read-only API call to ensure minimal operational status before production use.

What does an AnalyticDB MySQL smoke test validate before production deployment?

An AnalyticDB MySQL smoke test validates authentication, API reachability, and read-only query execution. It checks script compilation and executes a bounded read-only API call to ensure minimal operational status before production use.

Can I use this test to verify read-only query execution on AnalyticDB MySQL?

Yes, you can use this test to verify read-only query execution on AnalyticDB MySQL. The skill executes a low-risk, bounded read-only API call to confirm that data retrieval works and saves the response summaries for verification.

Do I need any dependencies to perform an AnalyticDB MySQL connectivity check?

No external dependencies are required to perform the AnalyticDB MySQL connectivity check. The skill operates independently using its internal scripts to validate credentials and API reachability for the database service.

How does the smoke test handle authentication validation for AnalyticDB MySQL?

The smoke test handles authentication validation by verifying that your provided credentials can successfully interact with the AnalyticDB MySQL service, ensuring basic connectivity and functionality before executing simple queries.