Re: [PATCH v3 2/2] btrfs-progs: test/mkfs: Test if the minimal device size is valid

2017-10-29 Thread Qu Wenruo
On 2017年10月28日 00:59, David Sterba wrote: > On Fri, Oct 27, 2017 at 08:53:24AM +0800, Qu Wenruo wrote: >> New test case to test if the minimal device size given by "mkfs.btrfs" >> failure case is valid. >> >> Signed-off-by: Qu Wenruo >> --- >> tests/mkfs-tests/010-small-image/test.sh | 49 >> +

Re: [PATCH v3 2/2] btrfs-progs: test/mkfs: Test if the minimal device size is valid

2017-10-27 Thread Qu Wenruo
On 2017年10月28日 00:59, David Sterba wrote: > On Fri, Oct 27, 2017 at 08:53:24AM +0800, Qu Wenruo wrote: >> New test case to test if the minimal device size given by "mkfs.btrfs" >> failure case is valid. >> >> Signed-off-by: Qu Wenruo >> --- >> tests/mkfs-tests/010-small-image/test.sh | 49 >> +

Re: [PATCH v3 2/2] btrfs-progs: test/mkfs: Test if the minimal device size is valid

2017-10-27 Thread David Sterba
On Fri, Oct 27, 2017 at 08:53:24AM +0800, Qu Wenruo wrote: > New test case to test if the minimal device size given by "mkfs.btrfs" > failure case is valid. > > Signed-off-by: Qu Wenruo > --- > tests/mkfs-tests/010-small-image/test.sh | 49 > > 1 file changed, 4

[PATCH v3 2/2] btrfs-progs: test/mkfs: Test if the minimal device size is valid

2017-10-26 Thread Qu Wenruo
New test case to test if the minimal device size given by "mkfs.btrfs" failure case is valid. Signed-off-by: Qu Wenruo --- tests/mkfs-tests/010-small-image/test.sh | 49 1 file changed, 49 insertions(+) create mode 100755 tests/mkfs-tests/010-small-image/test.sh