On 8/29/13 8:21 AM, David Sterba wrote:
> On Tue, Aug 13, 2013 at 02:38:05PM -0500, Eric Sandeen wrote:
>>> +. ./common/rc
>>> +. ./common/filter
>>> +
>>> +# real QA test starts here
>>> +_supported_fs btrfs
>>> +_supported_os Linux
>>> +_require_scratch
>>> +
>>> +_scratch_mkfs > /dev/null 2>&1
>
On Tue, Aug 13, 2013 at 02:38:05PM -0500, Eric Sandeen wrote:
> > +. ./common/rc
> > +. ./common/filter
> > +
> > +# real QA test starts here
> > +_supported_fs btrfs
> > +_supported_os Linux
> > +_require_scratch
> > +
> > +_scratch_mkfs > /dev/null 2>&1
> > +_scratch_mount
> > +
> > +# This will
On 08/14/2013 03:07 PM, Josef Bacik wrote:
We were allowing users to delete their default subvolume, which is problematic.
This test is a regression test to make sure we don't let that happen in the
future. Thanks,
Signed-off-by: Josef Bacik
---
V2->V3: remove comment and abstract out the subv
On 8/14/13 3:07 PM, Josef Bacik wrote:
> We were allowing users to delete their default subvolume, which is
> problematic.
> This test is a regression test to make sure we don't let that happen in the
> future. Thanks,
>
> Signed-off-by: Josef Bacik
> ---
> V2->V3: remove comment and abstract o
We were allowing users to delete their default subvolume, which is problematic.
This test is a regression test to make sure we don't let that happen in the
future. Thanks,
Signed-off-by: Josef Bacik
---
V2->V3: remove comment and abstract out the subvolid logic as per Eric's
suggestions
V1->V2
On 8/13/13 2:34 PM, Josef Bacik wrote:
> We were allowing users to delete their default subvolume, which is
> problematic.
> This test is a regression test to make sure we don't let that happen in the
> future. Thanks,
>
> Signed-off-by: Josef Bacik
> ---
> V1->V2: address the comments made by
We were allowing users to delete their default subvolume, which is problematic.
This test is a regression test to make sure we don't let that happen in the
future. Thanks,
Signed-off-by: Josef Bacik
---
V1->V2: address the comments made by Eric Sandeen.
tests/btrfs/003 | 66 +
On 8/12/13 2:40 PM, Josef Bacik wrote:
> We were allowing users to delete their default subvolume, which is
> problematic.
> This test is a regression test to make sure we don't let that happen in the
> future. Thanks,
>
> Signed-off-by: Josef Bacik
> ---
> tests/btrfs/003 | 64
> ++
We were allowing users to delete their default subvolume, which is problematic.
This test is a regression test to make sure we don't let that happen in the
future. Thanks,
Signed-off-by: Josef Bacik
---
tests/btrfs/003 | 64 +++
tests/btrfs/