Skip to content

Commit

Permalink
Disable rsend_020_pos and send-c_volume test cases
Browse files Browse the repository at this point in the history
The following three test cases occasionally fail the automated
testing.  For the moment disable these test cases until the
underlying issues can be fully investigated and resolved.

rsend_020_pos       - #6086 (32-bit only)
send-c_volume       - #6087 (32-bit only)

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #6086
Issue #6087
  • Loading branch information
behlendorf committed May 4, 2017
1 parent 35b7842 commit a4f0bb9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/zfs-tests/tests/functional/rsend/rsend_019_pos.ksh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@

verify_runnable "both"

# See issue: https://github.com/zfsonlinux/zfs/issues/6086
if is_32bit; then
log_unsupported "Test case occasionally fails on 32-bit systems"
fi

log_assert "Verify resumability of a full and incremental ZFS send/receive " \
"in the presence of a corrupted stream"
log_onexit resume_cleanup $sendfs $streamfs
Expand Down
5 changes: 5 additions & 0 deletions tests/zfs-tests/tests/functional/rsend/send-c_volume.ksh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ function cleanup

verify_runnable "both"

# See issue: https://github.com/zfsonlinux/zfs/issues/6087
if is_32bit; then
log_unsupported "Test case occasionally fails on 32-bit systems"
fi

log_assert "Verify compressed send works with volumes"
log_onexit cleanup

Expand Down

0 comments on commit a4f0bb9

Please sign in to comment.