[issue11615] sporadic failure in test_posix

2011-03-20 Thread Antoine Pitrou

New submission from Antoine Pitrou pit...@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 rep...@bugs.python.org
http://bugs.python.org/issue11615
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11615] sporadic failure in test_posix

2011-03-20 Thread Ross Lagerwall

Ross Lagerwall rosslagerw...@gmail.com added the comment:

Thanks for pointing that out. I'll just use waitpid() instead to wait on the 
desired pid only.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11615
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11615] sporadic failure in test_posix

2011-03-20 Thread Roundup Robot

Roundup Robot devnull@devnull added the comment:

New changeset aedad9e14135 by Ross Lagerwall in branch 'default':
Issue #11615: Fix sporadic buildbot failures related to #10812.
http://hg.python.org/cpython/rev/aedad9e14135

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11615
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11615] sporadic failure in test_posix

2011-03-20 Thread Ross Lagerwall

Changes by Ross Lagerwall rosslagerw...@gmail.com:


--
assignee:  - rosslagerwall
resolution:  - fixed
stage:  - committed/rejected
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11615
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com