1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

core: Fix race detected by go race detector

This commit is contained in:
Nick Craig-Wood
2014-07-22 23:03:14 +01:00
parent a75bc0703f
commit e09ef62d5b
2 changed files with 7 additions and 6 deletions

View File

@@ -3,6 +3,12 @@ Remove FIXME skipping directory
Change lsd command so it doesn't show -1
* Make sure all Fses show -1 for objects Zero for dates etc
Make unit tests for the fses
* Make them try to load a TestFSName config
* Then do a proper unit test of each one
* If there is no TestFSName config it should exit quietly
* However the Local FS should default to a tmpdir
Todo
* FIXME: More -dry-run checks for object transfer
* Might be quicker to check md5sums first? for swift <-> swift certainly, and maybe for small files