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

This commit is contained in:
ogt
2026-07-10 02:39:52 +08:00
parent 4990118c32
commit 7aae60cdff
2 changed files with 78 additions and 0 deletions

View File

@@ -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