Skip to content

feat(testing): add compose validation and health check test scripts (Closes #14)#609

Open
XuanYuandp wants to merge 1 commit into
illbnm:masterfrom
XuanYuandp:feat/testing-framework
Open

feat(testing): add compose validation and health check test scripts (Closes #14)#609
XuanYuandp wants to merge 1 commit into
illbnm:masterfrom
XuanYuandp:feat/testing-framework

Conversation

@XuanYuandp
Copy link
Copy Markdown

Implements #14: Two test scripts - test-compose.sh for static validation (syntax, tag pinning, network, health check coverage) and test-health.sh for runtime health verification of all running containers.

- test-compose.sh: Static validation without running containers
  - Docker Compose syntax check for all stacks
  - Image tag pinning verification (no :latest)
  - Network configuration validation
  - Health check coverage audit
  - Env var reference check
  - .env.example and README existence check
- test-health.sh: Runtime health verification
  - Checks all running containers health status
  - Supports per-stack testing (e.g. test-health.sh media)
  - Reports healthy/unhealthy/not-running per service

Implements illbnm#14 - $200 USDT bounty

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant