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 2019-09-13.09:50:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568368239.98.0.217777678278.issue38154@roundup.psfhosted.org>
In-reply-to
Content
It seems like test__xxsubinterpreters still has race conditions.

See also bpo-37224 and bpo-33356.

AMD64 FreeBSD CURRENT Shared 3.x:
https://buildbot.python.org/all/#/builders/168/builds/1428

FAIL: test_subinterpreter (test.test__xxsubinterpreters.IsRunningTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-current/build/Lib/test/test__xxsubinterpreters.py", line 492, in test_subinterpreter
    self.assertTrue(interpreters.is_running(interp))
AssertionError: False is not true

Later, when test__xxsubinterpreters is re-run in verbose mode:

FAIL: test_still_running (test.test__xxsubinterpreters.DestroyTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-current/build/Lib/test/test__xxsubinterpreters.py", line 765, in test_still_running
    interpreters.destroy(interp)
AssertionError: RuntimeError not raised
History
Date User Action Args
2019-09-13 09:50:39vstinnersetrecipients: + vstinner, eric.snow
2019-09-13 09:50:39vstinnersetmessageid: <1568368239.98.0.217777678278.issue38154@roundup.psfhosted.org>
2019-09-13 09:50:39vstinnerlinkissue38154 messages
2019-09-13 09:50:39vstinnercreate