[New-bugs-announce] [issue11348] test_os: test_set_get_priority() fails when high niceness is set

Arfrever Frehtes Taifersar Arahesis report at bugs.python.org
Sun Feb 27 22:20:21 CET 2011


New submission from Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA at GMail.Com>:

$ nice -n20 python3.3 -m test.test_os
...
test_set_get_priority (__main__.ProgramPriorityTests) ... FAIL

======================================================================
FAIL: test_set_get_priority (__main__.ProgramPriorityTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/python3.3/test/test_os.py", line 1280, in test_set_get_priority
    self.assertEqual(os.getpriority(os.PRIO_PROCESS, os.getpid()), base + 1)
AssertionError: 19 != 20

----------
components: Tests
messages: 129654
nosy: Arfrever, giampaolo.rodola
priority: normal
severity: normal
status: open
title: test_os: test_set_get_priority() fails when high niceness is set
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11348>
_______________________________________


More information about the New-bugs-announce mailing list