[New-bugs-announce] [issue39047] TestTemporaryDirectory.test_flags fails on FreeBSD/ZFS

Attila Jeges report at bugs.python.org
Sat Dec 14 12:10:08 EST 2019


New submission from Attila Jeges <attila.jeges at gmail.com>:

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.

----------
components: Tests
messages: 358398
nosy: attilajeges
priority: normal
severity: normal
status: open
title: TestTemporaryDirectory.test_flags fails on FreeBSD/ZFS
type: behavior
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39047>
_______________________________________


More information about the New-bugs-announce mailing list