X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b8ae9ce66c24055f3bf66b0956e15c44c9dd51f0..59a972c831bc8f7cd4e896ed8e1c71277b97f04e:/services/fuse/tests/test_cache.py diff --git a/services/fuse/tests/test_cache.py b/services/fuse/tests/test_cache.py index 7aa00092bc..46ed0be411 100644 --- a/services/fuse/tests/test_cache.py +++ b/services/fuse/tests/test_cache.py @@ -1,3 +1,8 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + +from builtins import range import arvados import arvados.collection import arvados_fuse @@ -11,8 +16,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):