Skip to content
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: grow_pool/setup #6499

Closed
behlendorf opened this issue Aug 11, 2017 · 0 comments
Closed

Test case: grow_pool/setup #6499

behlendorf opened this issue Aug 11, 2017 · 0 comments
Labels
Component: Test Suite Indicates an issue with the test framework or a test case

Comments

@behlendorf
Copy link
Contributor

System information

Type Version/Name
Distribution Name Ubuntu
Distribution Version 16.04 and 17.04
Linux Kernel All
Architecture All
ZFS Version zfs-0.7.0-25-g3769948
SPL Version 0.7.0

Describe the problem you're observing

Occasionally grow_pool/setup will fail trying to setup the test group. It appears to be related to partitioning the loopback devices.

Describe how to reproduce the problem

Buildbot Ubuntu TEST builders.

Include any warning/errors/backtraces from the system logs

http://build.zfsonlinux.org/builders/Ubuntu%2016.04%20x86_64%20Kmemleak%20%28TEST%29/builds/2888/steps/shell_8/logs/log

Test: /usr/share/zfs/zfs-tests/tests/functional/grow_pool/setup (run as root) [00:00] [FAIL]
17:39:50.73 NOTE: Failed to create partition 1 on loop0
17:39:50.73 ERROR: set_partition 1  100mb loop0 exited 1
17:39:50.73 parted: invalid token: part1 Error: Expecting a file system type.
17:39:50.74 NOTE: Performing test-fail callback (/usr/share/zfs/zfs-tests/callbacks/zfs_dbgmsg.ksh)
@behlendorf behlendorf added the Component: Test Suite Indicates an issue with the test framework or a test case label Aug 11, 2017
@Nasf-Fan Nasf-Fan mentioned this issue Aug 12, 2017
13 tasks
behlendorf added a commit to behlendorf/zfs that referenced this issue Aug 15, 2017
The addition of the large_dnode_008_pos test case, which runs
right before this one, exposed some racy behavior in grow_pool
setup.sh on the Ubuntu kmemleak builder.  Before creating
partitions on a device destroying any existing ones.

  ERROR: set_partition 1  100mb loop0 exited 1

Signed-off-by: Brian Behlendorf <[email protected]>
Issue openzfs#6499
@behlendorf behlendorf mentioned this issue Aug 15, 2017
13 tasks
tonyhutter pushed a commit that referenced this issue Aug 22, 2017
The addition of the large_dnode_008_pos test case, which runs
right before this one, exposed some racy behavior in grow_pool
setup.sh on the Ubuntu kmemleak builder.  Before creating
partitions on a device destroying any existing ones.

  ERROR: set_partition 1  100mb loop0 exited 1

Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Giuseppe Di Natale <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #6499 
Closes #6516
Fabian-Gruenbichler pushed a commit to Fabian-Gruenbichler/zfs that referenced this issue Sep 29, 2017
The addition of the large_dnode_008_pos test case, which runs
right before this one, exposed some racy behavior in grow_pool
setup.sh on the Ubuntu kmemleak builder.  Before creating
partitions on a device destroying any existing ones.

  ERROR: set_partition 1  100mb loop0 exited 1

Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Giuseppe Di Natale <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes openzfs#6499 
Closes openzfs#6516
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Test Suite Indicates an issue with the test framework or a test case
Projects
None yet
Development

No branches or pull requests

1 participant