[New-bugs-announce] [issue10727] intermittent test_cmd_line failure

Antoine Pitrou report at bugs.python.org
Fri Dec 17 21:05:29 CET 2010


New submission from Antoine Pitrou <pitrou at free.fr>:

It really looks like a subprocess issue:

======================================================================
ERROR: test_usage (test.test_cmd_line.CmdLineTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.parc-tiger-1/build/Lib/test/test_cmd_line.py", line 43, in test_usage
    rc, out, err = assert_python_ok('-h')
  File "/Users/buildbot/buildarea/3.x.parc-tiger-1/build/Lib/test/script_helper.py", line 50, in assert_python_ok
    return _assert_python(True, *args, **env_vars)
  File "/Users/buildbot/buildarea/3.x.parc-tiger-1/build/Lib/test/script_helper.py", line 30, in _assert_python
    env=env)
  File "/Users/buildbot/buildarea/3.x.parc-tiger-1/build/Lib/subprocess.py", line 721, in __init__
    self.stdin = io.open(p2cwrite, 'wb', bufsize)
OSError: [Errno 9] Bad file descriptor


See http://www.python.org/dev/buildbot/all/builders/PPC%20Tiger%203.x/builds/1213/steps/test/logs/stdio

----------
assignee: gregory.p.smith
components: Library (Lib)
messages: 124254
nosy: gregory.p.smith, ncoghlan, pitrou
priority: normal
severity: normal
status: open
title: intermittent test_cmd_line failure
type: behavior
versions: Python 3.2

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


More information about the New-bugs-announce mailing list