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.

classification
Title: TestTemporaryDirectory.test_flags fails on FreeBSD/ZFS
Type: behavior Stage: patch review
Components: Tests Versions: Python 3.9
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: attilajeges
Priority: normal Keywords: patch

Created on 2019-12-14 17:10 by attilajeges, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 17607 open attilajeges, 2019-12-14 17:14
Messages (1)
msg358398 - (view) Author: Attila Jeges (attilajeges) * Date: 2019-12-14 17:10
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
2022-04-11 14:59:24adminsetgithub: 83228
2019-12-14 17:14:29attilajegessetkeywords: + patch
stage: patch review
pull_requests: + pull_request17077
2019-12-14 17:10:08attilajegescreate