]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Develop tests for issues #5866 and #8858
authorPaul Zuchowski <31706010+PaulZ-98@users.noreply.github.com>
Sat, 27 Jul 2019 00:52:13 +0000 (20:52 -0400)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Sat, 27 Jul 2019 00:52:13 +0000 (17:52 -0700)
commit693c1fc478cc8118dd0168c4815c0ae3be41c9c3
treedb2f093fa365aff4bd413bb0b218c1a18292b1c0
parent9fb6abe5addfa2f2d9f382422d50b37764c3569c
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
configure.ac
tests/runfiles/linux.run
tests/zfs-tests/cmd/Makefile.am
tests/zfs-tests/cmd/online_recv/.gitignore [new file with mode: 0644]
tests/zfs-tests/cmd/online_recv/Makefile.am [new file with mode: 0644]
tests/zfs-tests/cmd/online_recv/online_recv.c [new file with mode: 0644]
tests/zfs-tests/include/commands.cfg
tests/zfs-tests/tests/functional/xattr/Makefile.am
tests/zfs-tests/tests/functional/xattr/blockfiles/Makefile.am [new file with mode: 0644]
tests/zfs-tests/tests/functional/xattr/blockfiles/zfs-txg-number.dat.bz2 [new file with mode: 0644]
tests/zfs-tests/tests/functional/xattr/xattr_zfs_zreget.ksh [new file with mode: 0755]