mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Fix filter on log recovery testing to produce deterministic output.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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 ***
|
||||
|
||||
Reference in New Issue
Block a user