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_mmap failure on Windows buildbots
Type: behavior Stage: resolved
Components: Tests Versions: Python 3.3
process
Status: closed Resolution: duplicate
Dependencies: Superseder: mmap: add empty file check prior to offset check
View: 15676
Assigned To: Nosy List: skrah
Priority: normal Keywords:

Created on 2012-09-10 18:56 by skrah, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg170217 - (view) Author: Stefan Krah (skrah) * (Python committer) Date: 2012-09-10 18:56
All Windows bots have multiple failures in test_mmap:

======================================================================
ERROR: test_entire_file (test.test_mmap.MmapTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Data\buildslave\cpython\3.x.snakebite-win2k3r2sp2-x86\build\lib\test\test_mmap.py", line 19, in setUp
    os.unlink(TESTFN)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_8132_tmp'

======================================================================
ERROR: test_error (test.test_mmap.MmapTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Data\buildslave\cpython\3.x.snakebite-win2k3r2sp2-x86\build\lib\test\test_mmap.py", line 19, in setUp
    os.unlink(TESTFN)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_8132_tmp'


[...]
msg170229 - (view) Author: Stefan Krah (skrah) * (Python committer) Date: 2012-09-10 20:13
Duplicate.
History
Date User Action Args
2022-04-11 14:57:35adminsetgithub: 60113
2012-09-10 20:13:08skrahsetstatus: open -> closed
superseder: mmap: add empty file check prior to offset check
messages: + msg170229

resolution: duplicate
stage: needs patch -> resolved
2012-09-10 18:56:48skrahcreate