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
Fix typos in tests/ #9244
Fix typos in tests/ #9244
Conversation
tests/zfs-tests/tests/functional/projectquota/projectquota_004_neg.ksh
Outdated
Show resolved
Hide resolved
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.
And likewise, squash the commits and sign-off in the commit message.
tests/zfs-tests/tests/functional/projectquota/projectquota_004_neg.ksh
Outdated
Show resolved
Hide resolved
| @@ -62,7 +62,7 @@ for prj in "${no_prjs[@]}"; do | |||
| log_mustnot zfs set projectquota@$prj=100m $QFS | |||
| done | |||
|
|
|||
| log_note "can set all numberic id even that id is not existed" | |||
| log_note "can set all numeric id even if that id is nonexistent" | |||
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.
This is fine. One other idea would be "can set all numeric id even if that id does not exist"
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.
Looks good. One optional comment.
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 think you changed the other instance to be "dose not exist", so let's do that here too.
Thanks a lot for patch review to @freqlabs Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Done! Thanks |
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.
good to go
Codecov Report
@@ Coverage Diff @@
## master #9244 +/- ##
==========================================
- Coverage 79.31% 76.06% -3.26%
==========================================
Files 400 383 -17
Lines 122034 120613 -1421
==========================================
- Hits 96792 91739 -5053
- Misses 25242 28874 +3632
Continue to review full report at Codecov.
|
Reviewed-by: Ryan Moeller <ryan@ixsystems.com> Reviewed-by: Richard Laager <rlaager@wiktel.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Closes openzfs#9244
Reviewed-by: Ryan Moeller <ryan@ixsystems.com> Reviewed-by: Richard Laager <rlaager@wiktel.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Closes openzfs#9244
Reviewed-by: Ryan Moeller <ryan@ixsystems.com> Reviewed-by: Richard Laager <rlaager@wiktel.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Closes #9244
No description provided.