Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmilk committed Dec 14, 2024
1 parent c7fe060 commit 2d6dedd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/scripts/qemu-6-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,8 @@ if [ -z ${1:-} ]; then
kill $pid
done

echo "sleep1"
sleep 123456

#echo "sleep1"
#sleep 123456
exit 0
fi

Expand Down Expand Up @@ -101,7 +100,4 @@ RV=$?
df -h > df-postrun.txt
echo $RV > tests-exitcode.txt
sync

echo "sleep2"
sleep 123456
exit 0
2 changes: 1 addition & 1 deletion tests/zfs-tests/tests/functional/trim/trim.kshlib
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function verify_trim_io
typeset ios

ios=$(get_trim_io $pool $type $vdev)
if [[ $ios -ge $min_trim_ios ]]; then
if [[ "$ios" -ge "$min_trim_ios" ]]; then
log_note "Issued $ios $type trim IOs for pool $pool"
else
log_fail "Too few trim IOs issued $ios/$min_trim_ios"
Expand Down

0 comments on commit 2d6dedd

Please sign in to comment.