Commit e2636df5 authored by John Chilton's avatar John Chilton
Browse files

Fix shared caches with extended metadata collection.

parent af6e28d0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -61,6 +61,7 @@ class GalaxyDataTestConfig(Bunch):
        self.object_store = "disk"
        self.object_store_check_old_style = False
        self.object_store_cache_path = "/tmp/cache"
        self.object_store_cache_size = -1
        self.object_store_store_by = "uuid"

        self.umask = os.umask(0o77)
+1 −0
Original line number Diff line number Diff line
@@ -1726,6 +1726,7 @@ def config_to_dict(config):
        "jobs_directory": config.jobs_directory,
        "new_file_path": config.new_file_path,
        "object_store_cache_path": config.object_store_cache_path,
        "object_store_cache_size": config.object_store_cache_size,
        "gid": config.gid,
    }