ZTS: Improve redundancy/* test scripts #11906
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation and Context
The
redundancy_draid3
test case occasionally fails in the CIbut it's unclear why, and I haven't been able to reproduce the
issue locally. This PR leverages the CI to see if we can either
reproduce the issue, or if the small fixes in this PR resolve the
issue which is possible.
http://build.zfsonlinux.org/builders/FreeBSD%20stable%2F13%20amd64%20%28TEST%29/builds/215
Description
Add additional logging to provide more information about why the
test failed. This including logging more of the individual commands
and the contents and differences of the record files on failure.
Updated get_vdevs() to properly exclude all top-level vdevs
including raidz3 and draid[1-3].
Replaced gnudd with dd. This is the only remaining place in the
test suite gnudd is used and it shouldn't be needed.
How Has This Been Tested?
Locally ran the updated tests but I was unable to reproduce the
issue. This PR leverages the CI to run the redundancy tests 100
times per builder to see if it can reproduce the issue.
Types of changes
Checklist:
Signed-off-by
.