fix(agents): retry autonomous runtime deploy readback
This commit is contained in:
@@ -11,7 +11,10 @@ def test_ai_agent_autonomous_runtime_control_uses_current_owner_directive():
|
||||
"current_owner_directive_controlled_ai_automation"
|
||||
)
|
||||
assert data["program_status"]["deploy_readback_marker"] == (
|
||||
"p2_416_d1n_autonomous_runtime_control_prod_readback_v1"
|
||||
"p2_416_d1n_autonomous_runtime_control_prod_readback_v2"
|
||||
)
|
||||
assert data["program_status"]["deploy_attempt_note"] == (
|
||||
"cd_3660_failed_host_pressure_guard_retry"
|
||||
)
|
||||
assert data["program_status"]["legacy_no_send_no_live_rules_overridden"] is True
|
||||
assert data["program_status"]["implementation_completion_percent"] == 88
|
||||
|
||||
@@ -52,7 +52,10 @@ def test_get_ai_agent_autonomous_runtime_control_api():
|
||||
"current_owner_directive_controlled_ai_automation"
|
||||
)
|
||||
assert data["program_status"]["deploy_readback_marker"] == (
|
||||
"p2_416_d1n_autonomous_runtime_control_prod_readback_v1"
|
||||
"p2_416_d1n_autonomous_runtime_control_prod_readback_v2"
|
||||
)
|
||||
assert data["program_status"]["deploy_attempt_note"] == (
|
||||
"cd_3660_failed_host_pressure_guard_retry"
|
||||
)
|
||||
assert data["current_policy"]["owner_review_required_for_low_medium_high"] is False
|
||||
assert data["report_delivery"]["status"] == "telegram_gateway_delivery_enabled"
|
||||
|
||||
Reference in New Issue
Block a user