1
mirror of https://github.com/rclone/rclone synced 2024-10-17 03:01:13 +02:00
rclone/fstest
Aleksandar Jankovic 8243ff8bc8 accounting: isolate stats to groups
Introduce stats groups that will isolate accounting for logically
different transferring operations. That way multiple accounting
operations can be done in parallel without interfering with each other
stats.

Using groups is optional. There is dedicated global stats that will be
used by default if no group is specified. This is operating mode for CLI
usage which is just fire and forget operation.

For running rclone as rc http server each request will create it's own
group. Also there is an option to specify your own group.
2019-07-28 14:48:19 +01:00
..
fstests fstest: add fs.ErrorCantShareDirectories for backends which can only share files 2019-07-24 20:34:29 +01:00
mockdir Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
mockfs Add context propagation to rclone 2019-06-19 11:59:46 +01:00
mockobject Add context propagation to rclone 2019-06-19 11:59:46 +01:00
test_all googlephotos: Backend for accessing Google Photos #369 2019-07-02 15:26:55 +01:00
fstest.go accounting: isolate stats to groups 2019-07-28 14:48:19 +01:00
run.go Add context propagation to rclone 2019-06-19 11:59:46 +01:00