This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients pitrou, rosslagerwall
Date 2011-03-20.16:02:30
SpamBayes Score 0.0003645023
Marked as misclassified No
Message-id <1300636951.08.0.111508328563.issue11615@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-03-20 16:02:31pitrousetrecipients: + pitrou, rosslagerwall
2011-03-20 16:02:31pitrousetmessageid: <1300636951.08.0.111508328563.issue11615@psf.upfronthosting.co.za>
2011-03-20 16:02:30pitroulinkissue11615 messages
2011-03-20 16:02:30pitroucreate