18842: Add disk cache, test python sdk/fuse disk_cache=true/false
authorPeter Amstutz <peter.amstutz@curii.com>
Tue, 18 Oct 2022 00:21:06 +0000 (20:21 -0400)
committerPeter Amstutz <peter.amstutz@curii.com>
Tue, 18 Oct 2022 18:44:33 +0000 (14:44 -0400)
commit67e56f190b9a78e3c45cc7d90510fc631e0d04b6
tree0f8f12fa1a909cddeba7171516904bb00f16d143
parentbccafef2bb4d421618cea04b9faa3655cf83755b
18842: Add disk cache, test python sdk/fuse disk_cache=true/false

Off by default in the SDK but enabled by default with arv-mount

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
sdk/cwl/arvados_cwl/__init__.py
sdk/python/arvados/diskcache.py [new file with mode: 0644]
sdk/python/arvados/keep.py
sdk/python/setup.py
sdk/python/tests/arvados_testutil.py
sdk/python/tests/test_collections.py
sdk/python/tests/test_keep_client.py
services/fuse/arvados_fuse/command.py
services/fuse/setup.py
services/fuse/tests/mount_test_base.py
services/fuse/tests/test_mount.py