Close scratch iteration 006 grouped readiness repairs
This commit is contained in:
@@ -543,6 +543,18 @@ frontdoor_bootstrap_ready() {
|
||||
ok 'Frontdoor bootstrap path is ready for first-user sign-in'
|
||||
}
|
||||
|
||||
frontdoor_authenticated_ready() {
|
||||
step 'Waiting for authenticated frontdoor route readiness'
|
||||
|
||||
if (cd "$ROOT" && node ./src/Web/StellaOps.Web/scripts/live-frontdoor-authenticated-readiness.mjs); then
|
||||
ok 'Authenticated topology, notifications admin, and promotion flows are ready for first-user QA'
|
||||
return 0
|
||||
fi
|
||||
|
||||
fail 'Authenticated frontdoor route readiness did not converge'
|
||||
return 1
|
||||
}
|
||||
|
||||
# ─── 8. Smoke test ─────────────────────────────────────────────────────────
|
||||
|
||||
smoke_test() {
|
||||
@@ -589,6 +601,10 @@ smoke_test() {
|
||||
if ! frontdoor_bootstrap_ready; then
|
||||
has_blocking_failures=true
|
||||
fi
|
||||
|
||||
if ! frontdoor_authenticated_ready; then
|
||||
has_blocking_failures=true
|
||||
fi
|
||||
fi
|
||||
|
||||
# Platform container health summary
|
||||
|
||||
Reference in New Issue
Block a user