diff options
author | Andreas Dilger <adilger@sun.com> | 2008-02-02 01:22:05 -0700 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2008-02-18 21:44:36 -0500 |
commit | ab028098437018539336ec34970ce2bbf507119d (patch) | |
tree | db303eccf3c2dd29d85c9eaa3324979e72473002 /tests/f_unsorted_EAs | |
parent | fefaef39e046781ddc75d15a8f12369f17dbd17d (diff) | |
download | e2fsprogs-ab028098437018539336ec34970ce2bbf507119d.tar.gz |
e2fsprogs-tests-f_unsorted_EAs.patch
Test case for allowing unsorted EAs in the fast in-inode space.
Signed-off-by: Andreas Dilger <adilger@sun.com>
Diffstat (limited to 'tests/f_unsorted_EAs')
-rw-r--r-- | tests/f_unsorted_EAs/expect.1 | 11 | ||||
-rw-r--r-- | tests/f_unsorted_EAs/expect.2 | 7 | ||||
-rw-r--r-- | tests/f_unsorted_EAs/image.gz | bin | 0 -> 15674 bytes | |||
-rw-r--r-- | tests/f_unsorted_EAs/name | 1 |
4 files changed, 19 insertions, 0 deletions
diff --git a/tests/f_unsorted_EAs/expect.1 b/tests/f_unsorted_EAs/expect.1 new file mode 100644 index 00000000..7d588d7a --- /dev/null +++ b/tests/f_unsorted_EAs/expect.1 @@ -0,0 +1,11 @@ +Adding dirhash hint to filesystem. + +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: ***** FILE SYSTEM WAS MODIFIED ***** +test_filesys: 12/2048 files (0.0% non-contiguous), 1294/2048 blocks +Exit status is 1 diff --git a/tests/f_unsorted_EAs/expect.2 b/tests/f_unsorted_EAs/expect.2 new file mode 100644 index 00000000..414cc291 --- /dev/null +++ b/tests/f_unsorted_EAs/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: 12/2048 files (0.0% non-contiguous), 1294/2048 blocks +Exit status is 0 diff --git a/tests/f_unsorted_EAs/image.gz b/tests/f_unsorted_EAs/image.gz Binary files differnew file mode 100644 index 00000000..42ab502c --- /dev/null +++ b/tests/f_unsorted_EAs/image.gz diff --git a/tests/f_unsorted_EAs/name b/tests/f_unsorted_EAs/name new file mode 100644 index 00000000..da9c9c37 --- /dev/null +++ b/tests/f_unsorted_EAs/name @@ -0,0 +1 @@ +unsorted EAs in inode should not be deleted |