Skip to content
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

Merged
merged 1 commit into from
Dec 6, 2019

Conversation

PrivatePuffin
Copy link
Contributor

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

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Performance enhancement (non-breaking change which improves efficiency)
  • Code cleanup (non-breaking change which makes code smaller or more readable)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation (a change to man pages or other documentation)

Checklist:

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>
Copy link
Contributor

@behlendorf behlendorf left a 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.

@behlendorf behlendorf added Status: Code Review Needed Ready for review and testing Component: Test Suite Indicates an issue with the test framework or a test case labels Dec 4, 2019
@codecov
Copy link

codecov bot commented Dec 5, 2019

Codecov Report

Merging #9679 into master will decrease coverage by <1%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #9679    +/-   ##
========================================
- Coverage      79%      79%   -<1%     
========================================
  Files         418      418            
  Lines      123562   123562            
========================================
- Hits        98093    98061    -32     
- Misses      25469    25501    +32
Flag Coverage Δ
#kernel 80% <ø> (ø) ⬆️
#user 67% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 12395c7...7fbd1e2. Read the comment docs.

@behlendorf behlendorf added Status: Accepted Ready to integrate (reviewed, tested) and removed Status: Code Review Needed Ready for review and testing labels Dec 5, 2019
@behlendorf behlendorf merged commit 69b7e3f into openzfs:master Dec 6, 2019
@PrivatePuffin PrivatePuffin deleted the patch-6 branch December 19, 2019 18:58
tonyhutter pushed a commit to tonyhutter/zfs that referenced this pull request Dec 26, 2019
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
tonyhutter pushed a commit to tonyhutter/zfs that referenced this pull request Dec 27, 2019
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
tonyhutter pushed a commit that referenced this pull request Jan 23, 2020
This sets send_realloc_files.ksh to use properties.shlib
(like the other compression related tests)

It was missing from #9645

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
Issue #9645
Closes #9679
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Test Suite Indicates an issue with the test framework or a test case Status: Accepted Ready to integrate (reviewed, tested)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants