btrfs-progs: fsck-tests: Add test image to check if btrfs check reports uninitialized rescan as error

Signed-off-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
master
Qu Wenruo 2018-07-26 14:39:01 +08:00 committed by David Sterba
parent 1d5b2ad921
commit d99615284a
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
#!/bin/bash
# Under certain power loss case, btrfs quota tree can be initialized but
# rescan not kicked in. Can be also reproduced by fstests/btrfs/166 but with
# low probability.
#
# This test case verifies a special case when 'btrfs check' does not report
# qgroup accounting differece as an error, thus no false alert for btrfs/166.
source "$TEST_TOP/common"
check_prereq btrfs
check_image() {
run_check "$TOP/btrfs" check "$1"
}
check_all_images