Skip to content

Commit

Permalink
adding stat cache ttl 0 (#1871)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulsishah committed Apr 29, 2024
1 parent bf0f5b9 commit 17a27b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/integration_tests/list_large_dir/list_large_dir_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ const NumberOfExplicitDirsInDirectoryWithTwelveThousandFiles = 100
func TestMain(m *testing.M) {
setup.ParseSetUpFlags()

flags := [][]string{{"--implicit-dirs"}}
flags := [][]string{{"--implicit-dirs", "--stat-cache-ttl=0"}}
if !testing.Short() {
flags = append(flags, []string{"--client-protocol=grpc", "--implicit-dirs=true"})
flags = append(flags, []string{"--client-protocol=grpc", "--implicit-dirs=true", "--stat-cache-ttl=0"})
}

if setup.TestBucket() == "" && setup.MountedDirectory() != "" {
Expand Down

0 comments on commit 17a27b0

Please sign in to comment.