[PATCH v2] fio: introduce utime function

Vladimir Davydov vdavydov.dev at gmail.com
Mon Jul 8 17:51:10 MSK 2019


On Fri, Jul 05, 2019 at 10:07:03PM +0300, Oleg Babin wrote:
> +fio.utime('newfile', 0, 0)
> +---
> +- true
> +...
> +fh:stat().atime == 0
> +---
> +- true
> +...
> +fh:stat().mtime == 0
> +---
> +- true
> +...
> +fio.utime('newfile', 1, 2)
> +---
> +- true
> +...
> +fh:stat().atime == 1
> +---
> +- false
> +...
> +fh:stat().mtime == 2
> +---
> +- false
> +...

???

Looks like you mixed atime with mtime. Please fix.



More information about the Tarantool-patches mailing list