mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
test out xfs_inactive_attrs in log replay for iunlink processing.
Merge of master-melb:xfs-cmds:29701a by kenmcd. Update args to use command options for multi_open_unlink. Change a sleep to a wait as we were just sleeping to account for the death of a process - should really wait for its death.
This commit is contained in:
@@ -50,7 +50,7 @@ _scratch_mount >>$seq.full 2>&1 \
|
||||
num_files=200
|
||||
delay=5
|
||||
echo "open and unlink $num_files files"
|
||||
src/multi_open_unlink $SCRATCH_MNT/test_file $num_files $delay &
|
||||
src/multi_open_unlink -f $SCRATCH_MNT/test_file -n $num_files -s $delay &
|
||||
|
||||
# time to create and unlink all the files
|
||||
sleep 3
|
||||
@@ -60,7 +60,7 @@ src/godown -v -f $SCRATCH_MNT >> $seq.full
|
||||
|
||||
# time for multi_open_unlink to exit out after its delay
|
||||
# so we have no references and can unmount
|
||||
sleep 3
|
||||
wait 2>/dev/null
|
||||
|
||||
echo "unmount"
|
||||
umount $SCRATCH_MNT
|
||||
|
||||
Reference in New Issue
Block a user