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 vstinner
Recipients eric.snow, vstinner
Date 2018-06-15.08:53:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529052832.87.0.947875510639.issue33868@psf.upfronthosting.co.za>
In-reply-to
Content
AMD64 Ubuntu Shared 3.x:

http://buildbot.python.org/all/#/builders/141/builds/98

Run tests in parallel using 2 child processes
...
0:21:40 load avg: 3.69 [352/417/1] test__xxsubinterpreters failed -- running: test_concurrent_futures (2 min 35 sec)
...
======================================================================
FAIL: test_subinterpreter (test.test__xxsubinterpreters.IsRunningTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/test/test__xxsubinterpreters.py", line 480, in test_subinterpreter
    self.assertTrue(interpreters.is_running(interp))
AssertionError: False is not true


test__xxsubinterpreters passed when run again in verbose mode.
History
Date User Action Args
2018-06-15 08:53:52vstinnersetrecipients: + vstinner, eric.snow
2018-06-15 08:53:52vstinnersetmessageid: <1529052832.87.0.947875510639.issue33868@psf.upfronthosting.co.za>
2018-06-15 08:53:52vstinnerlinkissue33868 messages
2018-06-15 08:53:52vstinnercreate