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 neologix
Recipients christian.heimes, neologix, pitrou, r.david.murray
Date 2013-10-29.21:35:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM1ategTWscgkRvoLs3srUEDF9SBuSaEYMKM-xSy7b39qQ@mail.gmail.com>
In-reply-to <CAH_1eM1yVbh_PDAF7Eje7MyzHpyL1BxA2mzMZ-tmLKXmpkPx2A@mail.gmail.com>
Content
Here's another failure:
"""
======================================================================
FAIL: test_interpreter_shutdown
(test.test_concurrent_futures.ProcessPoolShutdownTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/lib/buildslave/3.x.murray-gentoo-wide/build/Lib/test/test_concurrent_futures.py",
line 77, in tearDown
    self.assertLess(dt, 60, "synchronization issue: test lasted too long")
AssertionError: 108.88635897636414 not less than 60 : synchronization
issue: test lasted too long
"""

Many timeout-related tests are failing randomly on this buildbot, so I
assume that's really a buildbot issue (is it a VM?).
History
Date User Action Args
2013-10-29 21:35:56neologixsetrecipients: + neologix, pitrou, christian.heimes, r.david.murray
2013-10-29 21:35:56neologixlinkissue19386 messages
2013-10-29 21:35:56neologixcreate