Develop tests for issues #5866 and #8858

Provide zfstest coverage for these two issues which
were a panic accessing extended attributes and
a problem comparing 64 bit and 32 bit generation
numbers.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Paul Zuchowski <pzuchowski@datto.com>
Issue #5866
Issue #8858 
Closes #8978
This commit is contained in:
Paul Zuchowski
2019-07-26 20:52:13 -04:00
committed by Brian Behlendorf
parent 9fb6abe5ad
commit 693c1fc478
11 changed files with 158 additions and 2 deletions
+1 -1
View File
@@ -912,7 +912,7 @@ tags = ['functional', 'write_dirs']
tests = ['xattr_001_pos', 'xattr_002_neg', 'xattr_003_neg', 'xattr_004_pos',
'xattr_005_pos', 'xattr_006_pos', 'xattr_007_neg', 'xattr_008_pos',
'xattr_009_neg', 'xattr_010_neg', 'xattr_011_pos', 'xattr_012_pos',
'xattr_013_pos']
'xattr_013_pos', 'xattr_zfs_zreget']
tags = ['functional', 'xattr']
[tests/functional/zvol/zvol_ENOSPC]