Skip to content

Commit 762dc95

Browse files
author
huchengze
committed
use unique name for volume
1 parent 35eb219 commit 762dc95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/sanity/controller.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ var _ = DescribeSanity("Controller Service [Controller Server]", func(sc *TestCo
469469
}
470470

471471
By("creating a volume")
472-
vol1Req := MakeCreateVolumeReq(sc, UniqueString("sanity-controller-source-vol"))
472+
vol1Req := MakeCreateVolumeReq(sc, UniqueString("sanity-controller-source-vol-for-snap"))
473473
vol1 := r.MustCreateVolume(context.Background(), vol1Req)
474474

475475
By("creating a snapshot from the volume")
@@ -523,7 +523,7 @@ var _ = DescribeSanity("Controller Service [Controller Server]", func(sc *TestCo
523523
}
524524

525525
By("creating a volume")
526-
vol1Name := UniqueString("sanity-controller-source-vol")
526+
vol1Name := UniqueString("sanity-controller-source-vol-for-clone")
527527
vol1Req := MakeCreateVolumeReq(sc, vol1Name)
528528
volume1 := r.MustCreateVolume(context.Background(), vol1Req)
529529

0 commit comments

Comments
 (0)