-
Notifications
You must be signed in to change notification settings - Fork 618
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
Add validation for additionalDisks #3115
Add validation for additionalDisks #3115
Conversation
Please edit the title and description:
|
f3775f9
to
8e5208d
Compare
Signed-off-by: olalekan odukoya <[email protected]>
8e5208d
to
fba79bf
Compare
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.
I'm pretty sure the test needs to be updated to match.
You should also consider adding a test case for an invalid, but non-empty name, to verify it also throws an error.
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.
Sorry, I was wrong, the test is fine as-is.
Adding a non-empty invalid name might make sense, but otherwise this PR looks fine, thank you!
Fixes #3071