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: test_tools: test_lll_multiple_dirs() failed on AMD64 Windows7 SP1 3.x
Type: Stage: resolved
Components: Tests Versions: Python 3.8
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: ZackerySpytz, pablogsal, serhiy.storchaka, vstinner
Priority: normal Keywords: patch

Created on 2019-05-02 15:18 by vstinner, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 13058 merged ZackerySpytz, 2019-05-02 15:41
Messages (5)
msg341272 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2019-05-02 15:18
AMD64 Windows7 SP1 3.x:
https://buildbot.python.org/all/#/builders/40/builds/2106

ERROR: test_lll_multiple_dirs (test.test_tools.test_lll.lllTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\test\test_tools\test_lll.py", line 24, in test_lll_multiple_dirs
    os.symlink(fn, os.path.join(dir, 'symlink'))
OSError: [WinError 1314] A required privilege is not held by the client: 'C:\\Users\\Buildbot\\AppData\\Local\\Temp\\tmp1wogs146\\foo1' -> 'C:\\Users\\Buildbot\\AppData\\Local\\Temp\\tmp1wogs146\\symlink'

The function failed twice.
msg341274 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2019-05-02 15:20
New test added by bpo-14546.
msg341278 - (view) Author: Zackery Spytz (ZackerySpytz) * (Python triager) Date: 2019-05-02 15:53
I'm sorry. I have submitted a fix.
msg341300 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2019-05-02 18:54
Another failure:
https://buildbot.python.org/all/#builders/58/builds/2317
Python on x86 Windows7 3.x
msg341301 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2019-05-02 18:55
New changeset 6ae2bbbdfcb8969d1d362b17c2fbd5a684fa4f9d by Victor Stinner (Zackery Spytz) in branch 'master':
bpo-36776: Add @support.skip_unless_symlink to test_lll.py (GH-13058)
https://github.com/python/cpython/commit/6ae2bbbdfcb8969d1d362b17c2fbd5a684fa4f9d
History
Date User Action Args
2022-04-11 14:59:14adminsetgithub: 80957
2019-05-02 19:27:57vstinnersetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2019-05-02 18:55:03vstinnersetmessages: + msg341301
2019-05-02 18:54:33vstinnersetmessages: + msg341300
2019-05-02 15:53:40ZackerySpytzsetmessages: + msg341278
2019-05-02 15:41:27ZackerySpytzsetkeywords: + patch
stage: patch review
pull_requests: + pull_request12975
2019-05-02 15:22:52xtreaksetnosy: + serhiy.storchaka, ZackerySpytz
2019-05-02 15:20:18vstinnersetmessages: + msg341274
2019-05-02 15:18:50vstinnercreate