[issue19838] test.test_pathlib.PosixPathTest.test_touch_common fails on FreeBSD with ZFS

Daniel Eriksson report at bugs.python.org
Sun Aug 3 13:19:12 CEST 2014


Daniel Eriksson added the comment:

@Antoine: We have investigated a bit here and it seems that ZFS just keeps a timestamp in seconds in the memory.


See function uberblock_update in uberblock.c
( http://people.freebsd.org/~gibbs/zfs_doxygenation/html/d3/d65/uberblock_8c_source.html - Row 57)
    ub->ub_timestamp = gethrestime_sec();

----------
nosy: +clearminds

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19838>
_______________________________________


More information about the Python-bugs-list mailing list