From: Theodore Ts'o Date: Sun, 29 Nov 2009 06:28:14 +0000 (-0500) Subject: tests: Add new test f_holedir2 X-Git-Tag: v1.41.10~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=785f9390461b40c855d77105d83b1e2e2badf7d9;p=thirdparty%2Fe2fsprogs.git tests: Add new test f_holedir2 This tests e2fsck's handling of both direct and extent-mapped directoris containing holes when the i_size is 0. Signed-off-by: "Theodore Ts'o" --- diff --git a/tests/f_holedir2/expect.1 b/tests/f_holedir2/expect.1 new file mode 100644 index 000000000..5124f6178 --- /dev/null +++ b/tests/f_holedir2/expect.1 @@ -0,0 +1,24 @@ +Pass 1: Checking inodes, blocks, and sizes +Inode 12, i_size is 0, should be 5120. Fix? yes + +Inode 13, i_size is 4096, should be 5120. Fix? yes + +Pass 2: Checking directory structure +Directory inode 12 has an unallocated block #3. Allocate? yes + +Directory inode 13 has an unallocated block #1. Allocate? yes + +Pass 3: Checking directory connectivity +Pass 3A: Optimizing directories +Pass 4: Checking reference counts +Pass 5: Checking group summary information +Free blocks count wrong for group #0 (79, counted=77). +Fix? yes + +Free blocks count wrong (79, counted=77). +Fix? yes + + +test_filesys: ***** FILE SYSTEM WAS MODIFIED ***** +test_filesys: 13/16 files (7.7% non-contiguous), 23/100 blocks +Exit status is 1 diff --git a/tests/f_holedir2/expect.2 b/tests/f_holedir2/expect.2 new file mode 100644 index 000000000..636c6e9ec --- /dev/null +++ b/tests/f_holedir2/expect.2 @@ -0,0 +1,7 @@ +Pass 1: Checking inodes, blocks, and sizes +Pass 2: Checking directory structure +Pass 3: Checking directory connectivity +Pass 4: Checking reference counts +Pass 5: Checking group summary information +test_filesys: 13/16 files (0.0% non-contiguous), 23/100 blocks +Exit status is 0 diff --git a/tests/f_holedir2/image.gz b/tests/f_holedir2/image.gz new file mode 100644 index 000000000..63dda0780 Binary files /dev/null and b/tests/f_holedir2/image.gz differ diff --git a/tests/f_holedir2/name b/tests/f_holedir2/name new file mode 100644 index 000000000..ec153f3d4 --- /dev/null +++ b/tests/f_holedir2/name @@ -0,0 +1,2 @@ +directories with holes and zero i_size +