Skip to content
New issue

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

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

Already on GitHub? # to your account

Better handle situations where the parent directory doesn't exist during sftp #175

Merged
merged 1 commit into from
Dec 21, 2022

Conversation

JacobCallahan
Copy link
Member

This change adds some additional logic to not only handle when parent directories don't exist, but also constructs the destination path when only a directory is given

Fixes #169

Both affected functional tests pass

…ing sftp

This change adds some additional logic to not only handle when parent directories
don't exist, but also constructs the destination path when only a directory is given

Fixes SatelliteQE#169
Copy link
Collaborator

@Griffin-Sullivan Griffin-Sullivan left a comment

Choose a reason for hiding this comment

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

Looks good! Both tests are passing.

@JacobCallahan
Copy link
Member Author

@ogajduse performed some extensive testing in CI running on py3.11 and the results look great

@JacobCallahan JacobCallahan merged commit 44f3a22 into SatelliteQE:master Dec 21, 2022
@JacobCallahan JacobCallahan deleted the optimizations branch December 21, 2022 15:14
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: sftp_write fails if the destination file does not exist in the container
3 participants