-
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
Fixes for spurious failures of resilver_restart_001 test #9703
Conversation
tests/zfs-tests/tests/functional/resilver/resilver_restart_001.ksh
Outdated
Show resolved
Hide resolved
tests/zfs-tests/tests/functional/resilver/resilver_restart_001.ksh
Outdated
Show resolved
Hide resolved
The resilver restart test was reported as failing about 2% of the time. Two issues were found: - The event log wasn't large enough, so resilver events were missing - One 'zpool sync' wasn't enough for resilver to start after zinject Signed-off-by: John Poduska <jpoduska@datto.com> Closes openzfs#9677
8fcd29b
to
327a92b
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.
Thanks!
Codecov Report
@@ Coverage Diff @@
## master #9703 +/- ##
========================================
- Coverage 79% 79% -<1%
========================================
Files 418 418
Lines 123577 123577
========================================
- Hits 97951 97880 -71
- Misses 25626 25697 +71
Continue to review full report at Codecov.
|
The resilver restart test was reported as failing about 2% of the time. Two issues were found: - The event log wasn't large enough, so resilver events were missing - One 'zpool sync' wasn't enough for resilver to start after zinject Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: John Kennedy <john.kennedy@delphix.com> Reviewed-by: Kjeld Schouten <kjeld@schouten-lebbing.nl> Signed-off-by: John Poduska <jpoduska@datto.com> Issue openzfs#9588 Closes openzfs#9677 Closes openzfs#9703
The resilver restart test was reported as failing about 2% of the time. Two issues were found: - The event log wasn't large enough, so resilver events were missing - One 'zpool sync' wasn't enough for resilver to start after zinject Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: John Kennedy <john.kennedy@delphix.com> Reviewed-by: Kjeld Schouten <kjeld@schouten-lebbing.nl> Signed-off-by: John Poduska <jpoduska@datto.com> Issue #9588 Closes #9677 Closes #9703
Signed-off-by: John Poduska jpoduska@datto.com
Closes #9677
Motivation and Context
This PR fixes spurious failures to a new test introduced by zfsonlinux#9588, as reported in zfsonlinux#9677.
Description
The resilver restart test was reported as failing about 2% of the time.
Issues found:
How Has This Been Tested?
The test has been run by itself over one thousand times without failure.
Types of changes
Checklist:
Signed-off-by
.