reflink: remove redundant filesystem checks from the end of the tests

Turns out that check already runs _check_filesystems after each test,
so we don't need to do this at the end of each test.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
This commit is contained in:
Darrick J. Wong
2016-02-01 17:57:11 -08:00
parent 6e374f7187
commit 0a2b768cb7
51 changed files with 0 additions and 51 deletions
-1
View File
@@ -123,7 +123,6 @@ _reflink_range "$testdir2/file1" 0 "$testdir2/file2" 0 $blksz >> "$seqres.full"
echo "Check scratch fs" echo "Check scratch fs"
_scratch_unmount _scratch_unmount
_check_scratch_fs
# success, all done # success, all done
status=0 status=0
-1
View File
@@ -124,7 +124,6 @@ _dedupe_range "$testdir2/file1" 0 "$testdir2/file2" 0 $blksz >> "$seqres.full"
echo "Check scratch fs" echo "Check scratch fs"
_scratch_unmount _scratch_unmount
_check_scratch_fs
# success, all done # success, all done
status=0 status=0
-1
View File
@@ -71,7 +71,6 @@ wait
echo "Check fs" echo "Check fs"
umount "$SCRATCH_MNT" umount "$SCRATCH_MNT"
_check_scratch_fs
echo "Done" echo "Done"
# success, all done # success, all done
-1
View File
@@ -87,7 +87,6 @@ wait
echo "Check fs" echo "Check fs"
umount "$SCRATCH_MNT" umount "$SCRATCH_MNT"
_check_scratch_fs
echo "Done" echo "Done"
# success, all done # success, all done
-1
View File
@@ -87,7 +87,6 @@ wait
echo "Check fs" echo "Check fs"
umount "$SCRATCH_MNT" umount "$SCRATCH_MNT"
_check_scratch_fs
echo "Done" echo "Done"
# success, all done # success, all done
-1
View File
@@ -97,7 +97,6 @@ wait
echo "Check fs" echo "Check fs"
umount "$SCRATCH_MNT" umount "$SCRATCH_MNT"
_check_scratch_fs
echo "Done" echo "Done"
# success, all done # success, all done
-1
View File
@@ -97,7 +97,6 @@ wait
echo "Check fs" echo "Check fs"
umount "$SCRATCH_MNT" umount "$SCRATCH_MNT"
_check_scratch_fs
echo "Done" echo "Done"
# success, all done # success, all done
-1
View File
@@ -84,7 +84,6 @@ wait
echo "Check for damage" echo "Check for damage"
_scratch_unmount _scratch_unmount
_check_scratch_fs
echo "Done" echo "Done"
-1
View File
@@ -84,7 +84,6 @@ wait
echo "Check for damage" echo "Check for damage"
_scratch_unmount _scratch_unmount
_check_scratch_fs
echo "Done" echo "Done"
-1
View File
@@ -88,7 +88,6 @@ wait
echo "Check for damage" echo "Check for damage"
umount "$SCRATCH_MNT" umount "$SCRATCH_MNT"
_check_scratch_fs
echo "Done" echo "Done"
-1
View File
@@ -88,7 +88,6 @@ wait
echo "Check for damage" echo "Check for damage"
umount "$SCRATCH_MNT" umount "$SCRATCH_MNT"
_check_scratch_fs
echo "Done" echo "Done"
-1
View File
@@ -100,7 +100,6 @@ echo "${out}"
echo "Check scratch fs" echo "Check scratch fs"
umount "$SCRATCH_MNT" umount "$SCRATCH_MNT"
_check_scratch_fs
# success, all done # success, all done
status=0 status=0
-1
View File
@@ -100,7 +100,6 @@ echo "${out}"
echo "Check scratch fs" echo "Check scratch fs"
umount "$SCRATCH_MNT" umount "$SCRATCH_MNT"
_check_scratch_fs
# success, all done # success, all done
status=0 status=0
-1
View File
@@ -102,7 +102,6 @@ fi
echo "Check scratch fs" echo "Check scratch fs"
umount "$SCRATCH_MNT" umount "$SCRATCH_MNT"
_check_scratch_fs
# success, all done # success, all done
status=0 status=0
-1
View File
@@ -100,7 +100,6 @@ echo "${out}"
echo "Check scratch fs" echo "Check scratch fs"
umount "$SCRATCH_MNT" umount "$SCRATCH_MNT"
_check_scratch_fs
# success, all done # success, all done
status=0 status=0
-1
View File
@@ -92,7 +92,6 @@ _check_scratch_fs
echo "Remove all files and recheck" echo "Remove all files and recheck"
_scratch_mount >> "$seqres.full" 2>&1 _scratch_mount >> "$seqres.full" 2>&1
umount "$SCRATCH_MNT" umount "$SCRATCH_MNT"
_check_scratch_fs
# success, all done # success, all done
status=0 status=0
-1
View File
@@ -74,7 +74,6 @@ done
echo "Check scratch fs" echo "Check scratch fs"
umount "$SCRATCH_MNT" umount "$SCRATCH_MNT"
_check_scratch_fs
# success, all done # success, all done
status=0 status=0
-1
View File
@@ -94,7 +94,6 @@ md5sum "$testdir/file3.chk" | _filter_scratch
echo "Check for damage" echo "Check for damage"
umount "$SCRATCH_MNT" umount "$SCRATCH_MNT"
_check_scratch_fs
# success, all done # success, all done
status=0 status=0
-1
View File
@@ -94,7 +94,6 @@ md5sum "$testdir/file3.chk" | _filter_scratch
echo "Check for damage" echo "Check for damage"
umount "$SCRATCH_MNT" umount "$SCRATCH_MNT"
_check_scratch_fs
# success, all done # success, all done
status=0 status=0
-1
View File
@@ -139,7 +139,6 @@ md5sum "$testdir/file3.chk" | _filter_scratch
echo "Check for damage" echo "Check for damage"
umount "$SCRATCH_MNT" umount "$SCRATCH_MNT"
_check_scratch_fs
# success, all done # success, all done
status=0 status=0

Some files were not shown because too many files have changed in this diff Show More