fix(cd): wait for boundary readback rollout
All checks were successful
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 1m16s
CD Pipeline / build-and-deploy (push) Successful in 7m41s
CD Pipeline / post-deploy-checks (push) Successful in 2m13s
All checks were successful
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 1m16s
CD Pipeline / build-and-deploy (push) Successful in 7m41s
CD Pipeline / post-deploy-checks (push) Successful in 2m13s
This commit is contained in:
@@ -198,6 +198,10 @@ def test_cd_prunes_and_verifies_api_executor_boundary_in_production() -> None:
|
||||
in workflow
|
||||
)
|
||||
assert "executor_boundary_public_readback=verified_ready" in workflow
|
||||
assert "EXECUTOR_BOUNDARY_READBACK_ATTEMPTS" in workflow
|
||||
assert "range(1, attempts + 1)" in workflow
|
||||
assert "readback_attempt={attempt}" in workflow
|
||||
assert "executor_boundary_public_readback_waiting=" in workflow
|
||||
assert 'boundary.get("full_workload_boundary_verified") is True' in workflow
|
||||
assert 'database_boundary.get("db_identity_isolated") is True' in workflow
|
||||
assert "autonomous_single_writer_source_boundary" in workflow
|
||||
|
||||
Reference in New Issue
Block a user