diff options
author | Ryan Moeller <[email protected]> | 2020-03-12 13:50:01 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2020-03-12 10:50:01 -0700 |
commit | cdbc34fc2b954e504d42e25ad5c8e92504908813 (patch) | |
tree | edadf22b14775391fca43d67715d0d002598d399 /tests/test-runner | |
parent | e70b127e059e4dacece24c61502a5e7175eeebf4 (diff) |
ZTS: Test boundary conditions in alloc_class_012
Issue #9142 describes an error in the checks for device removal that
can prevent removal of special allocation class vdevs in some
situations.
Enhance alloc_class/alloc_class_012_pos to check situations where this
bug occurs.
Update zts-report with knowledge of issue #9142.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ryan Moeller <[email protected]>
Closes #10116
Issue #9142
Diffstat (limited to 'tests/test-runner')
-rwxr-xr-x | tests/test-runner/bin/zts-report.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-runner/bin/zts-report.py b/tests/test-runner/bin/zts-report.py index c0140036f..9f96d03ec 100755 --- a/tests/test-runner/bin/zts-report.py +++ b/tests/test-runner/bin/zts-report.py @@ -178,6 +178,8 @@ if sys.platform.startswith('freebsd'): # reasons listed above can be used. # maybe = { + 'alloc_class/alloc_class_012_pos': ['FAIL', '9142'], + 'alloc_class/alloc_class_013_pos': ['FAIL', '9142'], 'cache/cache_010_neg': ['FAIL', known_reason], 'casenorm/mixed_formd_lookup': ['FAIL', '7633'], 'casenorm/mixed_formd_delete': ['FAIL', '7633'], |