10117: Additional refinement: a directory not in use but still referenced needs
[arvados.git] / services / fuse / tests / test_cache.py
index 7aa00092bc774bb3bc08d963838ed001682d9696..66b70c9ddadf741bec594e4db29b121e72a428b6 100644 (file)
@@ -11,8 +11,11 @@ import unittest
 from .integration_test import IntegrationTest
 from .mount_test_base import MountTestBase
 
+_logger = logging.getLogger('arvados.arvados_fuse')
+_logger.setLevel(logging.DEBUG)
+
 class TmpCollectionTest(IntegrationTest):
-    mnt_args = ["--directory-cache=0"]
+    mnt_args = ["--by-id", "--directory-cache=0"]
 
     @IntegrationTest.mount(argv=mnt_args)
     def test_cache_spill(self):