fault-injection-testing이란?
복원력 테스트를 위해 스토리지 및 네트워크 오류를 시뮬레이션합니다. 회로 차단기 상태 시스템, 백오프가 포함된 재시도 정책 및 큐 보존 어설션을 제공합니다. 출처: apankov1/quality-engineering.
복원력 테스트를 위해 스토리지 및 네트워크 오류를 시뮬레이션합니다. 회로 차단기 상태 시스템, 백오프가 포함된 재시도 정책 및 큐 보존 어설션을 제공합니다.
명령줄에서 fault-injection-testing AI 스킬을 개발 환경에 빠르게 설치
출처: apankov1/quality-engineering.
Production systems fail. Databases time out. Networks reset. Services degrade. If you only test happy paths, your first encounter with failure will be in production. This skill teaches you to systematically inject faults and verify resilience behavior.
When to use: Testing recovery paths, retry logic, circuit breakers, transaction rollback, queue preservation on failure, any code that interacts with external services.
When not to use: Happy-path-only tests, pure functions, UI components, code with no external dependencies.
복원력 테스트를 위해 스토리지 및 네트워크 오류를 시뮬레이션합니다. 회로 차단기 상태 시스템, 백오프가 포함된 재시도 정책 및 큐 보존 어설션을 제공합니다. 출처: apankov1/quality-engineering.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/apankov1/quality-engineering --skill fault-injection-testing복원력 테스트를 위해 스토리지 및 네트워크 오류를 시뮬레이션합니다. 회로 차단기 상태 시스템, 백오프가 포함된 재시도 정책 및 큐 보존 어설션을 제공합니다. 출처: apankov1/quality-engineering.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/apankov1/quality-engineering --skill fault-injection-testing 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/apankov1/quality-engineering