Advertisement
Guest User

Untitled

a guest
Jan 17th, 2020
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.46 KB | None | 0 0
  1. diff --git a/tests/btrfs/071 b/tests/btrfs/071
  2. index 56b27086..c389d051 100755
  3. --- a/tests/btrfs/071
  4. +++ b/tests/btrfs/071
  5. @@ -58,9 +58,9 @@ run_test()
  6.         _scratch_mount >>$seqres.full 2>&1
  7.         SCRATCH_DEV_POOL=$saved_scratch_dev_pool
  8.  
  9. -       args=`_scale_fsstress_args -p 20 -n 100 $FSSTRESS_AVOID -d $SCRATCH_MNT/stressdir`
  10. +       args=`_scale_fsstress_args -p 20 -n 100 $FSSTRESS_AVOID -d $SCRATCH_MNT/stressdir -f rexchange=0 -f rwhiteout=0`
  11.         echo "Run fsstress $args" >>$seqres.full
  12. -       $FSSTRESS_PROG $args >/dev/null 2>&1 &
  13. +       $FSSTRESS_PROG $args >>$seqres.full 2>&1 &
  14.         fsstress_pid=$!
  15.  
  16.         echo -n "Start replace worker: " >>$seqres.full
  17. @@ -68,14 +68,14 @@ run_test()
  18.         replace_pid=$!
  19.         echo "$replace_pid" >>$seqres.full
  20.  
  21. -       echo -n "Start remount worker: " >>$seqres.full
  22. -       _btrfs_stress_remount_compress $SCRATCH_MNT >/dev/null 2>&1 &
  23. -       remount_pid=$!
  24. -       echo "$remount_pid" >>$seqres.full
  25. +       # echo -n "Start remount worker: " >>$seqres.full
  26. +       # _btrfs_stress_remount_compress $SCRATCH_MNT >/dev/null 2>&1 &
  27. +       # remount_pid=$!
  28. +       # echo "$remount_pid" >>$seqres.full
  29.  
  30.         echo "Wait for fsstress to exit and kill all background workers" >>$seqres.full
  31.         wait $fsstress_pid
  32. -       kill $replace_pid $remount_pid
  33. +       kill $replace_pid # $remount_pid
  34.         wait
  35.  
  36.         # wait for the remount and replace operations to finish
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement