[issue11615] sporadic failure in test_posix

Antoine Pitrou report at bugs.python.org
Sun Mar 20 17:02:31 CET 2011


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

>From http://www.python.org/dev/buildbot/all/builders/PPC%20Ubuntu%203.x/builds/779/steps/test/logs/stdio

======================================================================
FAIL: test_fexecve (test.test_posix.PosixTester)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/lib/buildbot/buildarea/3.x.warsaw-ubuntu-ppc/build/Lib/test/test_posix.py", line 153, in test_fexecve
    self.assertEqual(os.wait(), (pid, 0))
AssertionError: Tuples differ: (19299, 0) != (19303, 0)

First differing element 0:
19299
19303

- (19299, 0)
+ (19303, 0)


Perhaps there was another process from another test still executing?
support.reap_children() should help avoid that.

----------
components: Tests
messages: 131503
nosy: pitrou, rosslagerwall
priority: normal
severity: normal
status: open
title: sporadic failure in test_posix
type: behavior
versions: Python 3.3

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


More information about the Python-bugs-list mailing list