Merge pull request #221 from versity/auke/enospc-test

Give enospc test more time to commit unlink.
This commit is contained in:
Zach Brown
2025-05-09 11:27:04 -07:00
committed by GitHub

View File

@@ -88,6 +88,11 @@ rm -rf "$SCR/xattrs"
echo "== make sure we can create again"
file="$SCR/file-after"
C=120
while (( C-- )); do
touch $file 2> /dev/null && break
sleep 1
done
touch $file
setfattr -n user.scoutfs-enospc -v 1 "$file"
sync