Skip to content

Commit

Permalink
Merge pull request #1521 from umagnus/improve_volumecloning_e2e
Browse files Browse the repository at this point in the history
test: improve large size volume cloning e2e test
  • Loading branch information
andyzhangx authored Nov 7, 2023
2 parents d3423ac + 0a94ce2 commit f88d867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/dynamic_provisioning_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1487,7 +1487,7 @@ var _ = ginkgo.Describe("Dynamic Provisioning", func() {
skipIfUsingInTreeVolumePlugin()

pod := testsuites.PodDetails{
Cmd: "echo 'hello world' > /mnt/test-1/data && grep 'hello world' /mnt/test-1/data && dd if=/dev/zero of=/mnt/test-1/test bs=99G count=5",
Cmd: "echo 'hello world' > /mnt/test-1/data && grep 'hello world' /mnt/test-1/data && dd if=/dev/zero of=/mnt/test-1/test bs=19G count=5",
Volumes: []testsuites.VolumeDetails{
{
ClaimSize: "100Gi",
Expand Down

0 comments on commit f88d867

Please sign in to comment.