Merge branch '11332-fix-crunchscript' refs #11332
[arvados.git] / services / fuse / tests / test_cache.py
index 7aa00092bc774bb3bc08d963838ed001682d9696..745c6f7b31e744546c5268e9f429283cbcf31eac 100644 (file)
@@ -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):