-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
set send_realloc_files.ksh to use properties.shlib #9679
Conversation
This sets send_realloc_files.ksh to use properties.shlib (like the other compression related tests) It was missing from openzfs#9645 Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
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.
Thanks. This does add zle to the test case where it was not included before. That's a change, but a good one.
Codecov Report
@@ Coverage Diff @@
## master #9679 +/- ##
========================================
- Coverage 79% 79% -<1%
========================================
Files 418 418
Lines 123562 123562
========================================
- Hits 98093 98061 -32
- Misses 25469 25501 +32
Continue to review full report at Codecov.
|
This sets send_realloc_files.ksh to use properties.shlib (like the other compression related tests) It was missing from openzfs#9645 Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> Issue openzfs#9645 Closes openzfs#9679
This sets send_realloc_files.ksh to use properties.shlib (like the other compression related tests) It was missing from openzfs#9645 Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> Issue openzfs#9645 Closes openzfs#9679
This sets send_realloc_files.ksh to use properties.shlib
(like the other compression related tests)
It was missing from #9645
Signed-off-by: Kjeld Schouten-Lebbing kjeld@schouten-lebbing.nl
Motivation and Context
I don't know how I missed it, but I missed this file while doing PR #9645
This does however make pretty clear how easy it was to forget references in the previous way compression algorithms where referenced in tests.
Description
So I just applied the same basics as #9645 to send_realloc_files.ksh
How Has This Been Tested?
Automatic testing
Types of changes
Checklist:
Signed-off-by
.