This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author attilajeges
Recipients attilajeges
Date 2019-12-14.17:10:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576343408.28.0.119673970593.issue39047@roundup.psfhosted.org>
In-reply-to
Content
When I run test_tempfle.py on FreeBSD/ZFS I get the following error:

======================================================================
ERROR: test_flags (__main__.TestTemporaryDirectory)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/attilaj/cpython/Lib/test/test_tempfile.py", line 1498, in test_flags
    os.chflags(os.path.join(root, name), flags)
OSError: [Errno 45] Operation not supported: '/tmp/awxj9cgb/dir0/dir0/dir0/test1.txt'

----------------------------------------------------------------------
Ran 90 tests in 1.133s

FAILED (errors=1, skipped=1)

I think this is similar to Issue #15747.
History
Date User Action Args
2019-12-14 17:10:08attilajegessetrecipients: + attilajeges
2019-12-14 17:10:08attilajegessetmessageid: <1576343408.28.0.119673970593.issue39047@roundup.psfhosted.org>
2019-12-14 17:10:08attilajegeslinkissue39047 messages
2019-12-14 17:10:07attilajegescreate