Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

client: fix SSH client #6144

Merged
merged 1 commit into from
Jun 17, 2024
Merged

client: fix SSH client #6144

merged 1 commit into from
Jun 17, 2024

Conversation

oliver-sanders
Copy link
Member

Bug discovered when running local tests in preparation for 8.3.0 release.

  • SSH->TCP client was missing the ssh forward environment variables key.
  • This PR gives it an empty placeholder value for now.

To replicate the bug try:

$ ctb -p _remote_background_shared_ssh -v tests/functional/remote/02-install-target.t

Or try running any of the other SSH client tests.

Check List

  • I have read CONTRIBUTING.md and added my name as a Code Contributor.
  • Contains logically grouped changes (else tidy your branch by rebase).
  • Does not contain off-topic changes (use other PRs for other changes).
  • Applied any dependency changes to both setup.cfg (and conda-environment.yml if present).
  • Tests are included (or explain why tests are not needed).
  • CHANGES.md entry included if this is a change that can affect users
  • Cylc-Doc pull request opened if required at cylc/cylc-doc/pull/XXXX.
  • If this is a bug fix, PR should be raised against the relevant ?.?.x branch.

* SSH->TCP client was missing the `ssh forward environment variables`
  key.
* This PR gives it an empty placeholder value for now.
@oliver-sanders oliver-sanders added the bug Something is wrong :( label Jun 14, 2024
@oliver-sanders oliver-sanders added this to the 8.3.0 milestone Jun 14, 2024
@oliver-sanders oliver-sanders self-assigned this Jun 14, 2024
@oliver-sanders
Copy link
Member Author

(assigning three reviewers, only need two, whoever gets there first)

Copy link
Member

@hjoliver hjoliver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Seems sensible, not tested)

@wxtim wxtim removed the request for review from MetRonnie June 17, 2024 09:09
@wxtim
Copy link
Member

wxtim commented Jun 17, 2024

(assigning three reviewers, only need two, whoever gets there first)

Booted Ronnie.

Copy link
Member

@wxtim wxtim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replicated bug, replicated fix. 😄

@wxtim wxtim merged commit 2373511 into cylc:master Jun 17, 2024
26 of 27 checks passed
@oliver-sanders oliver-sanders deleted the ssh-client-fix branch June 17, 2024 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is wrong :(
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants