-
Notifications
You must be signed in to change notification settings - Fork 949
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unit Test Added for DetachVolume Method #1881
Conversation
@sunzeyucmu Thanks for your contribution. 🍻 |
We found this is your first time to contribute to Pouch, @sunzeyucmu |
Thanks for your contribution. 🍻 @sunzeyucmu |
driver.Register(driver.NewFakeDriver(driverName)) | ||
defer driver.Unregister(driverName) | ||
|
||
v, err1 := core.CreateVolume(volid0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
first attach a volume then detach it
ping @sunzeyucmu |
Ⅰ. Describe what this PR did
Unit Test Added for DetachVolume Method
Ⅱ. Does this pull request fix one issue?
#1761
Ⅲ. Describe how you did it
Ⅳ. Describe how to verify it
Ⅴ. Special notes for reviews
Group 1