[issue37311] Solaris 11.3 w/ Studio 12.6 test_support fail

2022-01-16 Thread Irit Katriel


Irit Katriel  added the comment:

3.7 is no longer maintained. Please create a new issue if you are seeing this 
problem on a current version (>= 3.9).

--
nosy: +iritkatriel
resolution:  -> out of date
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37311] Solaris 11.3 w/ Studio 12.6 test_support fail

2019-06-16 Thread Gordon Marler


New submission from Gordon Marler :

This failure confuses me, as it seems to occur in a test_rmtree subtest, and 
there's a warning that test_support is modifying something towards the end:

$ python -m test -W test_support

...

==
ERROR: test_rmtree (test.test_support.TestSupport)
--
Traceback (most recent call last):
  File 
"/perfwork/gitwork/python/solaris/components/python/python373/Python-3.7.3/Lib/test/support/__init__.py",
 line 309, in _force_run
return func(*args)
PermissionError: [Errno 13] Permission denied: '@test_11251_tmpd/subdir'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File 
"/perfwork/gitwork/python/solaris/components/python/python373/Python-3.7.3/Lib/test/test_support.py",
 line 73, in test_rmtree
support.rmtree(dirpath)
  File 
"/perfwork/gitwork/python/solaris/components/python/python373/Python-3.7.3/Lib/test/support/__init__.py",
 line 431, in rmtree
_rmtree(path)
  File 
"/perfwork/gitwork/python/solaris/components/python/python373/Python-3.7.3/Lib/test/support/__init__.py",
 line 411, in _rmtree
_rmtree_inner(path)
  File 
"/perfwork/gitwork/python/solaris/components/python/python373/Python-3.7.3/Lib/test/support/__init__.py",
 line 410, in _rmtree_inner
_force_run(path, os.unlink, fullname)
  File 
"/perfwork/gitwork/python/solaris/components/python/python373/Python-3.7.3/Lib/test/support/__init__.py",
 line 315, in _force_run
return func(*args)
PermissionError: [Errno 1] Not owner: '@test_11251_tmpd/subdir'

--

Ran 42 tests in 34.112s

FAILED (errors=1, skipped=1)
Warning -- files was modified by test_support
  Before: []
  After:  ['@test_11251_tmpd/']
test test_support failed
test_support failed in 34 sec 255 ms

== Tests result: FAILURE ==

1 test failed:
test_support

Total duration: 34 sec 322 ms
Tests result: FAILURE

--
components: Tests
messages: 345794
nosy: gmarler
priority: normal
severity: normal
status: open
title: Solaris 11.3 w/ Studio 12.6 test_support fail
type: behavior
versions: Python 3.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com