-
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
Test case: reservation_013/015/016/017_pos #5714
Labels
Component: Test Suite
Indicates an issue with the test framework or a test case
Comments
behlendorf
added
the
Component: Test Suite
Indicates an issue with the test framework or a test case
label
Jan 31, 2017
behlendorf
added a commit
to behlendorf/zfs
that referenced
this issue
Jan 31, 2017
The following test cases were disabled due to the increased default disk sized used by the test suite. The test cases must be updated to correctly handle the larger size. reservation_013_pos - openzfs#5714 reservation_015_pos - openzfs#5714 reservation_016_pos - openzfs#5714 reservation_017_pos - openzfs#5714 Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This was referenced Jan 31, 2017
behlendorf
added a commit
to openzfs/zfs-buildbot
that referenced
this issue
Jan 31, 2017
Reverts #53. Until the issues uncovered by increasing this default value are resolved, openzfs/zfs#5714, this change must be reverted.
behlendorf
added a commit
to behlendorf/zfs
that referenced
this issue
Feb 1, 2017
Convert explicit `typeset -i` declarations to `typeset -l` in order to prevent 32-bit overflow from occurs with disks >2G. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Issue openzfs#5714 TEST_ZFSTESTS_DISKSIZE=4G
behlendorf
added a commit
to behlendorf/zfs
that referenced
this issue
Feb 1, 2017
Convert explicit `typeset -i` and `typeset -l` declarations to `typeset` in order to prevent 32-bit overflow from occurs with disks >2G. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Issue openzfs#5714 TEST_ZFSTESTS_DISKSIZE=4G
behlendorf
added a commit
to behlendorf/zfs
that referenced
this issue
Feb 1, 2017
Convert explicit `typeset -i` and `typeset -l` declarations to `typeset` in order to prevent 32-bit overflow from occurs with disks >2G. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Issue openzfs#5714 TEST_ZFSTESTS_DISKSIZE=4G
wli5
pushed a commit
to wli5/zfs
that referenced
this issue
Feb 28, 2017
Convert explicit `typeset -i` and `typeset -l` declarations to `typeset` in order to prevent 32-bit overflow from occurs with disks >2G. TEST_ZFSTESTS_DISKSIZE=4G Reviewed-by: George Melikov <mail@gmelikov.ru> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes openzfs#5715 Closes openzfs#5714
wli5
pushed a commit
to wli5/zfs
that referenced
this issue
Feb 28, 2017
Convert explicit `typeset -i` and `typeset -l` declarations to `typeset` in order to prevent 32-bit overflow from occurs with disks >2G. TEST_ZFSTESTS_DISKSIZE=4G Reviewed-by: George Melikov <mail@gmelikov.ru> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes openzfs#5715 Closes openzfs#5714
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System information
Describe the problem you're observing
The reservation_013/015/016/017_pos test cases rely on ksh's built in arithmetic functionality. That functionality is limited to 32-bit math. When the default size of the disks used by the test suite was increased to 4G from 2G these tests will overflow resulting in failures. Until such time as these test cases are updated to handle the larger values they should be disabled.
Describe how to reproduce the problem
Include any warning/errors/backtraces from the system logs
http://build.zfsonlinux.org/builders/Ubuntu%2014.04%20i686%20%28TEST%29/builds/762
The text was updated successfully, but these errors were encountered: