Skip to content

Commit 1e29ca9

Browse files
committed
improve large size volume cloning e2e test
1 parent f2519ac commit 1e29ca9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/dynamic_provisioning_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1487,10 +1487,10 @@ var _ = ginkgo.Describe("Dynamic Provisioning", func() {
14871487
skipIfUsingInTreeVolumePlugin()
14881488

14891489
pod := testsuites.PodDetails{
1490-
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",
1490+
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=1G count=100",
14911491
Volumes: []testsuites.VolumeDetails{
14921492
{
1493-
ClaimSize: "100Gi",
1493+
ClaimSize: "101Gi",
14941494
VolumeMount: testsuites.VolumeMountDetails{
14951495
NameGenerate: "test-volume-",
14961496
MountPathGenerate: "/mnt/test-",

0 commit comments

Comments
 (0)