mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
file size consistantcy test
Merge of master-melb:xfs-cmds:29085a by kenmcd.
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
QA output created by 169
|
||||
# creating new file for io
|
||||
# appending 15k to new file, sync every 5k
|
||||
wrote 5120/5120 bytes at offset 0
|
||||
wrote 5120/5120 bytes at offset 5120
|
||||
wrote 5120/5120 bytes at offset 10240
|
||||
stat.size = 15360
|
||||
# unmounting scratch
|
||||
# mounting scratch
|
||||
# stating file to confirm correct size
|
||||
stat.size = 15360
|
||||
# appending 10 bytes to new file, sync at 5 bytes
|
||||
wrote 5/5 bytes at offset 0
|
||||
wrote 5/5 bytes at offset 5
|
||||
stat.size = 10
|
||||
# unmounting scratch
|
||||
# mounting scratch
|
||||
# stating file to confirm correct size
|
||||
stat.size = 10
|
||||
Reference in New Issue
Block a user