Skip to content

Commit

Permalink
Disable metadata caches in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aduffeck committed Jul 2, 2024
1 parent 0e6136c commit 19db280
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions tests/integration/grpc/fixtures/storageprovider-ocis.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ root = "{{root}}/storage"
treetime_accounting = true
treesize_accounting = true
permissionssvc = "{{permissions_address}}"

[grpc.services.storageprovider.drivers.ocis.filemetadatacache]
cache_store = "noop"
8 changes: 7 additions & 1 deletion tests/oc-integration-tests/drone/storage-users-posixfs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ treesize_accounting = true
personalspacepath_template = "users/{{.User.Username}}"
generalspacepath_template = "projects/{{.SpaceId}}"

[grpc.services.storageprovider.drivers.posix.filemetadatacache]
cache_store = "noop"

[grpc.services.storageprovider.drivers.posix.idcache]
cache_store = "redis"
cache_nodes = [ "redis://redis:6379" ]
Expand All @@ -48,4 +51,7 @@ treesize_accounting = true

[http.services.dataprovider.drivers.posix.idcache]
cache_store = "redis"
cache_nodes = [ "redis://redis:6379" ]
cache_nodes = [ "redis://redis:6379" ]

[http.services.dataprovider.drivers.posix.filemetadatacache]
cache_store = "noop"

0 comments on commit 19db280

Please sign in to comment.