]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
xfstests: add background noise to test 276 (btrfs backref resolving)
authorJan Schmidt <list.btrfs@jan-o-sch.net>
Tue, 19 Mar 2013 16:24:20 +0000 (16:24 +0000)
committerRich Johnston <rjohnston@sgi.com>
Wed, 20 Mar 2013 13:14:04 +0000 (08:14 -0500)
commitcfe73f711eff55c374d9c0db8921089ec4ad8607
treeacec0981a230e501182a8c60d4b6ac647005e34e
parent5cc810fb3c579534e57c87bac449f6d211c98c8c
xfstests: add background noise to test 276 (btrfs backref resolving)

The backref resolver test for btrfs was run on a static file system so far.
Resolving backrefs on a busy file system is what happens in reality and that
is what should be checked by this test.

I added a parameter such that the script can easily be changed to the former
behavior for development purposes.

Furthermore, this increases two constants which make the test simply cycle a
few seconds longer, increasing the chance to hit on something suspicious in
case we broke something.

Signed-off-by: Jan Schmidt <list.btrfs@jan-o-sch.net>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
276