-
Notifications
You must be signed in to change notification settings - Fork 261
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
[humble] Rollback to rcpputils::fs and workaround failure in "open_succeds_twice" on second run. #1666
Conversation
This reverts commit e0d3d48. Signed-off-by: Michael Orlov <[email protected]>
Signed-off-by: Michael Orlov <[email protected]>
7e0f00e
to
fb14c32
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me with green CI. Thanks for implementing this.
…ests Signed-off-by: Michael Orlov <[email protected]>
Pulls: #1666 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@ros-pull-request-builder retest this please |
The CI failure on RHEL is unrelated to the changes from this PR
I would go ahead and merge it. |
Maybe we have a different version of the |
It is the only platform where we install (parts of) flake8 from pip: https://github.com/ros2/ci/blob/master/linux_docker_resources/Dockerfile-RHEL#L198-L202 . So that may indeed by the case. |
Ahh, merging then. |
rcpputils::filesystem
to solve error on RHEL #1665Note. The original failure in the "open_succeeds_twice" on the second run was because
rcpputils::fs::delete_all(tmp_dir_)
failed to delete the temp folder in destructor because it was there two subfolders.