Skip to content

Commit

Permalink
fix gcsfuse integration file cache tests
Browse files Browse the repository at this point in the history
  • Loading branch information
songjiaxun committed Mar 11, 2024
1 parent c0147ff commit f5c9407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/testsuites/gcsfuse_integration_file_cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func (t *gcsFuseCSIGCSFuseIntegrationFileCacheTestSuite) DefineTests(driver stor

tPod.SetupTmpVolumeMount("/tmp/gcsfuse_read_cache_test_logs")
tPod.SetupCacheVolumeMount("/tmp/cache-dir", ".volumes/"+volumeName)
mountOptions = append(mountOptions, "logging:file-path:/gcsfuse-tmp/log.json", "logging:format:json")
mountOptions = append(mountOptions, "logging:file-path:/gcsfuse-tmp/log.json", "logging:format:json", "logging:severity:trace")

tPod.SetupVolume(l.volumeResource, volumeName, mountPath, readOnly, mountOptions...)
tPod.SetAnnotations(map[string]string{
Expand Down

0 comments on commit f5c9407

Please sign in to comment.