Skip to content

Commit

Permalink
improve large size volume cloning e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
umagnus committed Nov 2, 2023
1 parent 451ca04 commit 751f55a
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 751f55a

Please sign in to comment.