Whamcloud - gitweb
tests: Add new test f_rehash_dir
authorTheodore Ts'o <tytso@mit.edu>
Mon, 15 Mar 2010 03:40:55 +0000 (23:40 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 15 Mar 2010 04:14:12 +0000 (00:14 -0400)
Add a new test which tests to make sure e2fsck -D works correctly.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
tests/f_rehash_dir/expect.1 [new file with mode: 0644]
tests/f_rehash_dir/expect.2 [new file with mode: 0644]
tests/f_rehash_dir/image.gz [new file with mode: 0644]
tests/f_rehash_dir/script [new file with mode: 0644]

diff --git a/tests/f_rehash_dir/expect.1 b/tests/f_rehash_dir/expect.1
new file mode 100644 (file)
index 0000000..6076765
--- /dev/null
@@ -0,0 +1,10 @@
+Pass 1: Checking inodes, blocks, and sizes
+Pass 2: Checking directory structure
+Pass 3: Checking directory connectivity
+Pass 3A: Optimizing directories
+Pass 4: Checking reference counts
+Pass 5: Checking group summary information
+
+test_filesys: ***** FILE SYSTEM WAS MODIFIED *****
+test_filesys: 105/2048 files (2.9% non-contiguous), 336/512 blocks
+Exit status is 1
diff --git a/tests/f_rehash_dir/expect.2 b/tests/f_rehash_dir/expect.2
new file mode 100644 (file)
index 0000000..3c78fe5
--- /dev/null
@@ -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: 105/2048 files (3.8% non-contiguous), 336/512 blocks
+Exit status is 0
diff --git a/tests/f_rehash_dir/image.gz b/tests/f_rehash_dir/image.gz
new file mode 100644 (file)
index 0000000..4e36dce
Binary files /dev/null and b/tests/f_rehash_dir/image.gz differ
diff --git a/tests/f_rehash_dir/script b/tests/f_rehash_dir/script
new file mode 100644 (file)
index 0000000..f4dcb74
--- /dev/null
@@ -0,0 +1,3 @@
+FSCK_OPT=-yfD
+
+. $cmd_dir/run_e2fsck