]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
generic: make 17[1-4] work well when btrfs compression is enabled
authorWang Xiaoguang <wangxg.fnst@cn.fujitsu.com>
Wed, 2 Nov 2016 04:07:27 +0000 (12:07 +0800)
committerEryu Guan <eguan@redhat.com>
Tue, 13 Dec 2016 06:26:18 +0000 (14:26 +0800)
commit815015e9ee828fc7e47fd4d0c774512d21412a98
treef0effb49bdf65a695d7284c87271b8bc361d76a8
parentf613638308c9a0a91d83f13dab7d79549d1cacbd
generic: make 17[1-4] work well when btrfs compression is enabled

When enabling btrfs compression, original codes can not fill fs
correctly, here we introduce _fill_fs() in common/rc, which'll keep
creating and writing files until enospc error occurs. Note _fill_fs
is copied from tests/generic/256, but with some minor modifications.

Signed-off-by: Wang Xiaoguang <wangxg.fnst@cn.fujitsu.com>
Reviewed-by: Eryu Guan <eguan@redhat.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
common/populate
tests/generic/171
tests/generic/172
tests/generic/173
tests/generic/174
tests/generic/256