Skip to content

Conversation

frival
Copy link

@frival frival commented Aug 26, 2025

Description

Fixes an issue where the scp command to copy the generated xml file does not turn off strict host key checking. This means any host that hasn't been seen already (e.g. newly created cloud instances) will get stuck asking the user if they should continue, a message the user can never see and never respond to, and the benchmark gets hung before it ever gets started. Adding -o StrictHostKeyChecking=no skips this check and the command continues and the run completes.

Before/After Comparison

Before: the wrapper would hang indefinitely, and a ps tree listing would show it's stuck in the 'scp xml1' command.
After: the benchmark run finishes successfully.

Clerical Stuff

Relates to JIRA: RPOPC-583
This closes #43

@frival frival linked an issue Aug 26, 2025 that may be closed by this pull request
@kdvalin kdvalin added the group_review_lgtm Indicates approval after a group review meeting label Sep 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
group_review_lgtm Indicates approval after a group review meeting
Projects
None yet
Development

Successfully merging this pull request may close these issues.

One scp call is missing the "-o StrictHostKeyChecking=no" arg
3 participants