Fix reinstall test failing on MacOS due to rsync change#6954
Fix reinstall test failing on MacOS due to rsync change#6954hjoliver merged 2 commits intocylc:8.5.xfrom
Conversation
41c0ccd to
b3f7c53
Compare
|
The change is a tad concerning. The change from I don't think we do any remote stuff on the Mac OS tests, so I guess the server and client are the same host. Maybe that's it? |
|
My guess is macos-latest has changed to 15 this week and on the new runner rsync is behaving in "pull" mode even though it is still local: https://github.com/cylc/cylc-flow/actions/runs/17375118712/job/49319610412#step:8:1178
The tests still pass as the files are being copied correctly Edit: tested and get the same |
Apparently sometimes local transfers can happen in "pull" mode instead of "push" mode
b3f7c53 to
c5114a7
Compare
hjoliver
left a comment
There was a problem hiding this comment.
The explanation seems vaguely plausible.
Co-authored-by: Ronnie Dutta <61982285+MetRonnie@users.noreply.github.com>
For some reason on GH Actions MacOS we have started seeing "recv" instead of "send" in rsync here:
Possibly macos-latest has changed to 15
Check List
CONTRIBUTING.mdand added my name as a Code Contributor.?.?.xbranch.