X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8b93280fb2fae252e29263660e9591fcaa2d8722..f34f20a9ac4b7ade7eeb05157a3b190d8a98c37e:/services/fuse/tests/test_cache.py diff --git a/services/fuse/tests/test_cache.py b/services/fuse/tests/test_cache.py index 7aa00092bc..745c6f7b31 100644 --- a/services/fuse/tests/test_cache.py +++ b/services/fuse/tests/test_cache.py @@ -11,8 +11,8 @@ import unittest from .integration_test import IntegrationTest from .mount_test_base import MountTestBase -class TmpCollectionTest(IntegrationTest): - mnt_args = ["--directory-cache=0"] +class CacheTest(IntegrationTest): + mnt_args = ["--by-id", "--directory-cache=0"] @IntegrationTest.mount(argv=mnt_args) def test_cache_spill(self):