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
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user