mirror of
https://github.com/rclone/rclone.git
synced 2026-06-29 10:25:00 -04:00
The TransformFile tests in fs/sync call operations.TransformFile immediately after MoveDir. On eventually-consistent backends the internal NewObject lookup can momentarily fail with "object not found", making the tests flaky. This wraps the two operations.TransformFile calls in TestTransformFile and TestManualTransformFile with fstest.Retry
17 KiB
17 KiB