a0cb3bbd02
mount: allow tests to run on CI
2022-06-16 16:48:09 +01:00
6c2331ffd7
mount: skip tests on CI even if >= 2 processors
2022-06-08 18:29:42 +01:00
24de896df2
build: apply gofmt from golang 1.17
2021-09-09 20:43:59 +03:00
1545ace8f2
build: remove go1.13 build constraints
2021-02-03 17:46:08 +00:00
8ac2f52b6e
mount: disable bazil/fuse based mount on macOS #4393
...
The library is no longer supported on macOS.
2020-10-29 13:34:39 +00:00
fd39cbc193
vfstests: move functional tests from mountlib and make them work with VFS
...
The tests are now run for the mount commands and for the plain VFS.
This makes the tests much easier to debug when running with a VFS than
through a mount.
2020-04-20 10:42:33 +01:00
17b4058ee9
mount: constrain to go1.13 or above otherwise bazil.org/fuse fails to compile
2020-02-26 21:26:46 +00:00
706da80d88
mount: don't build on go1.10 as bazil/fuse no longer supports it
2020-01-08 08:44:02 +00:00
08b86cc94b
mount: skip tests on <= 2 CPUs to avoid lockup in #3154
2019-09-20 11:53:08 +01:00
57d5de6fba
build: fix up package paths after repo move
...
git grep -l github.com/ncw/rclone | xargs -d'\n' perl -i~ -lpe 's|github.com/ncw/rclone|github.com/rclone/rclone|g'
goimports -w `find . -name \*.go`
2019-07-28 18:47:38 +01:00
06e3fa3aba
mounttest: reduce duplicated code and improve test output #2154
...
The written out list of tests was replaced with a nested test for
mount and cmount. The tests for each VFS cache mode were also replaced
with nested tests which makes the output and the code much cleaner.
2018-04-08 15:04:14 +01:00
dcce65b2b3
mount/cmount: factor duplicated code into mountlib
2017-06-19 14:36:51 +01:00
3dff91d691
mount: add missing build constraint to fix Windows build
2017-05-15 17:40:15 +01:00
bc9856b570
Forward port 930ff266f2ea3ef2824860099c681c4e4351a4f9 to cmount branch
...
compare checksums on upload/download via FUSE
2017-05-15 16:56:44 +01:00
e1516e0159
Forward port 58a82cd5780a91cf3adfb043d476a752688d4f32 into cmount branch
...
allow the fuse directory cached to be cleaned manually
2017-05-15 16:56:43 +01:00
268fe0004c
mount: factor filesystem code into mountlib and mounttest
2017-05-12 21:24:24 +01:00