diff options
Diffstat (limited to 'tests/f_jnl_etb_alloc_fail')
-rw-r--r-- | tests/f_jnl_etb_alloc_fail/expect.1 | 31 | ||||
-rw-r--r-- | tests/f_jnl_etb_alloc_fail/expect.2 | 20 | ||||
-rw-r--r-- | tests/f_jnl_etb_alloc_fail/image.gz | bin | 0 -> 3450 bytes | |||
-rw-r--r-- | tests/f_jnl_etb_alloc_fail/name | 1 |
4 files changed, 52 insertions, 0 deletions
diff --git a/tests/f_jnl_etb_alloc_fail/expect.1 b/tests/f_jnl_etb_alloc_fail/expect.1 new file mode 100644 index 0000000..243a151 --- /dev/null +++ b/tests/f_jnl_etb_alloc_fail/expect.1 @@ -0,0 +1,31 @@ +Superblock has an invalid journal (inode 8). +Clear? yes + +*** journal has been deleted *** + +Superblock has_journal flag is clear, but a journal is present. +Clear? yes + +Pass 1: Checking inodes, blocks, and sizes +Journal inode is not in use, but contains data. Clear? yes + +Pass 2: Checking directory structure +Pass 3: Checking directory connectivity +Pass 4: Checking reference counts +Pass 5: Checking group summary information +Block bitmap differences: -(32--33) -(35--49) -(83--511) -(513--1087) -1089 +Fix? yes + +Free blocks count wrong for group #0 (0, counted=1022). +Fix? yes + +Free blocks count wrong (0, counted=1022). +Fix? yes + +Recreate journal? yes + +Creating journal (1024 blocks): Could not allocate block in ext2 filesystem: while trying to create journal + +test_filesys: ***** FILE SYSTEM WAS MODIFIED ***** +test_filesys: 12/128 files (8.3% non-contiguous), 2048/2048 blocks +Exit status is 1 diff --git a/tests/f_jnl_etb_alloc_fail/expect.2 b/tests/f_jnl_etb_alloc_fail/expect.2 new file mode 100644 index 0000000..69859dd --- /dev/null +++ b/tests/f_jnl_etb_alloc_fail/expect.2 @@ -0,0 +1,20 @@ +Pass 1: Checking inodes, blocks, and sizes +Journal inode is not in use, but contains data. Clear? yes + +Pass 2: Checking directory structure +Pass 3: Checking directory connectivity +Pass 4: Checking reference counts +Pass 5: Checking group summary information +Block bitmap differences: -(32--33) -(35--49) -(83--511) -(513--1087) -1089 +Fix? yes + +Free blocks count wrong for group #0 (0, counted=1022). +Fix? yes + +Free blocks count wrong (0, counted=1022). +Fix? yes + + +test_filesys: ***** FILE SYSTEM WAS MODIFIED ***** +test_filesys: 12/128 files (8.3% non-contiguous), 1026/2048 blocks +Exit status is 1 diff --git a/tests/f_jnl_etb_alloc_fail/image.gz b/tests/f_jnl_etb_alloc_fail/image.gz Binary files differnew file mode 100644 index 0000000..4cf2dbf --- /dev/null +++ b/tests/f_jnl_etb_alloc_fail/image.gz diff --git a/tests/f_jnl_etb_alloc_fail/name b/tests/f_jnl_etb_alloc_fail/name new file mode 100644 index 0000000..d9bce1c --- /dev/null +++ b/tests/f_jnl_etb_alloc_fail/name @@ -0,0 +1 @@ +can't allocate extent tree block recreating journal |