Merge branch 'atomic-writes'
[fio.git] / t / jobs / t0007-37cf9e3c.fio
index fd70c21cccff795a4ecbdf71a840ca14d93fb13e..b2592694e6d6100eb507b1cf3bac60b184580660 100644 (file)
@@ -1,10 +1,12 @@
-# Expected result: fio reads 87040KB of data
+# Expected result: fio reads 87040KB of data:
+# first read is at offset 0, then 2nd read is at offset 1.5m, then the 3rd
+# read is at offset 3m, and after the last read at offset 127m - we have only
+# read 87,040K data.
 # Buggy result: fio reads the full 128MB of data
 [foo]
 size=128mb
 rw=read:512k
 bs=1m
-time_based
 norandommap
 write_iolog=log
 direct=1