fix(runner): emit ssh session timeout marker
Some checks failed
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 33s
CD Pipeline / build-and-deploy (push) Failing after 27s
CD Pipeline / post-deploy-checks (push) Has been skipped

This commit is contained in:
Your Name
2026-07-01 12:51:27 +08:00
parent 4b5f8ea537
commit 8e4b96b60a
3 changed files with 26 additions and 1 deletions

View File

@@ -148,6 +148,9 @@ def test_harbor_110_local_repair_workflow_is_dispatch_only_and_bounded() -> None
assert 'timeout "${AWOOOI_110_SSH_COMMAND_TIMEOUT_SECONDS}"' in text
assert "operation_boundary_remote_ssh_bounded=true" in text
assert "harbor_110_remote_control_channel_unavailable" in text
assert "harbor_110_remote_ssh_server_accepts_key_then_session_timeout" in text
assert "classification=server_accepts_key_then_timeout" in text
assert "harbor_110_remote_ssh_diag_raw_log_printed=false" in text
assert "harbor_110_remote_repair_check_start=1" in text
assert 'if [ "${check_rc}" -ne 0 ]; then' in text
assert "BLOCKED harbor_110_remote_repair_check_unavailable" in text