fix(reboot): apply fd budget followup for host pressure
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 3m30s
CD Pipeline / build-and-deploy (push) Successful in 4m34s
CD Pipeline / post-deploy-checks (push) Successful in 5m23s
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 3m30s
CD Pipeline / build-and-deploy (push) Successful in 4m34s
CD Pipeline / post-deploy-checks (push) Successful in 5m23s
This commit is contained in:
@@ -163,6 +163,10 @@ def test_reboot_p0_contract_has_ai_log_triage_controlled_apply() -> None:
|
||||
assert "MODE=\"check\"" in runner
|
||||
assert "--apply" in runner
|
||||
assert "TOO_MANY_OPEN_FILES" in runner
|
||||
assert "APPLY_FD_BUDGET_FOLLOWUP" in runner
|
||||
assert "LimitNOFILE=1048576" in runner
|
||||
assert "systemctl daemon-reload" in runner
|
||||
assert "RESTART_PERFORMED=false" in runner
|
||||
assert "SSH_COMMAND_SESSION_TIMEOUT" in runner
|
||||
assert "SSH_AUTH_FAILED" in runner
|
||||
assert "DOCKER_SCOPE_TIMEOUT" in runner
|
||||
|
||||
Reference in New Issue
Block a user