Skip to content

Commit

Permalink
Merge pull request #410 from hime/main
Browse files Browse the repository at this point in the history
Remove setting client-protocol for performance tests.
  • Loading branch information
hime authored Dec 12, 2024
2 parents 5393a54 + 5e47339 commit fd015f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/testsuites/performance.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ func (t *gcsFuseCSIPerformanceTestSuite) DefineTests(driver storageframework.Tes
tPod.SetImage(specs.UbuntuImage)
tPod.SetResource("2", "5Gi", "5Gi")
mountPath := "/gcs"
tPod.SetupVolume(l.volumeResource, volumeName, mountPath, false, "implicit-dirs", "max-conns-per-host=100", "client-protocol=http1")
tPod.SetupVolume(l.volumeResource, volumeName, mountPath, false, "implicit-dirs", "max-conns-per-host=100")
tPod.SetAnnotations(map[string]string{
"gke-gcsfuse/cpu-limit": "10",
"gke-gcsfuse/memory-limit": "2Gi",
Expand Down

0 comments on commit fd015f8

Please sign in to comment.