test 121 creates unlinked and still referenced inodes, it doesn't clean up afterwards.
authorDavid Disseldorp <ddiss@sgi.com>
Mon, 21 May 2007 15:48:58 +0000 (15:48 +0000)
committerDavid Disseldorp <ddiss@sgi.com>
Mon, 21 May 2007 15:48:58 +0000 (15:48 +0000)
Merge of master-melb:xfs-cmds:28637a by kenmcd.

  do a mount after running test to trigger log recovery
  \.

121

diff --git a/121 b/121
index 9361025a05d50b33aff91faf0172c0a9abdf7833..dd98d6559a9d3facbf60878c346356ce091ec4cd 100755 (executable)
--- a/121
+++ b/121
@@ -89,6 +89,13 @@ else
        echo 'No CLEAR_AGI_BUCKET found in transactions - great - test passed :)'
 fi
 
        echo 'No CLEAR_AGI_BUCKET found in transactions - great - test passed :)'
 fi
 
+# clean up dirty log with log recovery on mount
+_scratch_mount >> $seq.full 2>&1 \
+    || _fail "mount failed"
+
+# should now be peaches
+_check_scratch_fs
+
 # success, all done
 status=0
 exit
 # success, all done
 status=0
 exit