Synthetic Check Gate とは?
Synthetic check gate は、synthetic monitor、つまり実際のユーザー操作を模倣するスクリプト化された取引を、デプロイされたばかりのシステムに対して実行します。login や checkout といったエンドツーエンドのジャーニーが、システムの外側から見て依然として動作することを確認します。synthetic ジャーニーの失敗は gate を不合格にし、release の前進を止めます。
なぜ重要か
ユニットテストや統合テストが通っても、設定や環境の違いによって実際のユーザーフローが壊れていることがあります。synthetic check は、ユーザーと同じように稼働中のシステムを動かします。
関連ガイド
What Is a Smoke Test Gate?A smoke test gate runs a small set of critical checks right after deployment and blocks promotion if any fail…
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…