mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-11-23 10:04:01 +08:00
tests: add test of an incorrect interior node in an extent tree
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
parent
29e8e74e02
commit
b4944f654c
12
tests/f_extent_interior_start_lblk/expect.1
Normal file
12
tests/f_extent_interior_start_lblk/expect.1
Normal file
@ -0,0 +1,12 @@
|
||||
Pass 1: Checking inodes, blocks, and sizes
|
||||
Interior extent node level 0 of inode 12:
|
||||
Logical start 0 does not match logical start 2 at next level. Fix? yes
|
||||
|
||||
Pass 2: Checking directory structure
|
||||
Pass 3: Checking directory connectivity
|
||||
Pass 4: Checking reference counts
|
||||
Pass 5: Checking group summary information
|
||||
|
||||
test_filesys: ***** FILE SYSTEM WAS MODIFIED *****
|
||||
test_filesys: 12/16 files (0.0% non-contiguous), 29/100 blocks
|
||||
Exit status is 1
|
7
tests/f_extent_interior_start_lblk/expect.2
Normal file
7
tests/f_extent_interior_start_lblk/expect.2
Normal file
@ -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: 12/16 files (0.0% non-contiguous), 29/100 blocks
|
||||
Exit status is 0
|
BIN
tests/f_extent_interior_start_lblk/image.gz
Normal file
BIN
tests/f_extent_interior_start_lblk/image.gz
Normal file
Binary file not shown.
1
tests/f_extent_interior_start_lblk/name
Normal file
1
tests/f_extent_interior_start_lblk/name
Normal file
@ -0,0 +1 @@
|
||||
incorrect starting lblk in an interior node
|
Loading…
Reference in New Issue
Block a user