rclone/fstest
Nick Craig-Wood 089c168fb9 fstests: attempt to fix flaky serve s3 test
Sometimes (particularly on macOS amd64) the serve s3 test fails with
TestIntegration/FsMkdir/FsPutError where it wasn't expecting to get an
object but it did.

This is likely caused by a race between the serve s3 goroutine
deleting the half uploaded file and the fstests code looking for it to
not exist.

This fix treats it like any other eventual consistency problem and
retries the check using the test framework.
2024-08-15 16:30:29 +01:00
..
fstests fstests: attempt to fix flaky serve s3 test 2024-08-15 16:30:29 +01:00
mockdir build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
mockfs mockfs: make it so it can be registered as an Fs 2023-04-28 14:31:05 +01:00
mockobject mockobject: fix SetUnknownSize method to obey parameter passed in 2023-11-20 18:07:05 +00:00
test_all Implement Gofile backend - fixes #4632 2024-08-14 21:15:37 +01:00
testserver tree-wide: replace /bin/bash with /usr/bin/env bash 2024-06-11 12:47:47 +01:00
testy fstest: reduce precision of directory time checks on CI 2024-05-03 12:29:18 +01:00
fstest.go fstest: make RandomRemoteName shorter 2024-06-11 12:02:48 +01:00
run.go sync: fix TestMoveEmptyDirectories so they work on backends which don't support DirModTimes 2024-03-01 10:56:48 +00:00