Fix filter on log recovery testing to produce deterministic output.

This commit is contained in:
fsgqa
2004-02-26 22:00:54 +00:00
parent 0f42228e9f
commit 94b1baf50d
2 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -110,7 +110,7 @@ do
_do_meta
# check before on what FS should look like
_echofull "ls -RF $SCRATCH_MNT"
_echofull "ls -RF SCRATCH_MNT"
ls -RF $SCRATCH_MNT >$tmp.ls1
_echofull "godown"
@@ -131,7 +131,7 @@ do
|| _fail "mount failed: $MOUNT_OPTIONS"
# check on what FS looks like after log recovery
_echofull "ls -RF $SCRATCH_MNT"
_echofull "ls -RF SCRATCH_MNT"
ls -RF $SCRATCH_MNT >$tmp.ls2
_echofull "diff ls before and after"
+8 -8
View File
@@ -11,7 +11,7 @@ QA output created by 087
*** calling fsstress -p 4 -z -f rmdir=10 -f link=10 -f creat=10 -f mkdir=10 -f rename=30 -f stat=30 -f unlink=30 -f truncate=20 -m8 -n 10000 ***
*** ls -RF /mnt/scratch ***
*** ls -RF SCRATCH_MNT ***
*** godown ***
@@ -27,7 +27,7 @@ dirty log
*** mount with replay ***
*** ls -RF /mnt/scratch ***
*** ls -RF SCRATCH_MNT ***
*** diff ls before and after ***
@@ -54,7 +54,7 @@ clean log
*** calling fsstress -p 4 -z -f rmdir=10 -f link=10 -f creat=10 -f mkdir=10 -f rename=30 -f stat=30 -f unlink=30 -f truncate=20 -m8 -n 10000 ***
*** ls -RF /mnt/scratch ***
*** ls -RF SCRATCH_MNT ***
*** godown ***
@@ -70,7 +70,7 @@ dirty log
*** mount with replay ***
*** ls -RF /mnt/scratch ***
*** ls -RF SCRATCH_MNT ***
*** diff ls before and after ***
@@ -97,7 +97,7 @@ clean log
*** calling fsstress -p 4 -z -f rmdir=10 -f link=10 -f creat=10 -f mkdir=10 -f rename=30 -f stat=30 -f unlink=30 -f truncate=20 -m8 -n 10000 ***
*** ls -RF /mnt/scratch ***
*** ls -RF SCRATCH_MNT ***
*** godown ***
@@ -113,7 +113,7 @@ dirty log
*** mount with replay ***
*** ls -RF /mnt/scratch ***
*** ls -RF SCRATCH_MNT ***
*** diff ls before and after ***
@@ -140,7 +140,7 @@ clean log
*** calling fsstress -p 4 -z -f rmdir=10 -f link=10 -f creat=10 -f mkdir=10 -f rename=30 -f stat=30 -f unlink=30 -f truncate=20 -m8 -n 10000 ***
*** ls -RF /mnt/scratch ***
*** ls -RF SCRATCH_MNT ***
*** godown ***
@@ -156,7 +156,7 @@ dirty log
*** mount with replay ***
*** ls -RF /mnt/scratch ***
*** ls -RF SCRATCH_MNT ***
*** diff ls before and after ***