-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update rsend_014_pos and send-c_volume test cases #6088
Conversation
@@ -35,6 +35,11 @@ | |||
|
|||
verify_runnable "both" | |||
|
|||
# See issue: https://github.com/zfsonlinux/zfs/issues/6086 | |||
if is_32bit; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this change in the wrong file? According to your comments, you intended to skip rsend_020_pos
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch. The patch is right, the commit message is wrong.
Closing. This may not be needed, after all. After updated the 32-bit AMI the failures for the moment are no longer reproducible. |
Looks like Also, |
a4f0bb9
to
da34f7c
Compare
Updated. The two remaining test cases I've only disabled on the 32-bit test systems since we don't commonly see any failures on x86_64 from the bots. |
The send-c_volume test case has been observed to occasionally fail on 32-bit systems. Until this issue is fully understood disable this test case. The rsend_014_pos test case can occasionally fail due to an EBUSY during export. This can lead to subsequent test failures. Resolve the issue by retrying the export on EBUSY. Additionally, remove the gratuitious use of eval. Signed-off-by: Brian Behlendorf <[email protected]>
I've removed chunk which disables rsend_019_pos from this test case and instead resolved an issue in the previous test case rsend_014_pos observed here. I'd like to hold off on disabling rsend_019_pos for now until we see more of it in the automated testing. |
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.
zfs_destroy_010_pos - #5893
rsend_020_pos - #6086 (32-bit only)
send-c_volume - #6087 (32-bit only)
Signed-off-by: Brian Behlendorf [email protected]
Issue #5893
Issue #6086
Issue #6087