Smoke Test Gate とは?
Smoke test gate は、システムが基本的に動作していることを確認するため、deployment の直後に価値の高い最小限のテストスイートを実行するチェックポイントです。テストは、アプリの起動や主要な endpoint の応答といった中核的なパスをカバーします。smoke test が失敗すると、gate は release のさらなる昇格を止めます。
なぜ重要か
deployment は機械的には成功しても、アプリが明らかに壊れたまま残ることがあります。素早い smoke チェックは、ひどい失敗が全ユーザーに広がる前に捕捉します。
関連ガイド
What Is a Synthetic Check Gate?A synthetic check gate runs scripted, simulated user transactions against a live deployment to verify behavio…
What Is Post-Deploy Verification?Post-deploy verification is the automated checks run right after a release to confirm the new version is heal…
What Is a Rollout Health Gate?A rollout health gate pauses or halts a progressive deployment when live health signals breach thresholds, st…